Resource URL Summary
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Pass Through Call to Dispatch's "Get Shipment Info" API
|
Include Page | ||||
---|---|---|---|---|
|
API Specifics
The parameters date StartDate and datetime EndDate objects. If your language does not understand these object types, then the definition is included.
CallNo
StartDate
Starting date to search for status history (format for this is YYYYDDMM).
EndDate
Ending date to search for status history
(format for this is YYYYDDMM).
StartTime
Starting time to search for status history
(format for this is HH24:MI).
Parameter | Datatype (length) | Description |
---|---|---|
CallNo | String(20) | The call number that was used when the call was originally created. |
StartDate | String(20) | Starting date to search for status history (format for this is YYYYDDMM). |
EndDate | String | Ending date to search for status history (format for this is YYYYDDMM). |
StartTime | String | Starting time to search for status history (format for this is HH24:MI). |
EndTime | String | Ending Time to search for status history (format for this is HH24:MI). |
CallStatus | CallStatusEnquiryReqCallStatus | Limit the search to only a certain status. |
SecStatus | CallStatusEnquiryReqSecStatus | Limit the search to only a certain secondary status MaxAttempt, Unassigned. |
Panel | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||
Pass Through Call to Dispatch's "Get Shipment Info" APIThis RESTified API will perform a pass-through call to the Dispatch sub-system's "Get Shipment Info" API (when configured). URL
HTTP Request BodyThis request requires a JSON object supplied in the HTTP request body, which defines the parameters that will be passed through to the Dispatch"Get Shipment Info" API. GetShipmentInfo Object Format
GetShipmentInfo Object Properties
HTTP ResponseSuccessOn success, a JSON-formatted version of the Dispatch"Get Shipment Info" API response will be returned.
Error On error, a JSON-formatted version of the Dispatch"Get Shipment Info" API response will be returned.
Return CodesIn addition to the Standard Return Codes, and the DispatchError codes, individual API calls made have unique codes found on their individual pages. |