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": "2024-11-21T20:45:52.0485254" }
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-11-21T20:45:52.0485254+01:00</ToDeliveryDate> </UpdatePackingListStateCommand>