GET api/audPackage/orderID/{orderID}

Return a (possible) list from the Packages table for the specified SHIPMENT orderID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orderID

The OrderID to search for.

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of audPackageDb
NameDescriptionTypeAdditional information
PackageID

integer

None.

ShipPackageID

integer

None.

ImportPackageID

integer

Required

ImportBatchID

integer

Required

AuditCarrierID

integer

Required

AuditServiceCode1

string

Max length: 255

AuditServiceCode2

string

Max length: 255

TrackingNumber

string

Required

Max length: 255

OldTrackingNumber

string

Max length: 255

ReferenceNumber

string

Max length: 255

ReferenceNumber2

string

Max length: 255

ReferenceNumber3

string

Max length: 255

CarrierName

string

Max length: 255

DateShipped

date

None.

DateDelivered

date

None.

TimeDelivered

integer

None.

DateAttemptedDelivery

date

None.

TimeAttemptedDelivery

integer

None.

ScheduledDeliveryDate

date

None.

DaysInTransit

integer

None.

ShipperName

string

Max length: 255

ShipperCompany

string

Max length: 255

ShipperAddress1

string

Max length: 255

ShipperAddress2

string

Max length: 255

ShipperCity

string

Max length: 255

ShipperStateProvince

string

Max length: 255

ShipperPostalCode

string

Max length: 255

ShipperCountry

string

Max length: 255

ConsigneeName

string

Max length: 255

ConsigneeCompany

string

Max length: 255

ConsigneeAddress1

string

Max length: 255

ConsigneeAddress2

string

Max length: 255

ConsigneeCity

string

Max length: 255

ConsigneeStateProvince

string

Max length: 255

ConsigneePostalCode

string

Max length: 255

ConsigneeCountry

string

Max length: 255

OriginalConsigneeAddress1

string

Max length: 255

OriginalConsigneeAddress2

string

Max length: 255

OriginalConsigneeCity

string

Max length: 255

OriginalConsigneeStateProvince

string

Max length: 255

OriginalConsigneePostalCode

string

Max length: 255

ServiceDescription

string

Max length: 255

PaymentType

string

Max length: 20

Zone

string

Max length: 10

PackageNumber

integer

None.

PackageCount

integer

None.

BilledWeight

decimal number

None.

ActualWeight

decimal number

None.

ShippedWeight

decimal number

None.

Length

integer

None.

Width

integer

None.

Height

integer

None.

DimFactor

integer

None.

NetCharges

decimal number

None.

BaseFreight

decimal number

None.

AccessorialFreight

decimal number

None.

TotalFreight

decimal number

None.

PublishedFreight

decimal number

None.

DeclaredValue

decimal number

None.

BillingType

string

Max length: 10

SignedBy

string

Max length: 255

BillToAccount

string

Max length: 255

FuelPercent

decimal number

None.

ShipRES

boolean

None.

AuditRES

boolean

None.

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

AuditWeightDimFlag

integer

None.

AuditVASFlag

integer

None.

AuditMarginPct

decimal number

None.

ShippingServiceCode

string

None.

ShipClientID

integer

None.

ShipClientShortName

string

None.

ShipWarehouseID

integer

None.

ShipOrderID

integer

None.

ShipWarehouseCode

string

None.

CarrierNameShip

string

None.

Manifestor

string

None.

ChargedClient

decimal number

None.

BilledByCarrier

decimal number

None.

ShipState

string

None.

TNTChecked

boolean

None.

SendItPackageID

integer

None.

Status

string

None.

ExpectedZone

string

None.

SellZone

string

None.

ExpectedShipWeightOriginal

decimal number

None.

ExpectedShipWeight

decimal number

None.

ExpectedLength

integer

None.

ExpectedWidth

integer

None.

ExpectedHeight

integer

None.

ExpectedLengthDec

decimal number

None.

ExpectedWidthDec

decimal number

None.

ExpectedHeightDec

decimal number

None.

StandardDimFactor

integer

None.

ExpectedDimFactor

integer

None.

ClientDimFactor

integer

None.

