GET api/Operations/SelectTaskRecoverDeliver/{auth}/{EntityGUID}/{EntityType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
auth

string

Required

EntityGUID

string

Required

EntityType

string

Required

Body Parameters

None.

Response Information

Resource Description

TaskRecoverDelResp
NameDescriptionTypeAdditional information
EntityGUID

string

None.

EntityType

string

None.

EntityNumber

integer

None.

ManifestGUID

string

None.

ManifestNumber

integer

None.

ShipmentGUID

string

None.

ShipmentNumber

integer

None.

ShipperName

string

None.

ShipperPhone

string

None.

ShipperEmail

string

None.

DeliveryGUID

string

None.

DelAddressCode

string

None.

DelCompanyName

string

None.

DelAddress1

string

None.

DelAddress2

string

None.

DelAddress3

string

None.

DelCityName

string

None.

DelStateProvID

string

None.

DelPostalCode

string

None.

DelCountryID

string

None.

DelCountryName

string

None.

DelTimezoneID

string

None.

DelInstructions

string

None.

DelAttention

string

None.

DelPhoneNumber

string

None.

DelEmailAddress

string

None.

SchedDeliveryDateTime

date

None.

UpdatedDeliveryDateTime

date

None.

WaitingTime

integer

None.

AttemptCount

integer

None.

Weight

decimal number

None.

Distance

integer

None.

WeightUOM

string

None.

DistanceUOM

string

None.

RecoverDate

date

None.

RecoverTime

date

None.

RecoverTimezoneID

string

None.

RecoverInstructions

string

None.

CarrierID

integer

None.

CarrierKey

string

None.

CarrierName

string

None.

CarrierServiceID

integer

None.

CarrierServiceName

string

None.

CarrierAccountID

integer

None.

CarrierAccountNumber

string

None.

WaybillNumber

string

None.

CourierID

integer

None.

CourierKey

string

None.

CourierName

string

None.

CourierPhoneNumber

string

None.

CourierEmailAddress

string

None.

SpokeWith

string

None.

BagDescription

string

None.

IsSuccessful

boolean

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "EntityGUID": "sample string 1",
  "EntityType": "sample string 2",
  "EntityNumber": 3,
  "ManifestGUID": "sample string 4",
  "ManifestNumber": 5,
  "ShipmentGUID": "sample string 6",
  "ShipmentNumber": 7,
  "ShipperName": "sample string 8",
  "ShipperPhone": "sample string 9",
  "ShipperEmail": "sample string 10",
  "DeliveryGUID": "sample string 11",
  "DelAddressCode": "sample string 12",
  "DelCompanyName": "sample string 13",
  "DelAddress1": "sample string 14",
  "DelAddress2": "sample string 15",
  "DelAddress3": "sample string 16",
  "DelCityName": "sample string 17",
  "DelStateProvID": "sample string 18",
  "DelPostalCode": "sample string 19",
  "DelCountryID": "sample string 20",
  "DelCountryName": "sample string 21",
  "DelTimezoneID": "sample string 22",
  "DelInstructions": "sample string 23",
  "DelAttention": "sample string 24",
  "DelPhoneNumber": "sample string 25",
  "DelEmailAddress": "sample string 26",
  "SchedDeliveryDateTime": "2024-09-19T09:06:59.4878527+00:00",
  "UpdatedDeliveryDateTime": "2024-09-19T09:06:59.4878527+00:00",
  "WaitingTime": 1,
  "AttemptCount": 1,
  "Weight": 1.0,
  "Distance": 1,
  "WeightUOM": "sample string 27",
  "DistanceUOM": "sample string 28",
  "RecoverDate": "2024-09-19T09:06:59.4878527+00:00",
  "RecoverTime": "2024-09-19T09:06:59.4878527+00:00",
  "RecoverTimezoneID": "sample string 29",
  "RecoverInstructions": "sample string 30",
  "CarrierID": 1,
  "CarrierKey": "sample string 31",
  "CarrierName": "sample string 32",
  "CarrierServiceID": 1,
  "CarrierServiceName": "sample string 33",
  "CarrierAccountID": 1,
  "CarrierAccountNumber": "sample string 34",
  "WaybillNumber": "sample string 35",
  "CourierID": 1,
  "CourierKey": "sample string 36",
  "CourierName": "sample string 37",
  "CourierPhoneNumber": "sample string 38",
  "CourierEmailAddress": "sample string 39",
  "SpokeWith": "sample string 40",
  "BagDescription": "sample string 41",
  "IsSuccessful": true,
  "ErrorMessage": "sample string 43"
}

