POST api/PickupManifest/Update

Request Information

URI Parameters

None.

Body Parameters

PickupManifestUpdateParm
NameDescriptionTypeAdditional information
auth

string

None.

ShipmentGUID

string

None.

Pieces

integer

None.

Weight

decimal number

None.

WeightUOM

string

None.

TrackingNumber

string

None.

Contents

string

None.

Reference

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.

DelTimezoneID

string

None.

DelAttention

string

None.

TSANameOnID

string

None.

TSATypeOfID

string

None.

TSAVerifierName

string

None.

ShipmentReferenceID1

integer

None.

ShipmentReferenceID2

integer

None.

ShipmentReferenceID3

integer

None.

ShipmentReferenceID4

integer

None.

ShipmentReferenceID5

integer

None.

ShipmentReferenceID6

integer

None.

ShipmentReferenceID7

integer

None.

ShipmentReferenceID8

integer

None.

ReferenceValue1

string

None.

ReferenceValue2

string

None.

ReferenceValue3

string

None.

ReferenceValue4

string

None.

ReferenceValue5

string

None.

ReferenceValue6

string

None.

ReferenceValue7

string

None.

ReferenceValue8

string

None.

Request Formats

application/json, text/json

Sample:
{
  "auth": "sample string 1",
  "ShipmentGUID": "sample string 2",
  "Pieces": 3,
  "Weight": 1.0,
  "WeightUOM": "sample string 4",
  "TrackingNumber": "sample string 5",
  "Contents": "sample string 6",
  "Reference": "sample string 7",
  "DelCompanyName": "sample string 8",
  "DelAddress1": "sample string 9",
  "DelAddress2": "sample string 10",
  "DelAddress3": "sample string 11",
  "DelCityName": "sample string 12",
  "DelStateProvID": "sample string 13",
  "DelPostalCode": "sample string 14",
  "DelCountryID": "sample string 15",
  "DelTimezoneID": "sample string 16",
  "DelAttention": "sample string 17",
  "TSANameOnID": "sample string 18",
  "TSATypeOfID": "sample string 19",
  "TSAVerifierName": "sample string 20",
  "ShipmentReferenceID1": 1,
  "ShipmentReferenceID2": 1,
  "ShipmentReferenceID3": 1,
  "ShipmentReferenceID4": 1,
  "ShipmentReferenceID5": 1,
  "ShipmentReferenceID6": 1,
  "ShipmentReferenceID7": 1,
  "ShipmentReferenceID8": 1,
  "ReferenceValue1": "sample string 21",
  "ReferenceValue2": "sample string 22",
  "ReferenceValue3": "sample string 23",
  "ReferenceValue4": "sample string 24",
  "ReferenceValue5": "sample string 25",
  "ReferenceValue6": "sample string 26",
  "ReferenceValue7": "sample string 27",
  "ReferenceValue8": "sample string 28"
}

application/xml, text/xml

Sample:
<PickupManifestUpdateParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParcelLogic.WebApi.Transportation.Models">
  <Contents>sample string 6</Contents>
  <DelAddress1>sample string 9</DelAddress1>
  <DelAddress2>sample string 10</DelAddress2>
  <DelAddress3>sample string 11</DelAddress3>
  <DelAttention>sample string 17</DelAttention>
  <DelCityName>sample string 12</DelCityName>
  <DelCompanyName>sample string 8</DelCompanyName>
  <DelCountryID>sample string 15</DelCountryID>
  <DelPostalCode>sample string 14</DelPostalCode>
  <DelStateProvID>sample string 13</DelStateProvID>
  <DelTimezoneID>sample string 16</DelTimezoneID>
  <Pieces>3</Pieces>
  <Reference>sample string 7</Reference>
  <ReferenceValue1>sample string 21</ReferenceValue1>
  <ReferenceValue2>sample string 22</ReferenceValue2>
  <ReferenceValue3>sample string 23</ReferenceValue3>
  <ReferenceValue4>sample string 24</ReferenceValue4>
  <ReferenceValue5>sample string 25</ReferenceValue5>
  <ReferenceValue6>sample string 26</ReferenceValue6>
  <ReferenceValue7>sample string 27</ReferenceValue7>
  <ReferenceValue8>sample string 28</ReferenceValue8>
  <ShipmentGUID>sample string 2</ShipmentGUID>
  <ShipmentReferenceID1>1</ShipmentReferenceID1>
  <ShipmentReferenceID2>1</ShipmentReferenceID2>
  <ShipmentReferenceID3>1</ShipmentReferenceID3>
  <ShipmentReferenceID4>1</ShipmentReferenceID4>
  <ShipmentReferenceID5>1</ShipmentReferenceID5>
  <ShipmentReferenceID6>1</ShipmentReferenceID6>
  <ShipmentReferenceID7>1</ShipmentReferenceID7>
  <ShipmentReferenceID8>1</ShipmentReferenceID8>
  <TSANameOnID>sample string 18</TSANameOnID>
  <TSATypeOfID>sample string 19</TSATypeOfID>
  <TSAVerifierName>sample string 20</TSAVerifierName>
  <TrackingNumber>sample string 5</TrackingNumber>
  <Weight>1</Weight>
  <WeightUOM>sample string 4</WeightUOM>
  <auth>sample string 1</auth>
</PickupManifestUpdateParm>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseBase
NameDescriptionTypeAdditional information
IsSuccessful

boolean

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccessful": true,
  "ErrorMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<ResponseBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParcelLogic.WebApi.Transportation.Models">
  <ErrorMessage>sample string 2</ErrorMessage>
  <IsSuccessful>true</IsSuccessful>
</ResponseBase>