GET api/{database}/GetPackingListDocumentCommand?orderId={orderId}&toDeliveryDate={toDeliveryDate}&reportFormat={reportFormat}

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.

reportFormat No Documentation Found.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "documentResult": 0,
  "format": 0,
  "isSampleMode": true,
  "layout": "sample string 2",
  "orderId": "sample string 3",
  "reportTemplateId": "sample string 4",
  "result": "QEBA",
  "toDeliveryDate": "2024-04-19T22:27:44.2120744"
}

application/xml, text/xml

Sample:
<GetPackingListDocumentCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Reporting.Sales.Commands">
  <DocumentResult>Unknown</DocumentResult>
  <Format>Default</Format>
  <IsSampleMode>true</IsSampleMode>
  <Layout>sample string 2</Layout>
  <OrderId>sample string 3</OrderId>
  <ReportTemplateId>sample string 4</ReportTemplateId>
  <Result>QEBA</Result>
  <ToDeliveryDate>2024-04-19T22:27:44.2120744+02:00</ToDeliveryDate>
</GetPackingListDocumentCommand>