application/xml, text/xml

Sample:
<TaskRecoverDelResp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParcelLogic.WebApi.Transportation.Models">
  <ErrorMessage>sample string 43</ErrorMessage>
  <IsSuccessful>true</IsSuccessful>
  <AttemptCount>1</AttemptCount>
  <BagDescription>sample string 41</BagDescription>
  <CarrierAccountID>1</CarrierAccountID>
  <CarrierAccountNumber>sample string 34</CarrierAccountNumber>
  <CarrierID>1</CarrierID>
  <CarrierKey>sample string 31</CarrierKey>
  <CarrierName>sample string 32</CarrierName>
  <CarrierServiceID>1</CarrierServiceID>
  <CarrierServiceName>sample string 33</CarrierServiceName>
  <CourierEmailAddress>sample string 39</CourierEmailAddress>
  <CourierID>1</CourierID>
  <CourierKey>sample string 36</CourierKey>
  <CourierName>sample string 37</CourierName>
  <CourierPhoneNumber>sample string 38</CourierPhoneNumber>
  <DelAddress1>sample string 14</DelAddress1>
  <DelAddress2>sample string 15</DelAddress2>
  <DelAddress3>sample string 16</DelAddress3>
  <DelAddressCode>sample string 12</DelAddressCode>
  <DelAttention>sample string 24</DelAttention>
  <DelCityName>sample string 17</DelCityName>
  <DelCompanyName>sample string 13</DelCompanyName>
  <DelCountryID>sample string 20</DelCountryID>
  <DelCountryName>sample string 21</DelCountryName>
  <DelEmailAddress>sample string 26</DelEmailAddress>
  <DelInstructions>sample string 23</DelInstructions>
  <DelPhoneNumber>sample string 25</DelPhoneNumber>
  <DelPostalCode>sample string 19</DelPostalCode>
  <DelStateProvID>sample string 18</DelStateProvID>
  <DelTimezoneID>sample string 22</DelTimezoneID>
  <DeliveryGUID>sample string 11</DeliveryGUID>
  <Distance>1</Distance>
  <DistanceUOM>sample string 28</DistanceUOM>
  <EntityGUID>sample string 1</EntityGUID>
  <EntityNumber>3</EntityNumber>
  <EntityType>sample string 2</EntityType>
  <ManifestGUID>sample string 4</ManifestGUID>
  <ManifestNumber>5</ManifestNumber>
  <RecoverDate>2024-09-19T09:06:59.4878527+00:00</RecoverDate>
  <RecoverInstructions>sample string 30</RecoverInstructions>
  <RecoverTime>2024-09-19T09:06:59.4878527+00:00</RecoverTime>
  <RecoverTimezoneID>sample string 29</RecoverTimezoneID>
  <SchedDeliveryDateTime>2024-09-19T09:06:59.4878527+00:00</SchedDeliveryDateTime>
  <ShipmentGUID>sample string 6</ShipmentGUID>
  <ShipmentNumber>7</ShipmentNumber>
  <ShipperEmail>sample string 10</ShipperEmail>
  <ShipperName>sample string 8</ShipperName>
  <ShipperPhone>sample string 9</ShipperPhone>
  <SpokeWith>sample string 40</SpokeWith>
  <UpdatedDeliveryDateTime>2024-09-19T09:06:59.4878527+00:00</UpdatedDeliveryDateTime>
  <WaitingTime>1</WaitingTime>
  <WaybillNumber>sample string 35</WaybillNumber>
  <Weight>1</Weight>
  <WeightUOM>sample string 27</WeightUOM>
</TaskRecoverDelResp>