GET api/Vendor/SelectTaskDepartToAirport/{UserGUID}/{EntityGUID}
Retreive information for Depart To Airport Task (DEPTOAP)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserGUID |
Unique user global identifier |
string |
Required |
| EntityGUID |
Identifier of the entity that is related to the task |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
TaskDepartToAirportResp| Name | Description | Type | Additional information |
|---|---|---|---|
| ShipmentGUID |
Unique system assign shipment identifier |
string |
None. |
| PickupFrom |
Location where shipment was picked-up |
string |
None. |
| DeliverTo |
Airport/airline information where shipment should be delivered |
string |
None. |
| IsSuccessful |
Used to determine if method call was successful (true) or failure (false) |
boolean |
Required |
| ErrorMessage |
The error message if method call was not successful |
string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.