get https://api.wuxus.com/public/orders/track//key//type/
Get detailed track and trace status of a single order
Detailed description of the result:
Key | Description |
---|---|
orderNumber | The orders order number |
wuxusNumber | The orders Wuxus number |
requisition | The orders requisitionnumber |
status | What's the status of the order... |
type | What task type the track & trace is for. Can be pickup or delivery |
assignTime | The time the order got assigned to a vehicle |
orderData | If the order have important information, like time window |
orderData.start | The start time of the orders time window |
orderData.end | The end time of the orders time window |
orderData.between | The type of the time window. Can be anytime , before , after or between |
orderData.lock | Is true if the time window must be met. |
timeWindow | The orders time window if there are time window on the order. Same as in orderData |
vehicleFound | Is true if the order is assigned to a vehicle |
estimated | Describes the arrival and departure time for what type is. |
estimated.arrival | The estimated arrival time |
estimated.departure | The estimated departure time |
actual.departure | The time when |