GET api/OpsLog/SelectTaskOnboard/{auth}/{EntityGUID}/{EntityType}
Used to select data for the confirm onboard task (ONBOARD)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| auth |
The authorization GUID for this user session |
string |
Required |
| EntityGUID |
The entity identifer of the task |
string |
Required |
| EntityType |
The entity type of the task (M=manifest, S=shipment) |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
TaskOnboardResp| Name | Description | Type | Additional information |
|---|---|---|---|
| ManifestLegID | integer |
None. |
|
| ManifestGUID | string |
None. |
|
| ManifestNumber | integer |
None. |
|
| WaybillNumber | string |
None. |
|
| AwbPrefix | string |
None. |
|
| CarrierKey | string |
None. |
|
| CarrierName | string |
None. |
|
| DepartHubID | string |
None. |
|
| ArriveHubID | string |
None. |
|
| WaybillNumberTrackingUrl | string |
None. |
|
| RouteNumber | string |
None. |
|
| EstimatedDepartDateTime | date |
None. |
|
| ActualDepartDateTime | date |
None. |
|
| EstimatedArriveDateTime | date |
None. |
|
| ActualArriveDateTime | date |
None. |
|
| IsSuccessful |
Set to true if method was successful |
boolean |
None. |
| ErrorMessage |
The error message if method call was not successful |
string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.