POST api/{database}/UpdatePackingListStateCommand?orderId={orderId}&toDeliveryDate={toDeliveryDate}

No Documentation Found.



Request Information

Parameters

NameDescriptionAdditional information
orderId No Documentation Found.

Define this parameter in the request URI.

toDeliveryDate No Documentation Found.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "orderId": "sample string 1",
  "result": true,
  "toDeliveryDate": "2024-04-27T04:07:08.9557127"
}

application/xml, text/xml

Sample:
<UpdatePackingListStateCommand 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>
  <ToDeliveryDate>2024-04-27T04:07:08.9557127+02:00</ToDeliveryDate>
</UpdatePackingListStateCommand>