GET api/{database}/GetShippingOrderDocumentCommand?orderId={orderId}&format={format}

No Documentation Found.



Request Information

Parameters

NameDescriptionAdditional information
orderId No Documentation Found.

Define this parameter in the request URI.

format 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"
}

application/xml, text/xml

Sample:
<GetShippingOrderDocumentCommand 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>
</GetShippingOrderDocumentCommand>