SendItCarrierID

integer

None.

SendItService

string

None.

ExpectedRate

decimal number

None.

BilledResidential

boolean

None.

ShipReceiptID

integer

None.

ExpectedActualWeight

decimal number

None.

IsReturn

boolean

None.

BlockBulkUpdate

boolean

None.

IsForceClosed

boolean

None.

IsVoid

boolean

None.

ExternalServiceLevel

string

None.

ExternalServiceMethod

string

None.

ExternalPackageID

globally unique identifier

None.

ExternalOrderID

globally unique identifier

None.

ExternalOrderNumber

string

None.

ExternalBusinessDaysInTransit

integer

None.

ExternalDesiredDeliveryDate

date

None.

FulfillmentCenterId

globally unique identifier

None.

ShipperId

globally unique identifier

None.

ExternalLabelProvider

string

None.

RateWeightHigh

decimal number

None.

RateWeightLow

decimal number

None.

ExternalDimWeight

decimal number

None.

results

Collection of ValidationResult

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "results": null,
    "PackageID": 1,
    "ShipPackageID": 1,
    "ImportPackageID": 2,
    "ImportBatchID": 3,
    "AuditCarrierID": 4,
    "AuditServiceCode1": "sample string 5",
    "AuditServiceCode2": "sample string 6",
    "TrackingNumber": "sample string 7",
    "OldTrackingNumber": "sample string 8",
    "ReferenceNumber": "sample string 9",
    "ReferenceNumber2": "sample string 10",
    "ReferenceNumber3": "sample string 11",
    "CarrierName": "sample string 12",
    "DateShipped": "2025-12-06T23:42:52.5488929+00:00",
    "DateDelivered": "2025-12-06T23:42:52.5488929+00:00",
    "TimeDelivered": 1,
    "DateAttemptedDelivery": "2025-12-06T23:42:52.5488929+00:00",
    "TimeAttemptedDelivery": 1,
    "ScheduledDeliveryDate": "2025-12-06T23:42:52.5488929+00:00",
    "DaysInTransit": 1,
    "ShipperName": "sample string 13",
    "ShipperCompany": "sample string 14",
    "ShipperAddress1": "sample string 15",
    "ShipperAddress2": "sample string 16",
    "ShipperCity": "sample string 17",
    "ShipperStateProvince": "sample string 18",
    "ShipperPostalCode": "sample string 19",
    "ShipperCountry": "sample string 20",
    "ConsigneeName": "sample string 21",
    "ConsigneeCompany": "sample string 22",
    "ConsigneeAddress1": "sample string 23",
    "ConsigneeAddress2": "sample string 24",
    "ConsigneeCity": "sample string 25",
    "ConsigneeStateProvince": "sample string 26",
    "ConsigneePostalCode": "sample string 27",
    "ConsigneeCountry": "sample string 28",
    "OriginalConsigneeAddress1": "sample string 29",
    "OriginalConsigneeAddress2": "sample string 30",
    "OriginalConsigneeCity": "sample string 31",
    "OriginalConsigneeStateProvince": "sample string 32",
    "OriginalConsigneePostalCode": "sample string 33",
    "ServiceDescription": "sample string 34",
    "PaymentType": "sample string 35",
    "Zone": "sample string 36",
    "PackageNumber": 1,
    "PackageCount": 1,
    "BilledWeight": 1.0,
    "ActualWeight": 1.0,
    "ShippedWeight": 1.0,
    "Length": 1,
    "Width": 1,
    "Height": 1,
    "DimFactor": 1,
    "NetCharges": 1.0,
    "BaseFreight": 1.0,
    "AccessorialFreight": 1.0,
    "TotalFreight": 1.0,
    "PublishedFreight": 1.0,
    "DeclaredValue": 1.0,
    "BillingType": "sample string 37",
    "SignedBy": "sample string 38",
    "BillToAccount": "sample string 39",
    "FuelPercent": 1.0,
    "ShipRES": true,
    "AuditRES": true,
    "CreatedBy": 40,
    "CreatedDate": "2025-12-06T23:42:52.5488929+00:00",
    "UpdatedBy": 42,
    "UpdatedDate": "2025-12-06T23:42:52.5488929+00:00",
    "AuditWeightDimFlag": 44,
    "AuditVASFlag": 45,
    "AuditMarginPct": 46.0,
    "ShippingServiceCode": "sample string 47",
    "ShipClientID": 1,
    "ShipClientShortName": "sample string 48",
    "ShipWarehouseID": 49,
    "ShipOrderID": 50,
    "ShipWarehouseCode": "sample string 51",
    "CarrierNameShip": "sample string 52",
    "Manifestor": "sample string 53",
    "ChargedClient": 54.0,
    "BilledByCarrier": 55.0,
    "ShipState": "sample string 56",
    "TNTChecked": true,
    "SendItPackageID": 58,
    "Status": "sample string 59",
    "ExpectedZone": "sample string 60",
    "SellZone": "sample string 61",
    "ExpectedShipWeightOriginal": 1.0,
    "ExpectedShipWeight": 1.0,
    "ExpectedLength": 1,
    "ExpectedWidth": 1,
    "ExpectedHeight": 1,
    "ExpectedLengthDec": 1.0,
    "ExpectedWidthDec": 1.0,
    "ExpectedHeightDec": 1.0,
    "StandardDimFactor": 62,
    "ExpectedDimFactor": 63,
    "ClientDimFactor": 64,
    "SendItCarrierID": 65,
    "SendItService": "sample string 66",
    "ExpectedRate": 67.0,
    "BilledResidential": true,
    "ShipReceiptID": 69,
    "ExpectedActualWeight": 70.0,
    "IsReturn": true,
    "BlockBulkUpdate": true,
    "IsForceClosed": true,
    "IsVoid": true,
    "ExternalServiceLevel": "sample string 75",
    "ExternalServiceMethod": "sample string 76",
    "ExternalPackageID": "2c342ae5-bd44-466b-9344-d6f691eb8806",
    "ExternalOrderID": "511661f6-8087-452c-8ae3-db08af1cc0db",
    "ExternalOrderNumber": "sample string 79",
    "ExternalBusinessDaysInTransit": 80,
    "ExternalDesiredDeliveryDate": "2025-12-06T23:42:52.5488929+00:00",
    "FulfillmentCenterId": "04445819-8635-4235-93b5-5a6d7ef75413",
    "ShipperId": "9d189053-3fd4-495f-83b9-b1e7e5c45535",
    "ExternalLabelProvider": "sample string 81",
    "RateWeightHigh": 1.0,
    "RateWeightLow": 1.0,
    "ExternalDimWeight": 1.0
  },
  {
    "results": null,
    "PackageID": 1,
    "ShipPackageID": 1,
    "ImportPackageID": 2,
    "ImportBatchID": 3,
    "AuditCarrierID": 4,
    "AuditServiceCode1": "sample string 5",
    "AuditServiceCode2": "sample string 6",
    "TrackingNumber": "sample string 7",
    "OldTrackingNumber": "sample string 8",
    "ReferenceNumber": "sample string 9",
    "ReferenceNumber2": "sample string 10",
    "ReferenceNumber3": "sample string 11",
    "CarrierName": "sample string 12",
    "DateShipped": "2025-12-06T23:42:52.5488929+00:00",
    "DateDelivered": "2025-12-06T23:42:52.5488929+00:00",
    "TimeDelivered": 1,
    "DateAttemptedDelivery": "2025-12-06T23:42:52.5488929+00:00",
    "TimeAttemptedDelivery": 1,
    "ScheduledDeliveryDate": "2025-12-06T23:42:52.5488929+00:00",
    "DaysInTransit": 1,
    "ShipperName": "sample string 13",
    "ShipperCompany": "sample string 14",
    "ShipperAddress1": "sample string 15",
    "ShipperAddress2": "sample string 16",
    "ShipperCity": "sample string 17",
    "ShipperStateProvince": "sample string 18",
    "ShipperPostalCode": "sample string 19",
    "ShipperCountry": "sample string 20",
    "ConsigneeName": "sample string 21",
    "ConsigneeCompany": "sample string 22",
    "ConsigneeAddress1": "sample string 23",
    "ConsigneeAddress2": "sample string 24",
    "ConsigneeCity": "sample string 25",
    "ConsigneeStateProvince": "sample string 26",
    "ConsigneePostalCode": "sample string 27",
    "ConsigneeCountry": "sample string 28",
    "OriginalConsigneeAddress1": "sample string 29",
    "OriginalConsigneeAddress2": "sample string 30",
    "OriginalConsigneeCity": "sample string 31",
    "OriginalConsigneeStateProvince": "sample string 32",
    "OriginalConsigneePostalCode": "sample string 33",
    "ServiceDescription": "sample string 34",
    "PaymentType": "sample string 35",
    "Zone": "sample string 36",
    "PackageNumber": 1,
    "PackageCount": 1,
    "BilledWeight": 1.0,
    "ActualWeight": 1.0,
    "ShippedWeight": 1.0,
    "Length": 1,
    "Width": 1,
    "Height": 1,
    "DimFactor": 1,
    "NetCharges": 1.0,
    "BaseFreight": 1.0,
    "AccessorialFreight": 1.0,
    "TotalFreight": 1.0,
    "PublishedFreight": 1.0,
    "DeclaredValue": 1.0,
    "BillingType": "sample string 37",
    "SignedBy": "sample string 38",
    "BillToAccount": "sample string 39",
    "FuelPercent": 1.0,
    "ShipRES": true,
    "AuditRES": true,
    "CreatedBy": 40,
    "CreatedDate": "2025-12-06T23:42:52.5488929+00:00",
    "UpdatedBy": 42,
    "UpdatedDate": "2025-12-06T23:42:52.5488929+00:00",
    "AuditWeightDimFlag": 44,
    "AuditVASFlag": 45,
    "AuditMarginPct": 46.0,
    "ShippingServiceCode": "sample string 47",
    "ShipClientID": 1,
    "ShipClientShortName": "sample string 48",
    "ShipWarehouseID": 49,
    "ShipOrderID": 50,
    "ShipWarehouseCode": "sample string 51",
    "CarrierNameShip": "sample string 52",
    "Manifestor": "sample string 53",
    "ChargedClient": 54.0,
    "BilledByCarrier": 55.0,
    "ShipState": "sample string 56",
    "TNTChecked": true,
    "SendItPackageID": 58,
    "Status": "sample string 59",
    "ExpectedZone": "sample string 60",
    "SellZone": "sample string 61",
    "ExpectedShipWeightOriginal": 1.0,
    "ExpectedShipWeight": 1.0,
    "ExpectedLength": 1,
    "ExpectedWidth": 1,
    "ExpectedHeight": 1,
    "ExpectedLengthDec": 1.0,
    "ExpectedWidthDec": 1.0,
    "ExpectedHeightDec": 1.0,
    "StandardDimFactor": 62,
    "ExpectedDimFactor": 63,
    "ClientDimFactor": 64,
    "SendItCarrierID": 65,
    "SendItService": "sample string 66",
    "ExpectedRate": 67.0,
    "BilledResidential": true,
    "ShipReceiptID": 69,
    "ExpectedActualWeight": 70.0,
    "IsReturn": true,
    "BlockBulkUpdate": true,
    "IsForceClosed": true,
    "IsVoid": true,
    "ExternalServiceLevel": "sample string 75",
    "ExternalServiceMethod": "sample string 76",
    "ExternalPackageID": "2c342ae5-bd44-466b-9344-d6f691eb8806",
    "ExternalOrderID": "511661f6-8087-452c-8ae3-db08af1cc0db",
    "ExternalOrderNumber": "sample string 79",
    "ExternalBusinessDaysInTransit": 80,
    "ExternalDesiredDeliveryDate": "2025-12-06T23:42:52.5488929+00:00",
    "FulfillmentCenterId": "04445819-8635-4235-93b5-5a6d7ef75413",
    "ShipperId": "9d189053-3fd4-495f-83b9-b1e7e5c45535",
    "ExternalLabelProvider": "sample string 81",
    "RateWeightHigh": 1.0,
    "RateWeightLow": 1.0,
    "ExternalDimWeight": 1.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfaudPackageDb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
  <audPackageDb>
    <results xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
    <AccessorialFreight>1</AccessorialFreight>
    <ActualWeight>1</ActualWeight>
    <AuditCarrierID>4</AuditCarrierID>
    <AuditMarginPct>46</AuditMarginPct>
    <AuditRES>true</AuditRES>
    <AuditServiceCode1>sample string 5</AuditServiceCode1>
    <AuditServiceCode2>sample string 6</AuditServiceCode2>
    <AuditVASFlag>45</AuditVASFlag>
    <AuditWeightDimFlag>44</AuditWeightDimFlag>
    <BaseFreight>1</BaseFreight>
    <BillToAccount>sample string 39</BillToAccount>
    <BilledByCarrier>55</BilledByCarrier>
    <BilledResidential>true</BilledResidential>
    <BilledWeight>1</BilledWeight>
    <BillingType>sample string 37</BillingType>
    <BlockBulkUpdate>true</BlockBulkUpdate>
    <CarrierName>sample string 12</CarrierName>
    <CarrierNameShip>sample string 52</CarrierNameShip>
    <ChargedClient>54</ChargedClient>
    <ClientDimFactor>64</ClientDimFactor>
    <ConsigneeAddress1>sample string 23</ConsigneeAddress1>
    <ConsigneeAddress2>sample string 24</ConsigneeAddress2>
    <ConsigneeCity>sample string 25</ConsigneeCity>
    <ConsigneeCompany>sample string 22</ConsigneeCompany>
    <ConsigneeCountry>sample string 28</ConsigneeCountry>
    <ConsigneeName>sample string 21</ConsigneeName>
    <ConsigneePostalCode>sample string 27</ConsigneePostalCode>
    <ConsigneeStateProvince>sample string 26</ConsigneeStateProvince>
    <CreatedBy>40</CreatedBy>
    <CreatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-06T23:42:52.5488929Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreatedDate>
    <DateAttemptedDelivery>2025-12-06T23:42:52.5488929+00:00</DateAttemptedDelivery>
    <DateDelivered>2025-12-06T23:42:52.5488929+00:00</DateDelivered>
    <DateShipped>2025-12-06T23:42:52.5488929+00:00</DateShipped>
    <DaysInTransit>1</DaysInTransit>
    <DeclaredValue>1</DeclaredValue>
    <DimFactor>1</DimFactor>
    <ExpectedActualWeight>70</ExpectedActualWeight>
    <ExpectedDimFactor>63</ExpectedDimFactor>
    <ExpectedHeight>1</ExpectedHeight>
    <ExpectedHeightDec>1</ExpectedHeightDec>
    <ExpectedLength>1</ExpectedLength>
    <ExpectedLengthDec>1</ExpectedLengthDec>
    <ExpectedRate>67</ExpectedRate>
    <ExpectedShipWeight>1</ExpectedShipWeight>
    <ExpectedShipWeightOriginal>1</ExpectedShipWeightOriginal>
    <ExpectedWidth>1</ExpectedWidth>
    <ExpectedWidthDec>1</ExpectedWidthDec>
    <ExpectedZone>sample string 60</ExpectedZone>
    <ExternalBusinessDaysInTransit>80</ExternalBusinessDaysInTransit>
    <ExternalDesiredDeliveryDate>2025-12-06T23:42:52.5488929+00:00</ExternalDesiredDeliveryDate>
    <ExternalDimWeight>1</ExternalDimWeight>
    <ExternalLabelProvider>sample string 81</ExternalLabelProvider>
    <ExternalOrderID>511661f6-8087-452c-8ae3-db08af1cc0db</ExternalOrderID>
    <ExternalOrderNumber>sample string 79</ExternalOrderNumber>
    <ExternalPackageID>2c342ae5-bd44-466b-9344-d6f691eb8806</ExternalPackageID>
    <ExternalServiceLevel>sample string 75</ExternalServiceLevel>
    <ExternalServiceMethod>sample string 76</ExternalServiceMethod>
    <FuelPercent>1</FuelPercent>
    <FulfillmentCenterId>04445819-8635-4235-93b5-5a6d7ef75413</FulfillmentCenterId>
    <Height>1</Height>
    <ImportBatchID>3</ImportBatchID>
    <ImportPackageID>2</ImportPackageID>
    <IsForceClosed>true</IsForceClosed>
    <IsReturn>true</IsReturn>
    <IsVoid>true</IsVoid>
    <Length>1</Length>
    <Manifestor>sample string 53</Manifestor>
    <NetCharges>1</NetCharges>
    <OldTrackingNumber>sample string 8</OldTrackingNumber>
    <OriginalConsigneeAddress1>sample string 29</OriginalConsigneeAddress1>
    <OriginalConsigneeAddress2>sample string 30</OriginalConsigneeAddress2>
    <OriginalConsigneeCity>sample string 31</OriginalConsigneeCity>
    <OriginalConsigneePostalCode>sample string 33</OriginalConsigneePostalCode>
    <OriginalConsigneeStateProvince>sample string 32</OriginalConsigneeStateProvince>
    <PackageCount>1</PackageCount>
    <PackageID>1</PackageID>
    <PackageNumber>1</PackageNumber>
    <PaymentType>sample string 35</PaymentType>
    <PublishedFreight>1</PublishedFreight>
    <RateWeightHigh>1</RateWeightHigh>
    <RateWeightLow>1</RateWeightLow>
    <ReferenceNumber>sample string 9</ReferenceNumber>
    <ReferenceNumber2>sample string 10</ReferenceNumber2>
    <ReferenceNumber3>sample string 11</ReferenceNumber3>
    <ScheduledDeliveryDate>2025-12-06T23:42:52.5488929+00:00</ScheduledDeliveryDate>
    <SellZone>sample string 61</SellZone>
    <SendItCarrierID>65</SendItCarrierID>
    <SendItPackageID>58</SendItPackageID>
    <SendItService>sample string 66</SendItService>
    <ServiceDescription>sample string 34</ServiceDescription>
    <ShipClientID>1</ShipClientID>
    <ShipClientShortName>sample string 48</ShipClientShortName>
    <ShipOrderID>50</ShipOrderID>
    <ShipPackageID>1</ShipPackageID>
    <ShipRES>true</ShipRES>
    <ShipReceiptID>69</ShipReceiptID>
    <ShipState>sample string 56</ShipState>
    <ShipWarehouseCode>sample string 51</ShipWarehouseCode>
    <ShipWarehouseID>49</ShipWarehouseID>
    <ShippedWeight>1</ShippedWeight>
    <ShipperAddress1>sample string 15</ShipperAddress1>
    <ShipperAddress2>sample string 16</ShipperAddress2>
    <ShipperCity>sample string 17</ShipperCity>
    <ShipperCompany>sample string 14</ShipperCompany>
    <ShipperCountry>sample string 20</ShipperCountry>
    <ShipperId>9d189053-3fd4-495f-83b9-b1e7e5c45535</ShipperId>
    <ShipperName>sample string 13</ShipperName>
    <ShipperPostalCode>sample string 19</ShipperPostalCode>
    <ShipperStateProvince>sample string 18</ShipperStateProvince>
    <ShippingServiceCode>sample string 47</ShippingServiceCode>
    <SignedBy>sample string 38</SignedBy>
    <StandardDimFactor>62</StandardDimFactor>
    <Status>sample string 59</Status>
    <TNTChecked>true</TNTChecked>
    <TimeAttemptedDelivery>1</TimeAttemptedDelivery>
    <TimeDelivered>1</TimeDelivered>
    <TotalFreight>1</TotalFreight>
    <TrackingNumber>sample string 7</TrackingNumber>
    <UpdatedBy>42</UpdatedBy>
    <UpdatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-06T23:42:52.5488929Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </UpdatedDate>
    <Width>1</Width>
    <Zone>sample string 36</Zone>
  </audPackageDb>
  <audPackageDb>
    <results xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
    <AccessorialFreight>1</AccessorialFreight>
    <ActualWeight>1</ActualWeight>
    <AuditCarrierID>4</AuditCarrierID>
    <AuditMarginPct>46</AuditMarginPct>
    <AuditRES>true</AuditRES>
    <AuditServiceCode1>sample string 5</AuditServiceCode1>
    <AuditServiceCode2>sample string 6</AuditServiceCode2>
    <AuditVASFlag>45</AuditVASFlag>
    <AuditWeightDimFlag>44</AuditWeightDimFlag>
    <BaseFreight>1</BaseFreight>
    <BillToAccount>sample string 39</BillToAccount>
    <BilledByCarrier>55</BilledByCarrier>
    <BilledResidential>true</BilledResidential>
    <BilledWeight>1</BilledWeight>
    <BillingType>sample string 37</BillingType>
    <BlockBulkUpdate>true</BlockBulkUpdate>
    <CarrierName>sample string 12</CarrierName>
    <CarrierNameShip>sample string 52</CarrierNameShip>
    <ChargedClient>54</ChargedClient>
    <ClientDimFactor>64</ClientDimFactor>
    <ConsigneeAddress1>sample string 23</ConsigneeAddress1>
    <ConsigneeAddress2>sample string 24</ConsigneeAddress2>
    <ConsigneeCity>sample string 25</ConsigneeCity>
    <ConsigneeCompany>sample string 22</ConsigneeCompany>
    <ConsigneeCountry>sample string 28</ConsigneeCountry>
    <ConsigneeName>sample string 21</ConsigneeName>
    <ConsigneePostalCode>sample string 27</ConsigneePostalCode>
    <ConsigneeStateProvince>sample string 26</ConsigneeStateProvince>
    <CreatedBy>40</CreatedBy>
    <CreatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-06T23:42:52.5488929Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreatedDate>
    <DateAttemptedDelivery>2025-12-06T23:42:52.5488929+00:00</DateAttemptedDelivery>
    <DateDelivered>2025-12-06T23:42:52.5488929+00:00</DateDelivered>
    <DateShipped>2025-12-06T23:42:52.5488929+00:00</DateShipped>
    <DaysInTransit>1</DaysInTransit>
    <DeclaredValue>1</DeclaredValue>
    <DimFactor>1</DimFactor>
    <ExpectedActualWeight>70</ExpectedActualWeight>
    <ExpectedDimFactor>63</ExpectedDimFactor>
    <ExpectedHeight>1</ExpectedHeight>
    <ExpectedHeightDec>1</ExpectedHeightDec>
    <ExpectedLength>1</ExpectedLength>
    <ExpectedLengthDec>1</ExpectedLengthDec>
    <ExpectedRate>67</ExpectedRate>
    <ExpectedShipWeight>1</ExpectedShipWeight>
    <ExpectedShipWeightOriginal>1</ExpectedShipWeightOriginal>
    <ExpectedWidth>1</ExpectedWidth>
    <ExpectedWidthDec>1</ExpectedWidthDec>
    <ExpectedZone>sample string 60</ExpectedZone>
    <ExternalBusinessDaysInTransit>80</ExternalBusinessDaysInTransit>
    <ExternalDesiredDeliveryDate>2025-12-06T23:42:52.5488929+00:00</ExternalDesiredDeliveryDate>
    <ExternalDimWeight>1</ExternalDimWeight>
    <ExternalLabelProvider>sample string 81</ExternalLabelProvider>
    <ExternalOrderID>511661f6-8087-452c-8ae3-db08af1cc0db</ExternalOrderID>
    <ExternalOrderNumber>sample string 79</ExternalOrderNumber>
    <ExternalPackageID>2c342ae5-bd44-466b-9344-d6f691eb8806</ExternalPackageID>
    <ExternalServiceLevel>sample string 75</ExternalServiceLevel>
    <ExternalServiceMethod>sample string 76</ExternalServiceMethod>
    <FuelPercent>1</FuelPercent>
    <FulfillmentCenterId>04445819-8635-4235-93b5-5a6d7ef75413</FulfillmentCenterId>
    <Height>1</Height>
    <ImportBatchID>3</ImportBatchID>
    <ImportPackageID>2</ImportPackageID>
    <IsForceClosed>true</IsForceClosed>
    <IsReturn>true</IsReturn>
    <IsVoid>true</IsVoid>
    <Length>1</Length>
    <Manifestor>sample string 53</Manifestor>
    <NetCharges>1</NetCharges>
    <OldTrackingNumber>sample string 8</OldTrackingNumber>
    <OriginalConsigneeAddress1>sample string 29</OriginalConsigneeAddress1>
    <OriginalConsigneeAddress2>sample string 30</OriginalConsigneeAddress2>
    <OriginalConsigneeCity>sample string 31</OriginalConsigneeCity>
    <OriginalConsigneePostalCode>sample string 33</OriginalConsigneePostalCode>
    <OriginalConsigneeStateProvince>sample string 32</OriginalConsigneeStateProvince>
    <PackageCount>1</PackageCount>
    <PackageID>1</PackageID>
    <PackageNumber>1</PackageNumber>
    <PaymentType>sample string 35</PaymentType>
    <PublishedFreight>1</PublishedFreight>
    <RateWeightHigh>1</RateWeightHigh>
    <RateWeightLow>1</RateWeightLow>
    <ReferenceNumber>sample string 9</ReferenceNumber>
    <ReferenceNumber2>sample string 10</ReferenceNumber2>
    <ReferenceNumber3>sample string 11</ReferenceNumber3>
    <ScheduledDeliveryDate>2025-12-06T23:42:52.5488929+00:00</ScheduledDeliveryDate>
    <SellZone>sample string 61</SellZone>
    <SendItCarrierID>65</SendItCarrierID>
    <SendItPackageID>58</SendItPackageID>
    <SendItService>sample string 66</SendItService>
    <ServiceDescription>sample string 34</ServiceDescription>
    <ShipClientID>1</ShipClientID>
    <ShipClientShortName>sample string 48</ShipClientShortName>
    <ShipOrderID>50</ShipOrderID>
    <ShipPackageID>1</ShipPackageID>
    <ShipRES>true</ShipRES>
    <ShipReceiptID>69</ShipReceiptID>
    <ShipState>sample string 56</ShipState>
    <ShipWarehouseCode>sample string 51</ShipWarehouseCode>
    <ShipWarehouseID>49</ShipWarehouseID>
    <ShippedWeight>1</ShippedWeight>
    <ShipperAddress1>sample string 15</ShipperAddress1>
    <ShipperAddress2>sample string 16</ShipperAddress2>
    <ShipperCity>sample string 17</ShipperCity>
    <ShipperCompany>sample string 14</ShipperCompany>
    <ShipperCountry>sample string 20</ShipperCountry>
    <ShipperId>9d189053-3fd4-495f-83b9-b1e7e5c45535</ShipperId>
    <ShipperName>sample string 13</ShipperName>
    <ShipperPostalCode>sample string 19</ShipperPostalCode>
    <ShipperStateProvince>sample string 18</ShipperStateProvince>
    <ShippingServiceCode>sample string 47</ShippingServiceCode>
    <SignedBy>sample string 38</SignedBy>
    <StandardDimFactor>62</StandardDimFactor>
    <Status>sample string 59</Status>
    <TNTChecked>true</TNTChecked>
    <TimeAttemptedDelivery>1</TimeAttemptedDelivery>
    <TimeDelivered>1</TimeDelivered>
    <TotalFreight>1</TotalFreight>
    <TrackingNumber>sample string 7</TrackingNumber>
    <UpdatedBy>42</UpdatedBy>
    <UpdatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-06T23:42:52.5488929Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </UpdatedDate>
    <Width>1</Width>
    <Zone>sample string 36</Zone>
  </audPackageDb>
</ArrayOfaudPackageDb>