GET api/Mobile/SelectDepartToAirport/{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
TaskDepartToAirportRespMobile| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccessful |
Select of task was successful (true) or failure (false) |
boolean |
None. |
| ErrorMessage |
If failure, the error message describing failure. |
string |
None. |
| 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. |
Response Formats
application/json, text/json
Sample:
Sample not available.