GET api/Vendor/SelectTaskDepartToAirport/{UserGUID}/{EntityGUID}

Retreive information for Depart To Airport Task (DEPTOAP)

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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.