POST api/OpsLog/UpdateTaskDrop/{auth}/{EntityGUID}/{EntityType}
Use this method to update the drop task (DROP)
Request Information
URI Parameters
| Name | Description | Type | Additional 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, if manifest, also included in ManifestGUID property in body of message) |
string |
Required |
Body Parameters
(see example below)
TaskDropParm| Name | Description | Type | Additional information |
|---|---|---|---|
| ManifestGUID | string |
None. |
|
| DropDate | date |
None. |
|
| DropTime | date |
None. |
|
| DropTimezoneID | string |
None. |
|
| CourierServiceID | integer |
None. |
|
| CarrierID | integer |
None. |
|
| CarrierServiceID | integer |
None. |
|
| CarrierAccountID | integer |
None. |
|
| WaybillNumber | string |
None. |
|
| ConseeName | string |
None. |
|
| ConseeAddress | string |
None. |
|
| ConseeAddress2 | string |
None. |
|
| TotalBagWeight | decimal number |
None. |
|
| BagWeightUOM | string |
None. |
|
| Weight | decimal number |
None. |
|
| Distance | integer |
None. |
|
| WaitingTime | integer |
None. |
|
| AttemptCount | integer |
None. |
|
| WeightUOM | string |
None. |
|
| DistanceUOM | string |
None. |
|
| BagWeight_1 | decimal number |
None. |
|
| BagWeight_2 | decimal number |
None. |
|
| BagWeight_3 | decimal number |
None. |
|
| BagWeight_4 | decimal number |
None. |
|
| BagWeight_5 | decimal number |
None. |
|
| BagWeight_6 | decimal number |
None. |
|
| BagWeight_7 | decimal number |
None. |
|
| BagWeight_8 | decimal number |
None. |
|
| BagWeight_9 | decimal number |
None. |
|
| BagWeight_10 | decimal number |
None. |
|
| BagGUID_1 |
Unique system assigned bag identifier (leave blank if new bag) |
string |
None. |
| BagGUID_2 |
Unique system assigned bag identifier (leave blank if new bag) |
string |
None. |
| BagGUID_3 |
Unique system assigned bag identifier (leave blank if new bag) |
string |
None. |
| BagGUID_4 |
Unique system assigned bag identifier (leave blank if new bag) |
string |
None. |
| BagGUID_5 |
Unique system assigned bag identifier (leave blank if new bag) |
string |
None. |
| BagGUID_6 |
Unique system assigned bag identifier (leave blank if new bag) |
string |
None. |
| BagGUID_7 |
Unique system assigned bag identifier (leave blank if new bag) |
string |
None. |
| BagGUID_8 |
Unique system assigned bag identifier (leave blank if new bag) |
string |
None. |
| BagGUID_9 |
Unique system assigned bag identifier (leave blank if new bag) |
string |
None. |
| BagGUID_10 |
Unique system assigned bag identifier (leave blank if new bag) |
string |
None. |
| UsePickupCourier |
Use pickup courier for drop |
boolean |
None. |
| DropInstructions |
Provide instructions for the drop side for this manifest |
string |
None. |
| RecoverInstructions |
Provide instructions for the recover side for this manifest |
string |
None. |
Request Formats
application/json, text/json
{
"ManifestGUID": "sample string 1",
"DropDate": "2025-10-31T17:34:20.89006-07:00",
"DropTime": "2025-10-31T17:34:20.8910621-07:00",
"DropTimezoneID": "sample string 2",
"CourierServiceID": 1,
"CarrierID": 1,
"CarrierServiceID": 1,
"CarrierAccountID": 1,
"WaybillNumber": "sample string 3",
"ConseeName": "sample string 4",
"ConseeAddress": "sample string 5",
"ConseeAddress2": "sample string 6",
"TotalBagWeight": 7.0,
"BagWeightUOM": "sample string 8",
"Weight": 9.0,
"Distance": 1,
"WaitingTime": 1,
"AttemptCount": 1,
"WeightUOM": "sample string 10",
"DistanceUOM": "sample string 11",
"BagWeight_1": 1.0,
"BagWeight_2": 1.0,
"BagWeight_3": 1.0,
"BagWeight_4": 1.0,
"BagWeight_5": 1.0,
"BagWeight_6": 1.0,
"BagWeight_7": 1.0,
"BagWeight_8": 1.0,
"BagWeight_9": 1.0,
"BagWeight_10": 1.0,
"BagGUID_1": "sample string 12",
"BagGUID_2": "sample string 13",
"BagGUID_3": "sample string 14",
"BagGUID_4": "sample string 15",
"BagGUID_5": "sample string 16",
"BagGUID_6": "sample string 17",
"BagGUID_7": "sample string 18",
"BagGUID_8": "sample string 19",
"BagGUID_9": "sample string 20",
"BagGUID_10": "sample string 21",
"UsePickupCourier": true,
"DropInstructions": "sample string 23",
"RecoverInstructions": "sample string 24"
}
application/xml, text/xml
<TaskDropParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mnx.WebApi.Transportation.Models"> <AttemptCount>1</AttemptCount> <BagGUID_1>sample string 12</BagGUID_1> <BagGUID_10>sample string 21</BagGUID_10> <BagGUID_2>sample string 13</BagGUID_2> <BagGUID_3>sample string 14</BagGUID_3> <BagGUID_4>sample string 15</BagGUID_4> <BagGUID_5>sample string 16</BagGUID_5> <BagGUID_6>sample string 17</BagGUID_6> <BagGUID_7>sample string 18</BagGUID_7> <BagGUID_8>sample string 19</BagGUID_8> <BagGUID_9>sample string 20</BagGUID_9> <BagWeightUOM>sample string 8</BagWeightUOM> <BagWeight_1>1</BagWeight_1> <BagWeight_10>1</BagWeight_10> <BagWeight_2>1</BagWeight_2> <BagWeight_3>1</BagWeight_3> <BagWeight_4>1</BagWeight_4> <BagWeight_5>1</BagWeight_5> <BagWeight_6>1</BagWeight_6> <BagWeight_7>1</BagWeight_7> <BagWeight_8>1</BagWeight_8> <BagWeight_9>1</BagWeight_9> <CarrierAccountID>1</CarrierAccountID> <CarrierID>1</CarrierID> <CarrierServiceID>1</CarrierServiceID> <ConseeAddress>sample string 5</ConseeAddress> <ConseeAddress2>sample string 6</ConseeAddress2> <ConseeName>sample string 4</ConseeName> <CourierServiceID>1</CourierServiceID> <Distance>1</Distance> <DistanceUOM>sample string 11</DistanceUOM> <DropDate>2025-10-31T17:34:20.89006-07:00</DropDate> <DropInstructions>sample string 23</DropInstructions> <DropTime>2025-10-31T17:34:20.8910621-07:00</DropTime> <DropTimezoneID>sample string 2</DropTimezoneID> <ManifestGUID>sample string 1</ManifestGUID> <RecoverInstructions>sample string 24</RecoverInstructions> <TotalBagWeight>7</TotalBagWeight> <UsePickupCourier>true</UsePickupCourier> <WaitingTime>1</WaitingTime> <WaybillNumber>sample string 3</WaybillNumber> <Weight>9</Weight> <WeightUOM>sample string 10</WeightUOM> </TaskDropParm>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Success or failure and error detail
TaskUpdateResp| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccessful | boolean |
None. |
|
| ErrorMessage | string |
None. |
Response Formats
application/json, text/json
{
"IsSuccessful": true,
"ErrorMessage": "sample string 2"
}
application/xml, text/xml
<TaskUpdateResp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mnx.WebApi.Transportation.Models"> <ErrorMessage>sample string 2</ErrorMessage> <IsSuccessful>true</IsSuccessful> </TaskUpdateResp>