PUT Api/Orders/SetOrderProcessedStatus

Request Information

URI Parameters

None.

Body Parameters

OrderProcessedStatus
NameDescriptionTypeAdditional information
OrderId

integer

None.

IsProcessed

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "orderId": 1,
  "isProcessed": true
}

multipart/form-data

Sample:
{"orderId":1,"isProcessed":true}

application/xml, text/xml

Sample:
<OrderProcessedStatus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <OrderId>1</OrderId>
  <IsProcessed>true</IsProcessed>
</OrderProcessedStatus>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.