GET api/OpsLog/SelectTaskDrop/{auth}/{EntityGUID}/{EntityType}

Used to select data for the drop task (DROP)

Request Information

URI Parameters

NameDescriptionTypeAdditional 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 (M=manifest, S=shipment)

string

Required

Body Parameters

None.

Response Information

Resource Description

TaskDropResp
NameDescriptionTypeAdditional information
IsSuccessful

boolean

None.

ErrorMessage

string

None.

ShipmentGUID

Unique identifer of shipment being dropped

string

None.

PickupGUID

Pickup identifier used to retrieve pickup costs

string

None.

ManifestGUID

Manifest identifier used to retrieve routing and notes and list shipments on manifest

string

None.

ManifestNumber

integer

None.

CarrierID

integer

None.

CarrierName

string

None.

CarrierServiceID

integer

None.

CarrierAccountID

integer

None.

WaybillNumber

string

None.

ConseeName

string

None.

ConseeAddress

string

None.

ConseeAddress2

string

None.

DropTimezoneID

string

None.

Note

string

None.

BagWeight_1

Weight of bag

decimal number

None.

BagGUID_1

Unique system assigned bag identifier

string

None.

BagWeight_2

Weight of bag

decimal number

None.

BagGUID_2

Unique system assigned bag identifier

string

None.

BagWeight_3

Weight of bag

decimal number

None.

BagGUID_3

Unique system assigned bag identifier

string

None.

BagWeight_4

Weight of bag

decimal number

None.

BagGUID_4

Unique system assigned bag identifier

string

None.

BagWeight_5

Weight of bag

decimal number

None.

BagGUID_5

Unique system assigned bag identifier

string

None.

BagWeight_6

Weight of bag

decimal number

None.

BagGUID_6

Unique system assigned bag identifier

string

None.

BagWeight_7

Weight of bag

decimal number

None.

BagGUID_7

Unique system assigned bag identifier

string

None.

BagWeight_8

Weight of bag

decimal number

None.

BagGUID_8

Unique system assigned bag identifier

string

None.

BagWeight_9

Weight of bag

decimal number

None.

BagGUID_9

Unique system assigned bag identifier

string

None.

BagWeight_10

Weight of bag

decimal number

None.

BagGUID_10

Unique system assigned bag identifier

string

None.

TotalBagWeight

Total weight of all bags

decimal number

None.

BagWeightUOM

Unit of measure for bag weights

string

None.

UsePickupCourier

Use the pickup courier to drop at airport

boolean

None.

CourierID

integer

None.

CourierKey

string

None.

CourierName

string

None.

CourierServiceID

integer

None.

CourierPhoneNumber

string

None.

CourierEmailAddress

string

None.

SpokeWith

string

None.

WaitingTime

integer

None.

AttemptCount

integer

None.

Distance

integer

None.

Weight

decimal number

None.

DistanceUOM

string

None.

WeightUOM

string

None.

WarningMessage

Display message when not all orders have been picked-up on manifest

string

None.

DropDate

date

None.

DropTime

date

None.

Response Formats

application/json, text/json

Sample:

Sample not available.