POST api/{database}/UpdatePackingListStateCommand?orderId={orderId}&toDeliveryDate={toDeliveryDate}
No Documentation Found.
Request Information
Parameters
| Name | Description | Additional 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": "2025-11-04T10:13:43.753057"
}
        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>2025-11-04T10:13:43.753057+01:00</ToDeliveryDate> </UpdatePackingListStateCommand>