GET api/Operations/SelectTaskTransferDrop/{auth}/{EntityGUID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
auth

string

Required

EntityGUID

string

Required

Body Parameters

None.

Response Information

Resource Description

TaskTransferDropResp
NameDescriptionTypeAdditional information
IsSuccessful

boolean

None.

ErrorMessage

string

None.

ManifestGUID

string

None.

ManifestNumber

integer

None.

CarrierID

integer

None.

CarrierName

string

None.

CarrierIataID

string

None.

CarrierServiceID

integer

None.

CarrierServiceName

string

None.

CarrierAccountID

integer

None.

CarrierAccountNumber

string

None.

WaybillNumber

string

None.

DepartHubID

string

None.

ArriveHubID

string

None.

Pieces

integer

None.

TotalWeight

decimal number

None.

WeightUOM

string

None.

ExportCountryID

string

None.

ImportCountryID

string

None.

DropInstructions

string

None.

DropCourierID

integer

None.

DropCourierName

string

None.

DropCourierKey

string

None.

DropCourierServiceID

integer

None.

DropCourierServiceName

string

None.

DropCourierPhoneNumber

string

None.

DropAlertVia

string

None.

DropAlertHow

string

None.

DropAlertUserID

integer

None.

DropAlertUserName

string

None.

DropSpokeWith

string

None.

DropSentDateTime

date

None.

DropAcceptedDateTime

date

None.

DropActualWaitingTime

integer

None.

DropActualDistance

integer

None.

DropActualDistanceUOM

string

None.

DropActualWeight

decimal number

None.

DropActualWeightUOM

string

None.

ShipmentGUID

string

None.

DropDate

date

None.

DropTime

date

None.

DropTimezoneID

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccessful": true,
  "ErrorMessage": "sample string 2",
  "ManifestGUID": "sample string 3",
  "ManifestNumber": 4,
  "CarrierID": 1,
  "CarrierName": "sample string 5",
  "CarrierIataID": "sample string 6",
  "CarrierServiceID": 1,
  "CarrierServiceName": "sample string 7",
  "CarrierAccountID": 1,
  "CarrierAccountNumber": "sample string 8",
  "WaybillNumber": "sample string 9",
  "DepartHubID": "sample string 10",
  "ArriveHubID": "sample string 11",
  "Pieces": 12,
  "TotalWeight": 13.0,
  "WeightUOM": "sample string 14",
  "ExportCountryID": "sample string 15",
  "ImportCountryID": "sample string 16",
  "DropInstructions": "sample string 17",
  "DropCourierID": 1,
  "DropCourierName": "sample string 18",
  "DropCourierKey": "sample string 19",
  "DropCourierServiceID": 1,
  "DropCourierServiceName": "sample string 20",
  "DropCourierPhoneNumber": "sample string 21",
  "DropAlertVia": "sample string 22",
  "DropAlertHow": "sample string 23",
  "DropAlertUserID": 1,
  "DropAlertUserName": "sample string 24",
  "DropSpokeWith": "sample string 25",
  "DropSentDateTime": "2024-09-19T09:13:15.2314396+00:00",
  "DropAcceptedDateTime": "2024-09-19T09:13:15.2314396+00:00",
  "DropActualWaitingTime": 1,
  "DropActualDistance": 1,
  "DropActualDistanceUOM": "sample string 26",
  "DropActualWeight": 1.0,
  "DropActualWeightUOM": "sample string 27",
  "ShipmentGUID": "sample string 28",
  "DropDate": "2024-09-19T09:13:15.2470675+00:00",
  "DropTime": "2024-09-19T09:13:15.2470675+00:00",
  "DropTimezoneID": "sample string 31"
}

application/xml, text/xml

Sample:
<TaskTransferDropResp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParcelLogic.WebApi.Transportation.Models">
  <ArriveHubID>sample string 11</ArriveHubID>
  <CarrierAccountID>1</CarrierAccountID>
  <CarrierAccountNumber>sample string 8</CarrierAccountNumber>
  <CarrierID>1</CarrierID>
  <CarrierIataID>sample string 6</CarrierIataID>
  <CarrierName>sample string 5</CarrierName>
  <CarrierServiceID>1</CarrierServiceID>
  <CarrierServiceName>sample string 7</CarrierServiceName>
  <DepartHubID>sample string 10</DepartHubID>
  <DropAcceptedDateTime>2024-09-19T09:13:15.2314396+00:00</DropAcceptedDateTime>
  <DropActualDistance>1</DropActualDistance>
  <DropActualDistanceUOM>sample string 26</DropActualDistanceUOM>
  <DropActualWaitingTime>1</DropActualWaitingTime>
  <DropActualWeight>1</DropActualWeight>
  <DropActualWeightUOM>sample string 27</DropActualWeightUOM>
  <DropAlertHow>sample string 23</DropAlertHow>
  <DropAlertUserID>1</DropAlertUserID>
  <DropAlertUserName>sample string 24</DropAlertUserName>
  <DropAlertVia>sample string 22</DropAlertVia>
  <DropCourierID>1</DropCourierID>
  <DropCourierKey>sample string 19</DropCourierKey>
  <DropCourierName>sample string 18</DropCourierName>
  <DropCourierPhoneNumber>sample string 21</DropCourierPhoneNumber>
  <DropCourierServiceID>1</DropCourierServiceID>
  <DropCourierServiceName>sample string 20</DropCourierServiceName>
  <DropDate>2024-09-19T09:13:15.2470675+00:00</DropDate>
  <DropInstructions>sample string 17</DropInstructions>
  <DropSentDateTime>2024-09-19T09:13:15.2314396+00:00</DropSentDateTime>
  <DropSpokeWith>sample string 25</DropSpokeWith>
  <DropTime>2024-09-19T09:13:15.2470675+00:00</DropTime>
  <DropTimezoneID>sample string 31</DropTimezoneID>
  <ErrorMessage>sample string 2</ErrorMessage>
  <ExportCountryID>sample string 15</ExportCountryID>
  <ImportCountryID>sample string 16</ImportCountryID>
  <IsSuccessful>true</IsSuccessful>
  <ManifestGUID>sample string 3</ManifestGUID>
  <ManifestNumber>4</ManifestNumber>
  <Pieces>12</Pieces>
  <ShipmentGUID>sample string 28</ShipmentGUID>
  <TotalWeight>13</TotalWeight>
  <WaybillNumber>sample string 9</WaybillNumber>
  <WeightUOM>sample string 14</WeightUOM>
</TaskTransferDropResp>