GET api/OpsLog/SelectTaskCsrAcknowledge/{auth}/{EntityGUID}/{EntityType}
Use this method to retrieve information for the (CSR)Acknowledge 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 "S") |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Information about the task
TaskCsrAcknowledgeResp| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccessful | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| ShipmentGUID | string |
None. |
|
| ShipmentNumber | integer |
None. |
|
| TrackingNumber | string |
None. |
|
| Status | integer |
None. |
|
| PuCompanyName | string |
None. |
|
| PuAddress1 | string |
None. |
|
| PuAddress2 | string |
None. |
|
| PuAddress3 | string |
None. |
|
| PuCityName | string |
None. |
|
| PuStateProvID | string |
None. |
|
| PuPostalCode | string |
None. |
|
| PuCountryID | string |
None. |
|
| PuCountryName | string |
None. |
|
| PuPersonToSee | string |
None. |
|
| PuPhoneNumber | string |
None. |
|
| PuAfterHoursNumber | string |
None. |
|
| PuFaxNumber | string |
None. |
|
| PuEmailAddress | string |
None. |
|
| PuInstructions | string |
None. |
|
| ReadyDateTime | date |
None. |
|
| DelCompanyName | string |
None. |
|
| DelAddress1 | string |
None. |
|
| DelAddress2 | string |
None. |
|
| DelAddress3 | string |
None. |
|
| DelCityName | string |
None. |
|
| DelStateProvID | string |
None. |
|
| DelPostalCode | string |
None. |
|
| DelCountryID | string |
None. |
|
| DelCountryName | string |
None. |
|
| DelAttention | string |
None. |
|
| DelPhoneNumber | string |
None. |
|
| DelAfterHoursNumber | string |
None. |
|
| DelFaxNumber | string |
None. |
|
| DelEmailAddress | string |
None. |
|
| DelInstructions | string |
None. |
|
| DeliverWhen | string |
None. |
|
| RequestedDeliveryDateTime | date |
None. |
|
| PuAirportID | string |
None. |
|
| DelAirportID | string |
None. |
|
| PuTimezoneID | string |
None. |
|
| DelTimezoneID | string |
None. |
|
| PuDistance | integer |
None. |
|
| PuDistanceUOM | string |
None. |
|
| DelDistance | integer |
None. |
|
| DelDistanceUOM | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.