POST api/{database}/UpdateShippingOrderStateCommand?orderId={orderId}

Execute the UpdateShippingOrderStateCommand



Request Information

Parameters

NameDescriptionAdditional information
orderId The orderId.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "orderId": "sample string 1",
  "result": true
}

application/xml, text/xml

Sample:
<UpdateShippingOrderStateCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Reporting.Base.Commands">
  <OrderId>sample string 1</OrderId>
  <Result>true</Result>
</UpdateShippingOrderStateCommand>