POST api/{ext}/order/Update

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ext

string

None.

Body Parameters

OrderUpdateParm
NameDescriptionTypeAdditional information
ShipmentGUID

string

None.

OrderState

string

None.

OrderStatus

integer

None.

ShipmentNumber

integer

None.

TrackingNumber

string

None.

Reference

string

None.

Contents

string

None.

Pieces

integer

None.

Weight

decimal number

None.

WeightUOM

string

None.

Length

integer

None.

Width

integer

None.

Height

integer

None.

SizeUOM

string

None.

PuCompanyName

string

None.

PuAddress1

string

None.

PuAddress2

string

None.

PuAddress3

string

None.

PuCityName

string

None.

PuStateProvID

string

None.

PuPostalCode

string

None.

PuCountryID

string

None.

PuCountryName

string

None.

PuPersonToSee

string

None.

PuPhoneNumber

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.

DelAttention

string

None.

DelPhoneNumber

string

None.

ServiceID

integer

None.

ServiceName

string

None.

DeclaredValue

decimal number

None.

DeclaredValueCurrencyID

string

None.

ReadyDateTime

date

None.

ShipmentReferenceID1

integer

None.

ReferenceTypeID1

integer

None.

ReferenceLabel1

string

None.

ReferenceValue1

string

None.

ShipmentReferenceID2

integer

None.

ReferenceTypeID2

integer

None.

ReferenceLabel2

string

None.

ReferenceValue2

string

None.

ShipmentReferenceID3

integer

None.

ReferenceTypeID3

integer

None.

ReferenceLabel3

string

None.

ReferenceValue3

string

None.

ShipmentReferenceID4

integer

None.

ReferenceTypeID4

integer

None.

ReferenceLabel4

string

None.

ReferenceValue4

string

None.

ShipmentReferenceID5

integer

None.

ReferenceTypeID5

integer

None.

ReferenceLabel5

string

None.

ReferenceValue5

string

None.

ShipmentReferenceID6

integer

None.

ReferenceTypeID6

integer

None.

ReferenceLabel6

string

None.

ReferenceValue6

string

None.

ShipmentReferenceID7

integer

None.

ReferenceTypeID7

integer

None.

ReferenceLabel7

string

None.

ReferenceValue7

string

None.

ShipmentReferenceID8

integer

None.

ReferenceTypeID8

integer

None.

ReferenceLabel8

string

None.

ReferenceValue8

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ShipmentGUID": "sample string 1",
  "OrderState": "sample string 2",
  "OrderStatus": 3,
  "ShipmentNumber": 4,
  "TrackingNumber": "sample string 5",
  "Reference": "sample string 6",
  "Contents": "sample string 7",
  "Pieces": 8,
  "Weight": 1.0,
  "WeightUOM": "sample string 9",
  "Length": 1,
  "Width": 1,
  "Height": 1,
  "SizeUOM": "sample string 10",
  "PuCompanyName": "sample string 11",
  "PuAddress1": "sample string 12",
  "PuAddress2": "sample string 13",
  "PuAddress3": "sample string 14",
  "PuCityName": "sample string 15",
  "PuStateProvID": "sample string 16",
  "PuPostalCode": "sample string 17",
  "PuCountryID": "sample string 18",
  "PuCountryName": "sample string 19",
  "PuPersonToSee": "sample string 20",
  "PuPhoneNumber": "sample string 21",
  "DelCompanyName": "sample string 22",
  "DelAddress1": "sample string 23",
  "DelAddress2": "sample string 24",
  "DelAddress3": "sample string 25",
  "DelCityName": "sample string 26",
  "DelStateProvID": "sample string 27",
  "DelPostalCode": "sample string 28",
  "DelCountryID": "sample string 29",
  "DelCountryName": "sample string 30",
  "DelAttention": "sample string 31",
  "DelPhoneNumber": "sample string 32",
  "ServiceID": 33,
  "ServiceName": "sample string 34",
  "DeclaredValue": 1.0,
  "DeclaredValueCurrencyID": "sample string 35",
  "ReadyDateTime": "2025-04-29T13:34:01.4872685+00:00",
  "ShipmentReferenceID1": 1,
  "ReferenceTypeID1": 1,
  "ReferenceLabel1": "sample string 37",
  "ReferenceValue1": "sample string 38",
  "ShipmentReferenceID2": 1,
  "ReferenceTypeID2": 1,
  "ReferenceLabel2": "sample string 39",
  "ReferenceValue2": "sample string 40",
  "ShipmentReferenceID3": 1,
  "ReferenceTypeID3": 1,
  "ReferenceLabel3": "sample string 41",
  "ReferenceValue3": "sample string 42",
  "ShipmentReferenceID4": 1,
  "ReferenceTypeID4": 1,
  "ReferenceLabel4": "sample string 43",
  "ReferenceValue4": "sample string 44",
  "ShipmentReferenceID5": 1,
  "ReferenceTypeID5": 1,
  "ReferenceLabel5": "sample string 45",
  "ReferenceValue5": "sample string 46",
  "ShipmentReferenceID6": 1,
  "ReferenceTypeID6": 1,
  "ReferenceLabel6": "sample string 47",
  "ReferenceValue6": "sample string 48",
  "ShipmentReferenceID7": 1,
  "ReferenceTypeID7": 1,
  "ReferenceLabel7": "sample string 49",
  "ReferenceValue7": "sample string 50",
  "ShipmentReferenceID8": 1,
  "ReferenceTypeID8": 1,
  "ReferenceLabel8": "sample string 51",
  "ReferenceValue8": "sample string 52"
}

