GET api/OrderTracking
Retrieve order status. P: Pending, D: Partially Delivered, W: Fully delivered C: Cancelled
Request Information
URI Parameters
None.
Body Parameters
OrderTrackingReqName | Description | Type | Additional information |
---|---|---|---|
Company |
The company code |
string |
None. |
Order |
The order number |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Company": "DEMO", "Order": "ORD001" }
Response Information
Resource Description
OrderTrackingResName | Description | Type | Additional information |
---|---|---|---|
MsgControl |
Contains information about the response |
MsgControl |
None. |
Order |
The company code |
OrderInfo |
None. |
Response Formats
application/json, text/json
Sample:
{ "MsgControl": { "result": 0, "Message": "Corresponding success and error message", "MethodName": "api/OrderTracking GET", "AppName": "EsoftWebApi", "EsoftUser": "ESOFT", "User": "Username", "Password": "Password", "SystemDate": "2025-01-06T22:32:15.2189577+02:00", "GenList": [], "GenMsg1": "", "GenMsg2": "", "GenMsg3": "" }, "Order": { "Status": "W", "Invoices": [ "SAL003" ], "Waybills": null, "POP": null } }