Unassign multiple Supply items from Demand

PATCH /api/demand//supplies/multi/detach

Unassigning supplies 456 and 789 from demand 123

Sample Request
curl -X PATCH
  -H 'accept: application/json'
  -H 'api-version: 1'
  -H 'authorization: Bearer '
  -H 'content-type: application/x-www-form-urlencoded'
 
0[playerId]=456&1[playerId]=789
 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article