GET api/Courier/SelectServices/{auth}/{CourierID}

Used to provide the list of service available from a courier (ground agent)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
auth

The authorization GUID for this user session

string

Required

CourierID

Unique courier identifier that you want to retrieve services

integer

Required

Body Parameters

None.

Response Information

Resource Description

List of courier service available from courier

Collection of CourierServiceItem
NameDescriptionTypeAdditional information
CourierServiceID

integer

None.

CourierID

integer

None.

ServiceCode

string

None.

Name

string

None.

Description

string

None.

IsDefault

boolean

None.

InsertUserID

integer

None.

InsertDateTime

date

None.

DeletedUserID

integer

None.

DeletedDateTime

date

None.

AlwaysAvailable

boolean

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.