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
webshopChannelCodeorderTypeorderNo
Response
- The response contains JSON in
valuewithdocumentCreatedanderrorText.
Result
- Integrations can validate whether posting was successful or failed.