Export Document Status

JSON-based OData endpoint for document status of a webshop order.

Purpose

This endpoint returns processing status for a document, including error text.

Endpoint

  • Method: POST
  • URL pattern: http://<server>:<odata-port>/<service-tier>/ODataV4/<serviceName>_DocumentStatusExportOData?company=<companyName|companyId>

Required Payload Fields

  • webshopChannelCode
  • orderType
  • orderNo

Response

  • The response contains JSON in value with documentCreated and errorText.

Result

  • Integrations can validate whether posting was successful or failed.