GET api/OpsLog/SelectTaskPickupAlertConfirm/{auth}/{EntityGUID}/{EntityType}
Use this method to retrieve information for the Pickup Alert Confirm task
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 (should only be "P") |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Information about the task
TaskPickupAlertConfirmResp| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccessful | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| PickupGUID | string |
None. |
|
| PickupNumber | integer |
None. |
|
| AddressID | integer |
None. |
|
| AddressCode | string |
None. |
|
| CompanyName | string |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| Address3 | string |
None. |
|
| CityName | string |
None. |
|
| StateProvID | string |
None. |
|
| PostalCode | string |
None. |
|
| CountryID | string |
None. |
|
| TimezoneID | string |
None. |
|
| PhoneNumber | string |
None. |
|
| AfterHoursNumber | string |
None. |
|
| FaxNumber | string |
None. |
|
| EmailAddress | string |
None. |
|
| PersonToSee | string |
None. |
|
| ReadyDateTime | date |
None. |
|
| CloseDateTime | date |
None. |
|
| SchedPickupDateTime | date |
None. |
|
| UpdatedPickupDateTime | date |
None. |
|
| AirportID | string |
None. |
|
| Instructions | string |
None. |
|
| CourierID | integer |
None. |
|
| CourierKey | string |
None. |
|
| CourierName | string |
None. |
|
| CourierServiceID | integer |
None. |
|
| AlertVia | string |
None. |
|
| AlertHow | string |
None. |
|
| SpokeWith | string |
None. |
|
| WaitingTime | integer |
None. |
|
| AttemptCount | integer |
None. |
|
| Distance | integer |
None. |
|
| Weight | decimal number |
None. |
|
| DistanceUOM | string |
None. |
|
| WeightUOM | string |
None. |
|
| TSANotice | string |
None. |
|
| LockCost | boolean |
None. |
|
| OrderInstructions | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.