application/xml, text/xml

Sample:
<OrderUpdateParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParcelLogic.WebApi.Shipper1.Models">
  <Contents>sample string 7</Contents>
  <DeclaredValue>1</DeclaredValue>
  <DeclaredValueCurrencyID>sample string 35</DeclaredValueCurrencyID>
  <DelAddress1>sample string 23</DelAddress1>
  <DelAddress2>sample string 24</DelAddress2>
  <DelAddress3>sample string 25</DelAddress3>
  <DelAttention>sample string 31</DelAttention>
  <DelCityName>sample string 26</DelCityName>
  <DelCompanyName>sample string 22</DelCompanyName>
  <DelCountryID>sample string 29</DelCountryID>
  <DelCountryName>sample string 30</DelCountryName>
  <DelPhoneNumber>sample string 32</DelPhoneNumber>
  <DelPostalCode>sample string 28</DelPostalCode>
  <DelStateProvID>sample string 27</DelStateProvID>
  <Height>1</Height>
  <Length>1</Length>
  <OrderState>sample string 2</OrderState>
  <OrderStatus>3</OrderStatus>
  <Pieces>8</Pieces>
  <PuAddress1>sample string 12</PuAddress1>
  <PuAddress2>sample string 13</PuAddress2>
  <PuAddress3>sample string 14</PuAddress3>
  <PuCityName>sample string 15</PuCityName>
  <PuCompanyName>sample string 11</PuCompanyName>
  <PuCountryID>sample string 18</PuCountryID>
  <PuCountryName>sample string 19</PuCountryName>
  <PuPersonToSee>sample string 20</PuPersonToSee>
  <PuPhoneNumber>sample string 21</PuPhoneNumber>
  <PuPostalCode>sample string 17</PuPostalCode>
  <PuStateProvID>sample string 16</PuStateProvID>
  <ReadyDateTime>2025-04-29T13:34:01.4872685+00:00</ReadyDateTime>
  <Reference>sample string 6</Reference>
  <ReferenceLabel1>sample string 37</ReferenceLabel1>
  <ReferenceLabel2>sample string 39</ReferenceLabel2>
  <ReferenceLabel3>sample string 41</ReferenceLabel3>
  <ReferenceLabel4>sample string 43</ReferenceLabel4>
  <ReferenceLabel5>sample string 45</ReferenceLabel5>
  <ReferenceLabel6>sample string 47</ReferenceLabel6>
  <ReferenceLabel7>sample string 49</ReferenceLabel7>
  <ReferenceLabel8>sample string 51</ReferenceLabel8>
  <ReferenceTypeID1>1</ReferenceTypeID1>
  <ReferenceTypeID2>1</ReferenceTypeID2>
  <ReferenceTypeID3>1</ReferenceTypeID3>
  <ReferenceTypeID4>1</ReferenceTypeID4>
  <ReferenceTypeID5>1</ReferenceTypeID5>
  <ReferenceTypeID6>1</ReferenceTypeID6>
  <ReferenceTypeID7>1</ReferenceTypeID7>
  <ReferenceTypeID8>1</ReferenceTypeID8>
  <ReferenceValue1>sample string 38</ReferenceValue1>
  <ReferenceValue2>sample string 40</ReferenceValue2>
  <ReferenceValue3>sample string 42</ReferenceValue3>
  <ReferenceValue4>sample string 44</ReferenceValue4>
  <ReferenceValue5>sample string 46</ReferenceValue5>
  <ReferenceValue6>sample string 48</ReferenceValue6>
  <ReferenceValue7>sample string 50</ReferenceValue7>
  <ReferenceValue8>sample string 52</ReferenceValue8>
  <ServiceID>33</ServiceID>
  <ServiceName>sample string 34</ServiceName>
  <ShipmentGUID>sample string 1</ShipmentGUID>
  <ShipmentNumber>4</ShipmentNumber>
  <ShipmentReferenceID1>1</ShipmentReferenceID1>
  <ShipmentReferenceID2>1</ShipmentReferenceID2>
  <ShipmentReferenceID3>1</ShipmentReferenceID3>
  <ShipmentReferenceID4>1</ShipmentReferenceID4>
  <ShipmentReferenceID5>1</ShipmentReferenceID5>
  <ShipmentReferenceID6>1</ShipmentReferenceID6>
  <ShipmentReferenceID7>1</ShipmentReferenceID7>
  <ShipmentReferenceID8>1</ShipmentReferenceID8>
  <SizeUOM>sample string 10</SizeUOM>
  <TrackingNumber>sample string 5</TrackingNumber>
  <Weight>1</Weight>
  <WeightUOM>sample string 9</WeightUOM>
  <Width>1</Width>
</OrderUpdateParm>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.