PUT api/actions/SaveTask

Request Information

URI Parameters

None.

Body Parameters

ordTask
NameDescriptionTypeAdditional information
TaskID

integer

None.

OrderID

integer

Required

TaskTypeID

integer

Required

TaskText

string

Max length: 600

InvoiceID

integer

None.

WarehouseAlertID

integer

None.

FreightLegID

integer

None.

FreightPayableID

integer

None.

WONumber

integer

None.

QuoteID

integer

None.

DateDue

date

None.

DateCompleted

date

None.

IsDefault

boolean

None.

AssignedToUserID

integer

None.

CompletedBy

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

FBMasterID

integer

None.

FBTaskType

integer

None.

WOQT

string

None.

CompletedByPersonName

string

None.

CompletedByInitials

string

None.

AssigneePersonName

string

None.

AssigneeInitials

string

None.

CreatedByPersonName

string

None.

CreatedByInitials

string

None.

LinkType

string

None.

LinkName

string

None.

NoteCount

integer

None.

TaskStatus

string

None.

results

Collection of ValidationResult

None.

Request Formats

application/json, text/json

Sample:
{
  "results": null,
  "TaskID": 1,
  "OrderID": 2,
  "TaskTypeID": 3,
  "TaskText": "sample string 4",
  "InvoiceID": 1,
  "WarehouseAlertID": 1,
  "FreightLegID": 1,
  "FreightPayableID": 1,
  "WONumber": 1,
  "QuoteID": 1,
  "DateDue": "2025-12-06T23:37:03.3582033+00:00",
  "DateCompleted": "2025-12-06T23:37:03.3582033+00:00",
  "IsDefault": true,
  "AssignedToUserID": 1,
  "CompletedBy": 1,
  "CreatedBy": 6,
  "CreatedDate": "2025-12-06T23:37:03.3582033+00:00",
  "UpdatedBy": 8,
  "UpdatedDate": "2025-12-06T23:37:03.3582033+00:00",
  "FBMasterID": 1,
  "FBTaskType": 1,
  "WOQT": "sample string 10",
  "CompletedByPersonName": "sample string 11",
  "CompletedByInitials": "sample string 12",
  "AssigneePersonName": "sample string 13",
  "AssigneeInitials": "sample string 14",
  "CreatedByPersonName": "sample string 15",
  "CreatedByInitials": "sample string 16",
  "LinkType": "sample string 17",
  "LinkName": "sample string 18",
  "NoteCount": 19,
  "TaskStatus": "sample string 20"
}

application/xml, text/xml

Sample:
<ordTask xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
  <results xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
  <AssignedToUserID>1</AssignedToUserID>
  <AssigneeInitials>sample string 14</AssigneeInitials>
  <AssigneePersonName>sample string 13</AssigneePersonName>
  <CompletedBy>1</CompletedBy>
  <CompletedByInitials>sample string 12</CompletedByInitials>
  <CompletedByPersonName>sample string 11</CompletedByPersonName>
  <CreatedBy>6</CreatedBy>
  <CreatedByInitials>sample string 16</CreatedByInitials>
  <CreatedByPersonName>sample string 15</CreatedByPersonName>
  <CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:37:03.3582033Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </CreatedDate>
  <DateCompleted xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:37:03.3582033Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </DateCompleted>
  <DateDue xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:37:03.3582033Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </DateDue>
  <FBMasterID>1</FBMasterID>
  <FBTaskType>1</FBTaskType>
  <FreightLegID>1</FreightLegID>
  <FreightPayableID>1</FreightPayableID>
  <InvoiceID>1</InvoiceID>
  <IsDefault>true</IsDefault>
  <LinkName>sample string 18</LinkName>
  <LinkType>sample string 17</LinkType>
  <NoteCount>19</NoteCount>
  <OrderID>2</OrderID>
  <QuoteID>1</QuoteID>
  <TaskID>1</TaskID>
  <TaskStatus>sample string 20</TaskStatus>
  <TaskText>sample string 4</TaskText>
  <TaskTypeID>3</TaskTypeID>
  <UpdatedBy>8</UpdatedBy>
  <UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:37:03.3582033Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </UpdatedDate>
  <WONumber>1</WONumber>
  <WOQT>sample string 10</WOQT>
  <WarehouseAlertID>1</WarehouseAlertID>
</ordTask>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ordTask'.

Response Information

Resource Description

UpsertRetStatusOfordTaskAndordWarehouseAlertExAndordFreightLegEx
NameDescriptionTypeAdditional information
StatusUpdate

StatusUpdate

None.

returnList1

Collection of ordTask

None.

returnList2

Collection of ordWarehouseAlertEx

None.

returnList3

Collection of ordFreightLegEx

None.

returnID

integer

None.

results

Collection of ValidationResult

None.

returnItem

ordTask

None.

displayMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "StatusUpdate": {
    "LegsUpdated": 1,
    "AlertsUpdated": 2,
    "ForwardingStatusChanged": true,
    "ForwardingStatus": 310
  },
  "returnList1": [
    {
      "results": null,
      "TaskID": 1,
      "OrderID": 2,
      "TaskTypeID": 3,
      "TaskText": "sample string 4",
      "InvoiceID": 1,
      "WarehouseAlertID": 1,
      "FreightLegID": 1,
      "FreightPayableID": 1,
      "WONumber": 1,
      "QuoteID": 1,
      "DateDue": "2025-12-06T23:37:03.398239+00:00",
      "DateCompleted": "2025-12-06T23:37:03.398239+00:00",
      "IsDefault": true,
      "AssignedToUserID": 1,
      "CompletedBy": 1,
      "CreatedBy": 6,
      "CreatedDate": "2025-12-06T23:37:03.398239+00:00",
      "UpdatedBy": 8,
      "UpdatedDate": "2025-12-06T23:37:03.398239+00:00",
      "FBMasterID": 1,
      "FBTaskType": 1,
      "WOQT": "sample string 10",
      "CompletedByPersonName": "sample string 11",
      "CompletedByInitials": "sample string 12",
      "AssigneePersonName": "sample string 13",
      "AssigneeInitials": "sample string 14",
      "CreatedByPersonName": "sample string 15",
      "CreatedByInitials": "sample string 16",
      "LinkType": "sample string 17",
      "LinkName": "sample string 18",
      "NoteCount": 19,
      "TaskStatus": "sample string 20"
    },
    {
      "results": null,
      "TaskID": 1,
      "OrderID": 2,
      "TaskTypeID": 3,
      "TaskText": "sample string 4",
      "InvoiceID": 1,
      "WarehouseAlertID": 1,
      "FreightLegID": 1,
      "FreightPayableID": 1,
      "WONumber": 1,
      "QuoteID": 1,
      "DateDue": "2025-12-06T23:37:03.398239+00:00",
      "DateCompleted": "2025-12-06T23:37:03.398239+00:00",
      "IsDefault": true,
      "AssignedToUserID": 1,
      "CompletedBy": 1,
      "CreatedBy": 6,
      "CreatedDate": "2025-12-06T23:37:03.398239+00:00",
      "UpdatedBy": 8,
      "UpdatedDate": "2025-12-06T23:37:03.398239+00:00",
      "FBMasterID": 1,
      "FBTaskType": 1,
      "WOQT": "sample string 10",
      "CompletedByPersonName": "sample string 11",
      "CompletedByInitials": "sample string 12",
      "AssigneePersonName": "sample string 13",
      "AssigneeInitials": "sample string 14",
      "CreatedByPersonName": "sample string 15",
      "CreatedByInitials": "sample string 16",
      "LinkType": "sample string 17",
      "LinkName": "sample string 18",
      "NoteCount": 19,
      "TaskStatus": "sample string 20"
    }
  ],
  "returnList2": [
    {
      "results": null,
      "InboundLeg": {
        "results": null,
        "OriginCSC": "sample string 1",
        "FreightLegCount": 2,
        "OriginEntityID": 1,
        "OriginPlaceID": 1,
        "OriginAddressID": 1,
        "OriginEntity": {
          "results": null,
          "IsPayableCrossDock": true,
          "EntityID": 2,
          "EntityName": "sample string 3",
          "ShortName": "sample string 4",
          "OnPropackHold": true,
          "OnCreditHold": true,
          "PaymentTermsID": 1,
          "CreatedBy": 7,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 9,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactMasterID": 1,
          "P3PLClientID": 1
        },
        "OriginPlace": {
          "results": null,
          "PlaceID": 1,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "PlaceTypeID": 64,
          "PlaceName": "sample string 3",
          "Address1": "sample string 4",
          "Address2": "sample string 5",
          "City": "sample string 6",
          "StateProvinceCode": "sample string 7",
          "PostalCode": "sample string 8",
          "CountryCode": "sample string 9",
          "AirportCode": "sample string 10",
          "OpenHours": "sample string 11",
          "IsBillingAddress": true,
          "IsCrossDock": true,
          "IsTerminal": true,
          "IsActive": true,
          "Comment": "sample string 16",
          "CreatedBy": 17,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 19,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactsSub2ID": 1,
          "CSC": "sample string 21",
          "WarehouseID": 22
        },
        "OriginAddress": {
          "results": null,
          "AddressID": 1,
          "AddressHash": "QEA=",
          "ContactName": "sample string 2",
          "EntityName": "sample string 3",
          "PlaceName": "sample string 4",
          "Address1": "sample string 5",
          "Address2": "sample string 6",
          "City": "sample string 7",
          "PostalCode": "sample string 8",
          "StateProvinceCode": "sample string 9",
          "CountryCode": "sample string 10",
          "AirportCode": "sample string 11",
          "TollFree": "sample string 12",
          "Phone": "sample string 13",
          "Fax": "sample string 14",
          "Mobile": "sample string 15",
          "EMail": "sample string 16",
          "Website": "sample string 17",
          "OpenHours": "sample string 18",
          "Comments": "sample string 19",
          "CreatedBy": 20,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 22,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
        },
        "DestinationEntity": {
          "results": null,
          "IsPayableCrossDock": true,
          "EntityID": 2,
          "EntityName": "sample string 3",
          "ShortName": "sample string 4",
          "OnPropackHold": true,
          "OnCreditHold": true,
          "PaymentTermsID": 1,
          "CreatedBy": 7,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 9,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactMasterID": 1,
          "P3PLClientID": 1
        },
        "DestinationPlace": {
          "results": null,
          "PlaceID": 1,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "PlaceTypeID": 64,
          "PlaceName": "sample string 3",
          "Address1": "sample string 4",
          "Address2": "sample string 5",
          "City": "sample string 6",
          "StateProvinceCode": "sample string 7",
          "PostalCode": "sample string 8",
          "CountryCode": "sample string 9",
          "AirportCode": "sample string 10",
          "OpenHours": "sample string 11",
          "IsBillingAddress": true,
          "IsCrossDock": true,
          "IsTerminal": true,
          "IsActive": true,
          "Comment": "sample string 16",
          "CreatedBy": 17,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 19,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactsSub2ID": 1,
          "CSC": "sample string 21",
          "WarehouseID": 22
        },
        "DestinationAddress": {
          "results": null,
          "AddressID": 1,
          "AddressHash": "QEA=",
          "ContactName": "sample string 2",
          "EntityName": "sample string 3",
          "PlaceName": "sample string 4",
          "Address1": "sample string 5",
          "Address2": "sample string 6",
          "City": "sample string 7",
          "PostalCode": "sample string 8",
          "StateProvinceCode": "sample string 9",
          "CountryCode": "sample string 10",
          "AirportCode": "sample string 11",
          "TollFree": "sample string 12",
          "Phone": "sample string 13",
          "Fax": "sample string 14",
          "Mobile": "sample string 15",
          "EMail": "sample string 16",
          "Website": "sample string 17",
          "OpenHours": "sample string 18",
          "Comments": "sample string 19",
          "CreatedBy": 20,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 22,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
        },
        "Carrier": {
          "results": null,
          "PayableTypeName": "sample string 1",
          "PayableAddress": {
            "results": null,
            "AddressID": 1,
            "AddressHash": "QEA=",
            "ContactName": "sample string 2",
            "EntityName": "sample string 3",
            "PlaceName": "sample string 4",
            "Address1": "sample string 5",
            "Address2": "sample string 6",
            "City": "sample string 7",
            "PostalCode": "sample string 8",
            "StateProvinceCode": "sample string 9",
            "CountryCode": "sample string 10",
            "AirportCode": "sample string 11",
            "TollFree": "sample string 12",
            "Phone": "sample string 13",
            "Fax": "sample string 14",
            "Mobile": "sample string 15",
            "EMail": "sample string 16",
            "Website": "sample string 17",
            "OpenHours": "sample string 18",
            "Comments": "sample string 19",
            "CreatedBy": 20,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 22,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          "PayableEntity": {
            "results": null,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "ShortName": "sample string 3",
            "OnPropackHold": true,
            "OnCreditHold": true,
            "PaymentTermsID": 1,
            "CreatedBy": 6,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 8,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBContactMasterID": 1,
            "P3PLClientID": 1
          },
          "PayablePlace": {
            "results": null,
            "PlaceID": 1,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "PlaceTypeID": 64,
            "PlaceName": "sample string 3",
            "Address1": "sample string 4",
            "Address2": "sample string 5",
            "City": "sample string 6",
            "StateProvinceCode": "sample string 7",
            "PostalCode": "sample string 8",
            "CountryCode": "sample string 9",
            "AirportCode": "sample string 10",
            "OpenHours": "sample string 11",
            "IsBillingAddress": true,
            "IsCrossDock": true,
            "IsTerminal": true,
            "IsActive": true,
            "Comment": "sample string 16",
            "CreatedBy": 17,
            "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "UpdatedBy": 19,
            "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "FBContactsSub2ID": 1,
            "CSC": "sample string 21",
            "WarehouseID": 22
          },
          "BaseFee": {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          },
          "AdditionalFees": [
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            },
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            }
          ],
          "HoldNotes": [
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            },
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            }
          ],
          "TaskCount": 2,
          "TaskCompletedCount": 3,
          "AutoBilling": true,
          "PreferredCurrencyCode": "sample string 5",
          "FreightPayableID": 6,
          "OrderID": 7,
          "DataVersion": "sample string 8",
          "FreightLegID": 1,
          "IsPayable": true,
          "ChargeDate": "2025-12-06T23:37:03.3990237+00:00",
          "PayableTypeID": 64,
          "PayableEntityID": 1,
          "PayableEntityPlaceID": 1,
          "PayableAddressID": 1,
          "ApprovedBy": 1,
          "ApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ClearedBy": 1,
          "ClearedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ReferenceNumber": "sample string 11",
          "PayableInvoiceNumber": "sample string 12",
          "ToChargeID": 1,
          "CreatedBy": 13,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 15,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBSubPayablesID": 1,
          "FBSubChargesLegID": 1
        },
        "Broker": {
          "results": null,
          "PayableTypeName": "sample string 1",
          "PayableAddress": {
            "results": null,
            "AddressID": 1,
            "AddressHash": "QEA=",
            "ContactName": "sample string 2",
            "EntityName": "sample string 3",
            "PlaceName": "sample string 4",
            "Address1": "sample string 5",
            "Address2": "sample string 6",
            "City": "sample string 7",
            "PostalCode": "sample string 8",
            "StateProvinceCode": "sample string 9",
            "CountryCode": "sample string 10",
            "AirportCode": "sample string 11",
            "TollFree": "sample string 12",
            "Phone": "sample string 13",
            "Fax": "sample string 14",
            "Mobile": "sample string 15",
            "EMail": "sample string 16",
            "Website": "sample string 17",
            "OpenHours": "sample string 18",
            "Comments": "sample string 19",
            "CreatedBy": 20,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 22,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          "PayableEntity": {
            "results": null,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "ShortName": "sample string 3",
            "OnPropackHold": true,
            "OnCreditHold": true,
            "PaymentTermsID": 1,
            "CreatedBy": 6,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 8,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBContactMasterID": 1,
            "P3PLClientID": 1
          },
          "PayablePlace": {
            "results": null,
            "PlaceID": 1,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "PlaceTypeID": 64,
            "PlaceName": "sample string 3",
            "Address1": "sample string 4",
            "Address2": "sample string 5",
            "City": "sample string 6",
            "StateProvinceCode": "sample string 7",
            "PostalCode": "sample string 8",
            "CountryCode": "sample string 9",
            "AirportCode": "sample string 10",
            "OpenHours": "sample string 11",
            "IsBillingAddress": true,
            "IsCrossDock": true,
            "IsTerminal": true,
            "IsActive": true,
            "Comment": "sample string 16",
            "CreatedBy": 17,
            "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "UpdatedBy": 19,
            "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "FBContactsSub2ID": 1,
            "CSC": "sample string 21",
            "WarehouseID": 22
          },
          "BaseFee": {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          },
          "AdditionalFees": [
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            },
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            }
          ],
          "HoldNotes": [
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            },
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            }
          ],
          "TaskCount": 2,
          "TaskCompletedCount": 3,
          "AutoBilling": true,
          "PreferredCurrencyCode": "sample string 5",
          "FreightPayableID": 6,
          "OrderID": 7,
          "DataVersion": "sample string 8",
          "FreightLegID": 1,
          "IsPayable": true,
          "ChargeDate": "2025-12-06T23:37:03.3990237+00:00",
          "PayableTypeID": 64,
          "PayableEntityID": 1,
          "PayableEntityPlaceID": 1,
          "PayableAddressID": 1,
          "ApprovedBy": 1,
          "ApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ClearedBy": 1,
          "ClearedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ReferenceNumber": "sample string 11",
          "PayableInvoiceNumber": "sample string 12",
          "ToChargeID": 1,
          "CreatedBy": 13,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 15,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBSubPayablesID": 1,
          "FBSubChargesLegID": 1
        },
        "CrossDock": {
          "results": null,
          "PayableTypeName": "sample string 1",
          "PayableAddress": {
            "results": null,
            "AddressID": 1,
            "AddressHash": "QEA=",
            "ContactName": "sample string 2",
            "EntityName": "sample string 3",
            "PlaceName": "sample string 4",
            "Address1": "sample string 5",
            "Address2": "sample string 6",
            "City": "sample string 7",
            "PostalCode": "sample string 8",
            "StateProvinceCode": "sample string 9",
            "CountryCode": "sample string 10",
            "AirportCode": "sample string 11",
            "TollFree": "sample string 12",
            "Phone": "sample string 13",
            "Fax": "sample string 14",
            "Mobile": "sample string 15",
            "EMail": "sample string 16",
            "Website": "sample string 17",
            "OpenHours": "sample string 18",
            "Comments": "sample string 19",
            "CreatedBy": 20,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 22,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          "PayableEntity": {
            "results": null,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "ShortName": "sample string 3",
            "OnPropackHold": true,
            "OnCreditHold": true,
            "PaymentTermsID": 1,
            "CreatedBy": 6,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 8,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBContactMasterID": 1,
            "P3PLClientID": 1
          },
          "PayablePlace": {
            "results": null,
            "PlaceID": 1,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "PlaceTypeID": 64,
            "PlaceName": "sample string 3",
            "Address1": "sample string 4",
            "Address2": "sample string 5",
            "City": "sample string 6",
            "StateProvinceCode": "sample string 7",
            "PostalCode": "sample string 8",
            "CountryCode": "sample string 9",
            "AirportCode": "sample string 10",
            "OpenHours": "sample string 11",
            "IsBillingAddress": true,
            "IsCrossDock": true,
            "IsTerminal": true,
            "IsActive": true,
            "Comment": "sample string 16",
            "CreatedBy": 17,
            "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "UpdatedBy": 19,
            "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "FBContactsSub2ID": 1,
            "CSC": "sample string 21",
            "WarehouseID": 22
          },
          "BaseFee": {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          },
          "AdditionalFees": [
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            },
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            }
          ],
          "HoldNotes": [
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            },
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            }
          ],
          "TaskCount": 2,
          "TaskCompletedCount": 3,
          "AutoBilling": true,
          "PreferredCurrencyCode": "sample string 5",
          "FreightPayableID": 6,
          "OrderID": 7,
          "DataVersion": "sample string 8",
          "FreightLegID": 1,
          "IsPayable": true,
          "ChargeDate": "2025-12-06T23:37:03.3990237+00:00",
          "PayableTypeID": 64,
          "PayableEntityID": 1,
          "PayableEntityPlaceID": 1,
          "PayableAddressID": 1,
          "ApprovedBy": 1,
          "ApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ClearedBy": 1,
          "ClearedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ReferenceNumber": "sample string 11",
          "PayableInvoiceNumber": "sample string 12",
          "ToChargeID": 1,
          "CreatedBy": 13,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 15,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBSubPayablesID": 1,
          "FBSubChargesLegID": 1
        },
        "Tracking": [
          {
            "results": null,
            "TrackingID": 1,
            "OrderID": 2,
            "FreightLegID": 1,
            "Status": "sample string 3",
            "Terminal": "sample string 4",
            "DateTracked": "2025-12-06T23:37:03.3990237+00:00",
            "ContactPerson": "sample string 5",
            "TrackingTypeID": 6,
            "TrackingCategoryID": 7,
            "CreatedBy": 8,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 10,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBMasterID": 1,
            "FBTrackID": 1,
            "PersonName": "sample string 12",
            "UserInitials": "sample string 13",
            "TrackingType": "sample string 14",
            "CategoryCode": "sample string 15"
          },
          {
            "results": null,
            "TrackingID": 1,
            "OrderID": 2,
            "FreightLegID": 1,
            "Status": "sample string 3",
            "Terminal": "sample string 4",
            "DateTracked": "2025-12-06T23:37:03.3990237+00:00",
            "ContactPerson": "sample string 5",
            "TrackingTypeID": 6,
            "TrackingCategoryID": 7,
            "CreatedBy": 8,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 10,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBMasterID": 1,
            "FBTrackID": 1,
            "PersonName": "sample string 12",
            "UserInitials": "sample string 13",
            "TrackingType": "sample string 14",
            "CategoryCode": "sample string 15"
          }
        ],
        "Pieces": [
          {
            "TotalWeight": 1.0,
            "PieceTypeName": "sample string 1",
            "results": null,
            "PieceID": 1,
            "OrderID": 2,
            "DataVersion": "sample string 3",
            "WarehouseAlertID": 1,
            "FreightLegID": 1,
            "PalletNumber": 1,
            "BoxNumber": 1,
            "PieceTypeID": 64,
            "PieceDescription": "sample string 4",
            "PieceLength": 1.0,
            "PieceWidth": 1.0,
            "PieceHeight": 1.0,
            "PieceWeight": 1.0,
            "Quantity": 5,
            "ManualTotalWeight": 1.0,
            "DimWeight": 1.0,
            "ItemCount": 1,
            "PackedByUserID": 1,
            "PackTimeStart": "2025-12-06T23:37:03.3996937+00:00",
            "PackTimeFinish": "2025-12-06T23:37:03.3996937+00:00",
            "WarehouseCheck": true,
            "CreatedBy": 7,
            "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
            "UpdatedBy": 9,
            "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00"
          },
          {
            "TotalWeight": 1.0,
            "PieceTypeName": "sample string 1",
            "results": null,
            "PieceID": 1,
            "OrderID": 2,
            "DataVersion": "sample string 3",
            "WarehouseAlertID": 1,
            "FreightLegID": 1,
            "PalletNumber": 1,
            "BoxNumber": 1,
            "PieceTypeID": 64,
            "PieceDescription": "sample string 4",
            "PieceLength": 1.0,
            "PieceWidth": 1.0,
            "PieceHeight": 1.0,
            "PieceWeight": 1.0,
            "Quantity": 5,
            "ManualTotalWeight": 1.0,
            "DimWeight": 1.0,
            "ItemCount": 1,
            "PackedByUserID": 1,
            "PackTimeStart": "2025-12-06T23:37:03.3996937+00:00",
            "PackTimeFinish": "2025-12-06T23:37:03.3996937+00:00",
            "WarehouseCheck": true,
            "CreatedBy": 7,
            "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
            "UpdatedBy": 9,
            "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00"
          }
        ],
        "HoldNotes": [
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          }
        ],
        "FreightLegID": 3,
        "OrderID": 4,
        "DataVersion": "sample string 5",
        "FreightLegSequence": 64,
        "DestinationCity": "sample string 7",
        "DestinationStateProvinceCode": "sample string 8",
        "DestinationCountryCode": "sample string 9",
        "LegApproved": true,
        "ScheduledPickUpDate": "2025-12-06T23:37:03.3996937+00:00",
        "ActualPickUpDate": "2025-12-06T23:37:03.3996937+00:00",
        "DestinationEntityID": 1,
        "DestinationPlaceID": 1,
        "DestinationAddressID": 1,
        "ScheduledDeliveryDate": "2025-12-06T23:37:03.3996937+00:00",
        "ActualDeliveryDate": "2025-12-06T23:37:03.3996937+00:00",
        "AlertEmailedDate": "2025-12-06T23:37:03.3996937+00:00",
        "TrackingStatusStep": 1,
        "PODName": "sample string 10",
        "PODDate": "2025-12-06T23:37:03.3996937+00:00",
        "ParsPaps": "sample string 11",
        "CreatedBy": 12,
        "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
        "UpdatedBy": 14,
        "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00",
        "FBSubPayablesID": 1,
        "DestinationCSC": "sample string 16",
        "TrackingStatusColor": "sample string 17"
      },
      "OutboundLeg": {
        "results": null,
        "OriginCSC": "sample string 1",
        "FreightLegCount": 2,
        "OriginEntityID": 1,
        "OriginPlaceID": 1,
        "OriginAddressID": 1,
        "OriginEntity": {
          "results": null,
          "IsPayableCrossDock": true,
          "EntityID": 2,
          "EntityName": "sample string 3",
          "ShortName": "sample string 4",
          "OnPropackHold": true,
          "OnCreditHold": true,
          "PaymentTermsID": 1,
          "CreatedBy": 7,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 9,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactMasterID": 1,
          "P3PLClientID": 1
        },
        "OriginPlace": {
          "results": null,
          "PlaceID": 1,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "PlaceTypeID": 64,
          "PlaceName": "sample string 3",
          "Address1": "sample string 4",
          "Address2": "sample string 5",
          "City": "sample string 6",
          "StateProvinceCode": "sample string 7",
          "PostalCode": "sample string 8",
          "CountryCode": "sample string 9",
          "AirportCode": "sample string 10",
          "OpenHours": "sample string 11",
          "IsBillingAddress": true,
          "IsCrossDock": true,
          "IsTerminal": true,
          "IsActive": true,
          "Comment": "sample string 16",
          "CreatedBy": 17,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 19,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactsSub2ID": 1,
          "CSC": "sample string 21",
          "WarehouseID": 22
        },
        "OriginAddress": {
          "results": null,
          "AddressID": 1,
          "AddressHash": "QEA=",
          "ContactName": "sample string 2",
          "EntityName": "sample string 3",
          "PlaceName": "sample string 4",
          "Address1": "sample string 5",
          "Address2": "sample string 6",
          "City": "sample string 7",
          "PostalCode": "sample string 8",
          "StateProvinceCode": "sample string 9",
          "CountryCode": "sample string 10",
          "AirportCode": "sample string 11",
          "TollFree": "sample string 12",
          "Phone": "sample string 13",
          "Fax": "sample string 14",
          "Mobile": "sample string 15",
          "EMail": "sample string 16",
          "Website": "sample string 17",
          "OpenHours": "sample string 18",
          "Comments": "sample string 19",
          "CreatedBy": 20,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 22,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
        },
        "DestinationEntity": {
          "results": null,
          "IsPayableCrossDock": true,
          "EntityID": 2,
          "EntityName": "sample string 3",
          "ShortName": "sample string 4",
          "OnPropackHold": true,
          "OnCreditHold": true,
          "PaymentTermsID": 1,
          "CreatedBy": 7,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 9,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactMasterID": 1,
          "P3PLClientID": 1
        },
        "DestinationPlace": {
          "results": null,
          "PlaceID": 1,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "PlaceTypeID": 64,
          "PlaceName": "sample string 3",
          "Address1": "sample string 4",
          "Address2": "sample string 5",
          "City": "sample string 6",
          "StateProvinceCode": "sample string 7",
          "PostalCode": "sample string 8",
          "CountryCode": "sample string 9",
          "AirportCode": "sample string 10",
          "OpenHours": "sample string 11",
          "IsBillingAddress": true,
          "IsCrossDock": true,
          "IsTerminal": true,
          "IsActive": true,
          "Comment": "sample string 16",
          "CreatedBy": 17,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 19,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactsSub2ID": 1,
          "CSC": "sample string 21",
          "WarehouseID": 22
        },
        "DestinationAddress": {
          "results": null,
          "AddressID": 1,
          "AddressHash": "QEA=",
          "ContactName": "sample string 2",
          "EntityName": "sample string 3",
          "PlaceName": "sample string 4",
          "Address1": "sample string 5",
          "Address2": "sample string 6",
          "City": "sample string 7",
          "PostalCode": "sample string 8",
          "StateProvinceCode": "sample string 9",
          "CountryCode": "sample string 10",
          "AirportCode": "sample string 11",
          "TollFree": "sample string 12",
          "Phone": "sample string 13",
          "Fax": "sample string 14",
          "Mobile": "sample string 15",
          "EMail": "sample string 16",
          "Website": "sample string 17",
          "OpenHours": "sample string 18",
          "Comments": "sample string 19",
          "CreatedBy": 20,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 22,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
        },
        "Carrier": {
          "results": null,
          "PayableTypeName": "sample string 1",
          "PayableAddress": {
            "results": null,
            "AddressID": 1,
            "AddressHash": "QEA=",
            "ContactName": "sample string 2",
            "EntityName": "sample string 3",
            "PlaceName": "sample string 4",
            "Address1": "sample string 5",
            "Address2": "sample string 6",
            "City": "sample string 7",
            "PostalCode": "sample string 8",
            "StateProvinceCode": "sample string 9",
            "CountryCode": "sample string 10",
            "AirportCode": "sample string 11",
            "TollFree": "sample string 12",
            "Phone": "sample string 13",
            "Fax": "sample string 14",
            "Mobile": "sample string 15",
            "EMail": "sample string 16",
            "Website": "sample string 17",
            "OpenHours": "sample string 18",
            "Comments": "sample string 19",
            "CreatedBy": 20,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 22,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          "PayableEntity": {
            "results": null,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "ShortName": "sample string 3",
            "OnPropackHold": true,
            "OnCreditHold": true,
            "PaymentTermsID": 1,
            "CreatedBy": 6,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 8,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBContactMasterID": 1,
            "P3PLClientID": 1
          },
          "PayablePlace": {
            "results": null,
            "PlaceID": 1,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "PlaceTypeID": 64,
            "PlaceName": "sample string 3",
            "Address1": "sample string 4",
            "Address2": "sample string 5",
            "City": "sample string 6",
            "StateProvinceCode": "sample string 7",
            "PostalCode": "sample string 8",
            "CountryCode": "sample string 9",
            "AirportCode": "sample string 10",
            "OpenHours": "sample string 11",
            "IsBillingAddress": true,
            "IsCrossDock": true,
            "IsTerminal": true,
            "IsActive": true,
            "Comment": "sample string 16",
            "CreatedBy": 17,
            "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "UpdatedBy": 19,
            "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "FBContactsSub2ID": 1,
            "CSC": "sample string 21",
            "WarehouseID": 22
          },
          "BaseFee": {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          },
          "AdditionalFees": [
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            },
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            }
          ],
          "HoldNotes": [
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            },
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            }
          ],
          "TaskCount": 2,
          "TaskCompletedCount": 3,
          "AutoBilling": true,
          "PreferredCurrencyCode": "sample string 5",
          "FreightPayableID": 6,
          "OrderID": 7,
          "DataVersion": "sample string 8",
          "FreightLegID": 1,
          "IsPayable": true,
          "ChargeDate": "2025-12-06T23:37:03.3990237+00:00",
          "PayableTypeID": 64,
          "PayableEntityID": 1,
          "PayableEntityPlaceID": 1,
          "PayableAddressID": 1,
          "ApprovedBy": 1,
          "ApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ClearedBy": 1,
          "ClearedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ReferenceNumber": "sample string 11",
          "PayableInvoiceNumber": "sample string 12",
          "ToChargeID": 1,
          "CreatedBy": 13,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 15,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBSubPayablesID": 1,
          "FBSubChargesLegID": 1
        },
        "Broker": {
          "results": null,
          "PayableTypeName": "sample string 1",
          "PayableAddress": {
            "results": null,
            "AddressID": 1,
            "AddressHash": "QEA=",
            "ContactName": "sample string 2",
            "EntityName": "sample string 3",
            "PlaceName": "sample string 4",
            "Address1": "sample string 5",
            "Address2": "sample string 6",
            "City": "sample string 7",
            "PostalCode": "sample string 8",
            "StateProvinceCode": "sample string 9",
            "CountryCode": "sample string 10",
            "AirportCode": "sample string 11",
            "TollFree": "sample string 12",
            "Phone": "sample string 13",
            "Fax": "sample string 14",
            "Mobile": "sample string 15",
            "EMail": "sample string 16",
            "Website": "sample string 17",
            "OpenHours": "sample string 18",
            "Comments": "sample string 19",
            "CreatedBy": 20,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 22,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          "PayableEntity": {
            "results": null,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "ShortName": "sample string 3",
            "OnPropackHold": true,
            "OnCreditHold": true,
            "PaymentTermsID": 1,
            "CreatedBy": 6,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 8,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBContactMasterID": 1,
            "P3PLClientID": 1
          },
          "PayablePlace": {
            "results": null,
            "PlaceID": 1,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "PlaceTypeID": 64,
            "PlaceName": "sample string 3",
            "Address1": "sample string 4",
            "Address2": "sample string 5",
            "City": "sample string 6",
            "StateProvinceCode": "sample string 7",
            "PostalCode": "sample string 8",
            "CountryCode": "sample string 9",
            "AirportCode": "sample string 10",
            "OpenHours": "sample string 11",
            "IsBillingAddress": true,
            "IsCrossDock": true,
            "IsTerminal": true,
            "IsActive": true,
            "Comment": "sample string 16",
            "CreatedBy": 17,
            "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "UpdatedBy": 19,
            "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "FBContactsSub2ID": 1,
            "CSC": "sample string 21",
            "WarehouseID": 22
          },
          "BaseFee": {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          },
          "AdditionalFees": [
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            },
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            }
          ],
          "HoldNotes": [
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            },
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            }
          ],
          "TaskCount": 2,
          "TaskCompletedCount": 3,
          "AutoBilling": true,
          "PreferredCurrencyCode": "sample string 5",
          "FreightPayableID": 6,
          "OrderID": 7,
          "DataVersion": "sample string 8",
          "FreightLegID": 1,
          "IsPayable": true,
          "ChargeDate": "2025-12-06T23:37:03.3990237+00:00",
          "PayableTypeID": 64,
          "PayableEntityID": 1,
          "PayableEntityPlaceID": 1,
          "PayableAddressID": 1,
          "ApprovedBy": 1,
          "ApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ClearedBy": 1,
          "ClearedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ReferenceNumber": "sample string 11",
          "PayableInvoiceNumber": "sample string 12",
          "ToChargeID": 1,
          "CreatedBy": 13,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 15,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBSubPayablesID": 1,
          "FBSubChargesLegID": 1
        },
        "CrossDock": {
          "results": null,
          "PayableTypeName": "sample string 1",
          "PayableAddress": {
            "results": null,
            "AddressID": 1,
            "AddressHash": "QEA=",
            "ContactName": "sample string 2",
            "EntityName": "sample string 3",
            "PlaceName": "sample string 4",
            "Address1": "sample string 5",
            "Address2": "sample string 6",
            "City": "sample string 7",
            "PostalCode": "sample string 8",
            "StateProvinceCode": "sample string 9",
            "CountryCode": "sample string 10",
            "AirportCode": "sample string 11",
            "TollFree": "sample string 12",
            "Phone": "sample string 13",
            "Fax": "sample string 14",
            "Mobile": "sample string 15",
            "EMail": "sample string 16",
            "Website": "sample string 17",
            "OpenHours": "sample string 18",
            "Comments": "sample string 19",
            "CreatedBy": 20,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 22,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          "PayableEntity": {
            "results": null,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "ShortName": "sample string 3",
            "OnPropackHold": true,
            "OnCreditHold": true,
            "PaymentTermsID": 1,
            "CreatedBy": 6,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 8,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBContactMasterID": 1,
            "P3PLClientID": 1
          },
          "PayablePlace": {
            "results": null,
            "PlaceID": 1,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "PlaceTypeID": 64,
            "PlaceName": "sample string 3",
            "Address1": "sample string 4",
            "Address2": "sample string 5",
            "City": "sample string 6",
            "StateProvinceCode": "sample string 7",
            "PostalCode": "sample string 8",
            "CountryCode": "sample string 9",
            "AirportCode": "sample string 10",
            "OpenHours": "sample string 11",
            "IsBillingAddress": true,
            "IsCrossDock": true,
            "IsTerminal": true,
            "IsActive": true,
            "Comment": "sample string 16",
            "CreatedBy": 17,
            "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "UpdatedBy": 19,
            "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "FBContactsSub2ID": 1,
            "CSC": "sample string 21",
            "WarehouseID": 22
          },
          "BaseFee": {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          },
          "AdditionalFees": [
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            },
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            }
          ],
          "HoldNotes": [
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            },
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            }
          ],
          "TaskCount": 2,
          "TaskCompletedCount": 3,
          "AutoBilling": true,
          "PreferredCurrencyCode": "sample string 5",
          "FreightPayableID": 6,
          "OrderID": 7,
          "DataVersion": "sample string 8",
          "FreightLegID": 1,
          "IsPayable": true,
          "ChargeDate": "2025-12-06T23:37:03.3990237+00:00",
          "PayableTypeID": 64,
          "PayableEntityID": 1,
          "PayableEntityPlaceID": 1,
          "PayableAddressID": 1,
          "ApprovedBy": 1,
          "ApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ClearedBy": 1,
          "ClearedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ReferenceNumber": "sample string 11",
          "PayableInvoiceNumber": "sample string 12",
          "ToChargeID": 1,
          "CreatedBy": 13,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 15,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBSubPayablesID": 1,
          "FBSubChargesLegID": 1
        },
        "Tracking": [
          {
            "results": null,
            "TrackingID": 1,
            "OrderID": 2,
            "FreightLegID": 1,
            "Status": "sample string 3",
            "Terminal": "sample string 4",
            "DateTracked": "2025-12-06T23:37:03.3990237+00:00",
            "ContactPerson": "sample string 5",
            "TrackingTypeID": 6,
            "TrackingCategoryID": 7,
            "CreatedBy": 8,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 10,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBMasterID": 1,
            "FBTrackID": 1,
            "PersonName": "sample string 12",
            "UserInitials": "sample string 13",
            "TrackingType": "sample string 14",
            "CategoryCode": "sample string 15"
          },
          {
            "results": null,
            "TrackingID": 1,
            "OrderID": 2,
            "FreightLegID": 1,
            "Status": "sample string 3",
            "Terminal": "sample string 4",
            "DateTracked": "2025-12-06T23:37:03.3990237+00:00",
            "ContactPerson": "sample string 5",
            "TrackingTypeID": 6,
            "TrackingCategoryID": 7,
            "CreatedBy": 8,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 10,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBMasterID": 1,
            "FBTrackID": 1,
            "PersonName": "sample string 12",
            "UserInitials": "sample string 13",
            "TrackingType": "sample string 14",
            "CategoryCode": "sample string 15"
          }
        ],
        "Pieces": [
          {
            "TotalWeight": 1.0,
            "PieceTypeName": "sample string 1",
            "results": null,
            "PieceID": 1,
            "OrderID": 2,
            "DataVersion": "sample string 3",
            "WarehouseAlertID": 1,
            "FreightLegID": 1,
            "PalletNumber": 1,
            "BoxNumber": 1,
            "PieceTypeID": 64,
            "PieceDescription": "sample string 4",
            "PieceLength": 1.0,
            "PieceWidth": 1.0,
            "PieceHeight": 1.0,
            "PieceWeight": 1.0,
            "Quantity": 5,
            "ManualTotalWeight": 1.0,
            "DimWeight": 1.0,
            "ItemCount": 1,
            "PackedByUserID": 1,
            "PackTimeStart": "2025-12-06T23:37:03.3996937+00:00",
            "PackTimeFinish": "2025-12-06T23:37:03.3996937+00:00",
            "WarehouseCheck": true,
            "CreatedBy": 7,
            "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
            "UpdatedBy": 9,
            "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00"
          },
          {
            "TotalWeight": 1.0,
            "PieceTypeName": "sample string 1",
            "results": null,
            "PieceID": 1,
            "OrderID": 2,
            "DataVersion": "sample string 3",
            "WarehouseAlertID": 1,
            "FreightLegID": 1,
            "PalletNumber": 1,
            "BoxNumber": 1,
            "PieceTypeID": 64,
            "PieceDescription": "sample string 4",
            "PieceLength": 1.0,
            "PieceWidth": 1.0,
            "PieceHeight": 1.0,
            "PieceWeight": 1.0,
            "Quantity": 5,
            "ManualTotalWeight": 1.0,
            "DimWeight": 1.0,
            "ItemCount": 1,
            "PackedByUserID": 1,
            "PackTimeStart": "2025-12-06T23:37:03.3996937+00:00",
            "PackTimeFinish": "2025-12-06T23:37:03.3996937+00:00",
            "WarehouseCheck": true,
            "CreatedBy": 7,
            "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
            "UpdatedBy": 9,
            "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00"
          }
        ],
        "HoldNotes": [
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          }
        ],
        "FreightLegID": 3,
        "OrderID": 4,
        "DataVersion": "sample string 5",
        "FreightLegSequence": 64,
        "DestinationCity": "sample string 7",
        "DestinationStateProvinceCode": "sample string 8",
        "DestinationCountryCode": "sample string 9",
        "LegApproved": true,
        "ScheduledPickUpDate": "2025-12-06T23:37:03.3996937+00:00",
        "ActualPickUpDate": "2025-12-06T23:37:03.3996937+00:00",
        "DestinationEntityID": 1,
        "DestinationPlaceID": 1,
        "DestinationAddressID": 1,
        "ScheduledDeliveryDate": "2025-12-06T23:37:03.3996937+00:00",
        "ActualDeliveryDate": "2025-12-06T23:37:03.3996937+00:00",
        "AlertEmailedDate": "2025-12-06T23:37:03.3996937+00:00",
        "TrackingStatusStep": 1,
        "PODName": "sample string 10",
        "PODDate": "2025-12-06T23:37:03.3996937+00:00",
        "ParsPaps": "sample string 11",
        "CreatedBy": 12,
        "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
        "UpdatedBy": 14,
        "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00",
        "FBSubPayablesID": 1,
        "DestinationCSC": "sample string 16",
        "TrackingStatusColor": "sample string 17"
      },
      "Pieces": [
        {
          "TotalWeight": 1.0,
          "PieceTypeName": "sample string 1",
          "results": null,
          "PieceID": 1,
          "OrderID": 2,
          "DataVersion": "sample string 3",
          "WarehouseAlertID": 1,
          "FreightLegID": 1,
          "PalletNumber": 1,
          "BoxNumber": 1,
          "PieceTypeID": 64,
          "PieceDescription": "sample string 4",
          "PieceLength": 1.0,
          "PieceWidth": 1.0,
          "PieceHeight": 1.0,
          "PieceWeight": 1.0,
          "Quantity": 5,
          "ManualTotalWeight": 1.0,
          "DimWeight": 1.0,
          "ItemCount": 1,
          "PackedByUserID": 1,
          "PackTimeStart": "2025-12-06T23:37:03.3996937+00:00",
          "PackTimeFinish": "2025-12-06T23:37:03.3996937+00:00",
          "WarehouseCheck": true,
          "CreatedBy": 7,
          "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
          "UpdatedBy": 9,
          "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00"
        },
        {
          "TotalWeight": 1.0,
          "PieceTypeName": "sample string 1",
          "results": null,
          "PieceID": 1,
          "OrderID": 2,
          "DataVersion": "sample string 3",
          "WarehouseAlertID": 1,
          "FreightLegID": 1,
          "PalletNumber": 1,
          "BoxNumber": 1,
          "PieceTypeID": 64,
          "PieceDescription": "sample string 4",
          "PieceLength": 1.0,
          "PieceWidth": 1.0,
          "PieceHeight": 1.0,
          "PieceWeight": 1.0,
          "Quantity": 5,
          "ManualTotalWeight": 1.0,
          "DimWeight": 1.0,
          "ItemCount": 1,
          "PackedByUserID": 1,
          "PackTimeStart": "2025-12-06T23:37:03.3996937+00:00",
          "PackTimeFinish": "2025-12-06T23:37:03.3996937+00:00",
          "WarehouseCheck": true,
          "CreatedBy": 7,
          "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
          "UpdatedBy": 9,
          "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00"
        }
      ],
      "WarehouseAlertID": 1,
      "OrderID": 2,
      "WarehouseID": 3,
      "InboundFreightLegID": 1,
      "OutboundFreightLegID": 1,
      "WarehouseAlertStatusStep": 4,
      "CompletedDate": "2025-12-06T23:37:03.3996937+00:00",
      "AlertType": "sample string 5",
      "CreatedBy": 6,
      "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
      "UpdatedBy": 8,
      "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00"
    },
    {
      "results": null,
      "InboundLeg": {
        "results": null,
        "OriginCSC": "sample string 1",
        "FreightLegCount": 2,
        "OriginEntityID": 1,
        "OriginPlaceID": 1,
        "OriginAddressID": 1,
        "OriginEntity": {
          "results": null,
          "IsPayableCrossDock": true,
          "EntityID": 2,
          "EntityName": "sample string 3",
          "ShortName": "sample string 4",
          "OnPropackHold": true,
          "OnCreditHold": true,
          "PaymentTermsID": 1,
          "CreatedBy": 7,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 9,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactMasterID": 1,
          "P3PLClientID": 1
        },
        "OriginPlace": {
          "results": null,
          "PlaceID": 1,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "PlaceTypeID": 64,
          "PlaceName": "sample string 3",
          "Address1": "sample string 4",
          "Address2": "sample string 5",
          "City": "sample string 6",
          "StateProvinceCode": "sample string 7",
          "PostalCode": "sample string 8",
          "CountryCode": "sample string 9",
          "AirportCode": "sample string 10",
          "OpenHours": "sample string 11",
          "IsBillingAddress": true,
          "IsCrossDock": true,
          "IsTerminal": true,
          "IsActive": true,
          "Comment": "sample string 16",
          "CreatedBy": 17,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 19,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactsSub2ID": 1,
          "CSC": "sample string 21",
          "WarehouseID": 22
        },
        "OriginAddress": {
          "results": null,
          "AddressID": 1,
          "AddressHash": "QEA=",
          "ContactName": "sample string 2",
          "EntityName": "sample string 3",
          "PlaceName": "sample string 4",
          "Address1": "sample string 5",
          "Address2": "sample string 6",
          "City": "sample string 7",
          "PostalCode": "sample string 8",
          "StateProvinceCode": "sample string 9",
          "CountryCode": "sample string 10",
          "AirportCode": "sample string 11",
          "TollFree": "sample string 12",
          "Phone": "sample string 13",
          "Fax": "sample string 14",
          "Mobile": "sample string 15",
          "EMail": "sample string 16",
          "Website": "sample string 17",
          "OpenHours": "sample string 18",
          "Comments": "sample string 19",
          "CreatedBy": 20,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 22,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
        },
        "DestinationEntity": {
          "results": null,
          "IsPayableCrossDock": true,
          "EntityID": 2,
          "EntityName": "sample string 3",
          "ShortName": "sample string 4",
          "OnPropackHold": true,
          "OnCreditHold": true,
          "PaymentTermsID": 1,
          "CreatedBy": 7,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 9,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactMasterID": 1,
          "P3PLClientID": 1
        },
        "DestinationPlace": {
          "results": null,
          "PlaceID": 1,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "PlaceTypeID": 64,
          "PlaceName": "sample string 3",
          "Address1": "sample string 4",
          "Address2": "sample string 5",
          "City": "sample string 6",
          "StateProvinceCode": "sample string 7",
          "PostalCode": "sample string 8",
          "CountryCode": "sample string 9",
          "AirportCode": "sample string 10",
          "OpenHours": "sample string 11",
          "IsBillingAddress": true,
          "IsCrossDock": true,
          "IsTerminal": true,
          "IsActive": true,
          "Comment": "sample string 16",
          "CreatedBy": 17,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 19,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactsSub2ID": 1,
          "CSC": "sample string 21",
          "WarehouseID": 22
        },
        "DestinationAddress": {
          "results": null,
          "AddressID": 1,
          "AddressHash": "QEA=",
          "ContactName": "sample string 2",
          "EntityName": "sample string 3",
          "PlaceName": "sample string 4",
          "Address1": "sample string 5",
          "Address2": "sample string 6",
          "City": "sample string 7",
          "PostalCode": "sample string 8",
          "StateProvinceCode": "sample string 9",
          "CountryCode": "sample string 10",
          "AirportCode": "sample string 11",
          "TollFree": "sample string 12",
          "Phone": "sample string 13",
          "Fax": "sample string 14",
          "Mobile": "sample string 15",
          "EMail": "sample string 16",
          "Website": "sample string 17",
          "OpenHours": "sample string 18",
          "Comments": "sample string 19",
          "CreatedBy": 20,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 22,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
        },
        "Carrier": {
          "results": null,
          "PayableTypeName": "sample string 1",
          "PayableAddress": {
            "results": null,
            "AddressID": 1,
            "AddressHash": "QEA=",
            "ContactName": "sample string 2",
            "EntityName": "sample string 3",
            "PlaceName": "sample string 4",
            "Address1": "sample string 5",
            "Address2": "sample string 6",
            "City": "sample string 7",
            "PostalCode": "sample string 8",
            "StateProvinceCode": "sample string 9",
            "CountryCode": "sample string 10",
            "AirportCode": "sample string 11",
            "TollFree": "sample string 12",
            "Phone": "sample string 13",
            "Fax": "sample string 14",
            "Mobile": "sample string 15",
            "EMail": "sample string 16",
            "Website": "sample string 17",
            "OpenHours": "sample string 18",
            "Comments": "sample string 19",
            "CreatedBy": 20,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 22,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          "PayableEntity": {
            "results": null,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "ShortName": "sample string 3",
            "OnPropackHold": true,
            "OnCreditHold": true,
            "PaymentTermsID": 1,
            "CreatedBy": 6,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 8,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBContactMasterID": 1,
            "P3PLClientID": 1
          },
          "PayablePlace": {
            "results": null,
            "PlaceID": 1,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "PlaceTypeID": 64,
            "PlaceName": "sample string 3",
            "Address1": "sample string 4",
            "Address2": "sample string 5",
            "City": "sample string 6",
            "StateProvinceCode": "sample string 7",
            "PostalCode": "sample string 8",
            "CountryCode": "sample string 9",
            "AirportCode": "sample string 10",
            "OpenHours": "sample string 11",
            "IsBillingAddress": true,
            "IsCrossDock": true,
            "IsTerminal": true,
            "IsActive": true,
            "Comment": "sample string 16",
            "CreatedBy": 17,
            "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "UpdatedBy": 19,
            "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "FBContactsSub2ID": 1,
            "CSC": "sample string 21",
            "WarehouseID": 22
          },
          "BaseFee": {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          },
          "AdditionalFees": [
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            },
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            }
          ],
          "HoldNotes": [
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            },
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            }
          ],
          "TaskCount": 2,
          "TaskCompletedCount": 3,
          "AutoBilling": true,
          "PreferredCurrencyCode": "sample string 5",
          "FreightPayableID": 6,
          "OrderID": 7,
          "DataVersion": "sample string 8",
          "FreightLegID": 1,
          "IsPayable": true,
          "ChargeDate": "2025-12-06T23:37:03.3990237+00:00",
          "PayableTypeID": 64,
          "PayableEntityID": 1,
          "PayableEntityPlaceID": 1,
          "PayableAddressID": 1,
          "ApprovedBy": 1,
          "ApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ClearedBy": 1,
          "ClearedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ReferenceNumber": "sample string 11",
          "PayableInvoiceNumber": "sample string 12",
          "ToChargeID": 1,
          "CreatedBy": 13,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 15,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBSubPayablesID": 1,
          "FBSubChargesLegID": 1
        },
        "Broker": {
          "results": null,
          "PayableTypeName": "sample string 1",
          "PayableAddress": {
            "results": null,
            "AddressID": 1,
            "AddressHash": "QEA=",
            "ContactName": "sample string 2",
            "EntityName": "sample string 3",
            "PlaceName": "sample string 4",
            "Address1": "sample string 5",
            "Address2": "sample string 6",
            "City": "sample string 7",
            "PostalCode": "sample string 8",
            "StateProvinceCode": "sample string 9",
            "CountryCode": "sample string 10",
            "AirportCode": "sample string 11",
            "TollFree": "sample string 12",
            "Phone": "sample string 13",
            "Fax": "sample string 14",
            "Mobile": "sample string 15",
            "EMail": "sample string 16",
            "Website": "sample string 17",
            "OpenHours": "sample string 18",
            "Comments": "sample string 19",
            "CreatedBy": 20,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 22,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          "PayableEntity": {
            "results": null,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "ShortName": "sample string 3",
            "OnPropackHold": true,
            "OnCreditHold": true,
            "PaymentTermsID": 1,
            "CreatedBy": 6,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 8,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBContactMasterID": 1,
            "P3PLClientID": 1
          },
          "PayablePlace": {
            "results": null,
            "PlaceID": 1,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "PlaceTypeID": 64,
            "PlaceName": "sample string 3",
            "Address1": "sample string 4",
            "Address2": "sample string 5",
            "City": "sample string 6",
            "StateProvinceCode": "sample string 7",
            "PostalCode": "sample string 8",
            "CountryCode": "sample string 9",
            "AirportCode": "sample string 10",
            "OpenHours": "sample string 11",
            "IsBillingAddress": true,
            "IsCrossDock": true,
            "IsTerminal": true,
            "IsActive": true,
            "Comment": "sample string 16",
            "CreatedBy": 17,
            "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "UpdatedBy": 19,
            "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "FBContactsSub2ID": 1,
            "CSC": "sample string 21",
            "WarehouseID": 22
          },
          "BaseFee": {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          },
          "AdditionalFees": [
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            },
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            }
          ],
          "HoldNotes": [
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            },
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            }
          ],
          "TaskCount": 2,
          "TaskCompletedCount": 3,
          "AutoBilling": true,
          "PreferredCurrencyCode": "sample string 5",
          "FreightPayableID": 6,
          "OrderID": 7,
          "DataVersion": "sample string 8",
          "FreightLegID": 1,
          "IsPayable": true,
          "ChargeDate": "2025-12-06T23:37:03.3990237+00:00",
          "PayableTypeID": 64,
          "PayableEntityID": 1,
          "PayableEntityPlaceID": 1,
          "PayableAddressID": 1,
          "ApprovedBy": 1,
          "ApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ClearedBy": 1,
          "ClearedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ReferenceNumber": "sample string 11",
          "PayableInvoiceNumber": "sample string 12",
          "ToChargeID": 1,
          "CreatedBy": 13,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 15,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBSubPayablesID": 1,
          "FBSubChargesLegID": 1
        },
        "CrossDock": {
          "results": null,
          "PayableTypeName": "sample string 1",
          "PayableAddress": {
            "results": null,
            "AddressID": 1,
            "AddressHash": "QEA=",
            "ContactName": "sample string 2",
            "EntityName": "sample string 3",
            "PlaceName": "sample string 4",
            "Address1": "sample string 5",
            "Address2": "sample string 6",
            "City": "sample string 7",
            "PostalCode": "sample string 8",
            "StateProvinceCode": "sample string 9",
            "CountryCode": "sample string 10",
            "AirportCode": "sample string 11",
            "TollFree": "sample string 12",
            "Phone": "sample string 13",
            "Fax": "sample string 14",
            "Mobile": "sample string 15",
            "EMail": "sample string 16",
            "Website": "sample string 17",
            "OpenHours": "sample string 18",
            "Comments": "sample string 19",
            "CreatedBy": 20,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 22,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          "PayableEntity": {
            "results": null,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "ShortName": "sample string 3",
            "OnPropackHold": true,
            "OnCreditHold": true,
            "PaymentTermsID": 1,
            "CreatedBy": 6,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 8,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBContactMasterID": 1,
            "P3PLClientID": 1
          },
          "PayablePlace": {
            "results": null,
            "PlaceID": 1,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "PlaceTypeID": 64,
            "PlaceName": "sample string 3",
            "Address1": "sample string 4",
            "Address2": "sample string 5",
            "City": "sample string 6",
            "StateProvinceCode": "sample string 7",
            "PostalCode": "sample string 8",
            "CountryCode": "sample string 9",
            "AirportCode": "sample string 10",
            "OpenHours": "sample string 11",
            "IsBillingAddress": true,
            "IsCrossDock": true,
            "IsTerminal": true,
            "IsActive": true,
            "Comment": "sample string 16",
            "CreatedBy": 17,
            "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "UpdatedBy": 19,
            "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "FBContactsSub2ID": 1,
            "CSC": "sample string 21",
            "WarehouseID": 22
          },
          "BaseFee": {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          },
          "AdditionalFees": [
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            },
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            }
          ],
          "HoldNotes": [
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            },
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            }
          ],
          "TaskCount": 2,
          "TaskCompletedCount": 3,
          "AutoBilling": true,
          "PreferredCurrencyCode": "sample string 5",
          "FreightPayableID": 6,
          "OrderID": 7,
          "DataVersion": "sample string 8",
          "FreightLegID": 1,
          "IsPayable": true,
          "ChargeDate": "2025-12-06T23:37:03.3990237+00:00",
          "PayableTypeID": 64,
          "PayableEntityID": 1,
          "PayableEntityPlaceID": 1,
          "PayableAddressID": 1,
          "ApprovedBy": 1,
          "ApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ClearedBy": 1,
          "ClearedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ReferenceNumber": "sample string 11",
          "PayableInvoiceNumber": "sample string 12",
          "ToChargeID": 1,
          "CreatedBy": 13,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 15,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBSubPayablesID": 1,
          "FBSubChargesLegID": 1
        },
        "Tracking": [
          {
            "results": null,
            "TrackingID": 1,
            "OrderID": 2,
            "FreightLegID": 1,
            "Status": "sample string 3",
            "Terminal": "sample string 4",
            "DateTracked": "2025-12-06T23:37:03.3990237+00:00",
            "ContactPerson": "sample string 5",
            "TrackingTypeID": 6,
            "TrackingCategoryID": 7,
            "CreatedBy": 8,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 10,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBMasterID": 1,
            "FBTrackID": 1,
            "PersonName": "sample string 12",
            "UserInitials": "sample string 13",
            "TrackingType": "sample string 14",
            "CategoryCode": "sample string 15"
          },
          {
            "results": null,
            "TrackingID": 1,
            "OrderID": 2,
            "FreightLegID": 1,
            "Status": "sample string 3",
            "Terminal": "sample string 4",
            "DateTracked": "2025-12-06T23:37:03.3990237+00:00",
            "ContactPerson": "sample string 5",
            "TrackingTypeID": 6,
            "TrackingCategoryID": 7,
            "CreatedBy": 8,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 10,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBMasterID": 1,
            "FBTrackID": 1,
            "PersonName": "sample string 12",
            "UserInitials": "sample string 13",
            "TrackingType": "sample string 14",
            "CategoryCode": "sample string 15"
          }
        ],
        "Pieces": [
          {
            "TotalWeight": 1.0,
            "PieceTypeName": "sample string 1",
            "results": null,
            "PieceID": 1,
            "OrderID": 2,
            "DataVersion": "sample string 3",
            "WarehouseAlertID": 1,
            "FreightLegID": 1,
            "PalletNumber": 1,
            "BoxNumber": 1,
            "PieceTypeID": 64,
            "PieceDescription": "sample string 4",
            "PieceLength": 1.0,
            "PieceWidth": 1.0,
            "PieceHeight": 1.0,
            "PieceWeight": 1.0,
            "Quantity": 5,
            "ManualTotalWeight": 1.0,
            "DimWeight": 1.0,
            "ItemCount": 1,
            "PackedByUserID": 1,
            "PackTimeStart": "2025-12-06T23:37:03.3996937+00:00",
            "PackTimeFinish": "2025-12-06T23:37:03.3996937+00:00",
            "WarehouseCheck": true,
            "CreatedBy": 7,
            "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
            "UpdatedBy": 9,
            "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00"
          },
          {
            "TotalWeight": 1.0,
            "PieceTypeName": "sample string 1",
            "results": null,
            "PieceID": 1,
            "OrderID": 2,
            "DataVersion": "sample string 3",
            "WarehouseAlertID": 1,
            "FreightLegID": 1,
            "PalletNumber": 1,
            "BoxNumber": 1,
            "PieceTypeID": 64,
            "PieceDescription": "sample string 4",
            "PieceLength": 1.0,
            "PieceWidth": 1.0,
            "PieceHeight": 1.0,
            "PieceWeight": 1.0,
            "Quantity": 5,
            "ManualTotalWeight": 1.0,
            "DimWeight": 1.0,
            "ItemCount": 1,
            "PackedByUserID": 1,
            "PackTimeStart": "2025-12-06T23:37:03.3996937+00:00",
            "PackTimeFinish": "2025-12-06T23:37:03.3996937+00:00",
            "WarehouseCheck": true,
            "CreatedBy": 7,
            "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
            "UpdatedBy": 9,
            "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00"
          }
        ],
        "HoldNotes": [
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          }
        ],
        "FreightLegID": 3,
        "OrderID": 4,
        "DataVersion": "sample string 5",
        "FreightLegSequence": 64,
        "DestinationCity": "sample string 7",
        "DestinationStateProvinceCode": "sample string 8",
        "DestinationCountryCode": "sample string 9",
        "LegApproved": true,
        "ScheduledPickUpDate": "2025-12-06T23:37:03.3996937+00:00",
        "ActualPickUpDate": "2025-12-06T23:37:03.3996937+00:00",
        "DestinationEntityID": 1,
        "DestinationPlaceID": 1,
        "DestinationAddressID": 1,
        "ScheduledDeliveryDate": "2025-12-06T23:37:03.3996937+00:00",
        "ActualDeliveryDate": "2025-12-06T23:37:03.3996937+00:00",
        "AlertEmailedDate": "2025-12-06T23:37:03.3996937+00:00",
        "TrackingStatusStep": 1,
        "PODName": "sample string 10",
        "PODDate": "2025-12-06T23:37:03.3996937+00:00",
        "ParsPaps": "sample string 11",
        "CreatedBy": 12,
        "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
        "UpdatedBy": 14,
        "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00",
        "FBSubPayablesID": 1,
        "DestinationCSC": "sample string 16",
        "TrackingStatusColor": "sample string 17"
      },
      "OutboundLeg": {
        "results": null,
        "OriginCSC": "sample string 1",
        "FreightLegCount": 2,
        "OriginEntityID": 1,
        "OriginPlaceID": 1,
        "OriginAddressID": 1,
        "OriginEntity": {
          "results": null,
          "IsPayableCrossDock": true,
          "EntityID": 2,
          "EntityName": "sample string 3",
          "ShortName": "sample string 4",
          "OnPropackHold": true,
          "OnCreditHold": true,
          "PaymentTermsID": 1,
          "CreatedBy": 7,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 9,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactMasterID": 1,
          "P3PLClientID": 1
        },
        "OriginPlace": {
          "results": null,
          "PlaceID": 1,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "PlaceTypeID": 64,
          "PlaceName": "sample string 3",
          "Address1": "sample string 4",
          "Address2": "sample string 5",
          "City": "sample string 6",
          "StateProvinceCode": "sample string 7",
          "PostalCode": "sample string 8",
          "CountryCode": "sample string 9",
          "AirportCode": "sample string 10",
          "OpenHours": "sample string 11",
          "IsBillingAddress": true,
          "IsCrossDock": true,
          "IsTerminal": true,
          "IsActive": true,
          "Comment": "sample string 16",
          "CreatedBy": 17,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 19,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactsSub2ID": 1,
          "CSC": "sample string 21",
          "WarehouseID": 22
        },
        "OriginAddress": {
          "results": null,
          "AddressID": 1,
          "AddressHash": "QEA=",
          "ContactName": "sample string 2",
          "EntityName": "sample string 3",
          "PlaceName": "sample string 4",
          "Address1": "sample string 5",
          "Address2": "sample string 6",
          "City": "sample string 7",
          "PostalCode": "sample string 8",
          "StateProvinceCode": "sample string 9",
          "CountryCode": "sample string 10",
          "AirportCode": "sample string 11",
          "TollFree": "sample string 12",
          "Phone": "sample string 13",
          "Fax": "sample string 14",
          "Mobile": "sample string 15",
          "EMail": "sample string 16",
          "Website": "sample string 17",
          "OpenHours": "sample string 18",
          "Comments": "sample string 19",
          "CreatedBy": 20,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 22,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
        },
        "DestinationEntity": {
          "results": null,
          "IsPayableCrossDock": true,
          "EntityID": 2,
          "EntityName": "sample string 3",
          "ShortName": "sample string 4",
          "OnPropackHold": true,
          "OnCreditHold": true,
          "PaymentTermsID": 1,
          "CreatedBy": 7,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 9,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactMasterID": 1,
          "P3PLClientID": 1
        },
        "DestinationPlace": {
          "results": null,
          "PlaceID": 1,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "PlaceTypeID": 64,
          "PlaceName": "sample string 3",
          "Address1": "sample string 4",
          "Address2": "sample string 5",
          "City": "sample string 6",
          "StateProvinceCode": "sample string 7",
          "PostalCode": "sample string 8",
          "CountryCode": "sample string 9",
          "AirportCode": "sample string 10",
          "OpenHours": "sample string 11",
          "IsBillingAddress": true,
          "IsCrossDock": true,
          "IsTerminal": true,
          "IsActive": true,
          "Comment": "sample string 16",
          "CreatedBy": 17,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 19,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactsSub2ID": 1,
          "CSC": "sample string 21",
          "WarehouseID": 22
        },
        "DestinationAddress": {
          "results": null,
          "AddressID": 1,
          "AddressHash": "QEA=",
          "ContactName": "sample string 2",
          "EntityName": "sample string 3",
          "PlaceName": "sample string 4",
          "Address1": "sample string 5",
          "Address2": "sample string 6",
          "City": "sample string 7",
          "PostalCode": "sample string 8",
          "StateProvinceCode": "sample string 9",
          "CountryCode": "sample string 10",
          "AirportCode": "sample string 11",
          "TollFree": "sample string 12",
          "Phone": "sample string 13",
          "Fax": "sample string 14",
          "Mobile": "sample string 15",
          "EMail": "sample string 16",
          "Website": "sample string 17",
          "OpenHours": "sample string 18",
          "Comments": "sample string 19",
          "CreatedBy": 20,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 22,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
        },
        "Carrier": {
          "results": null,
          "PayableTypeName": "sample string 1",
          "PayableAddress": {
            "results": null,
            "AddressID": 1,
            "AddressHash": "QEA=",
            "ContactName": "sample string 2",
            "EntityName": "sample string 3",
            "PlaceName": "sample string 4",
            "Address1": "sample string 5",
            "Address2": "sample string 6",
            "City": "sample string 7",
            "PostalCode": "sample string 8",
            "StateProvinceCode": "sample string 9",
            "CountryCode": "sample string 10",
            "AirportCode": "sample string 11",
            "TollFree": "sample string 12",
            "Phone": "sample string 13",
            "Fax": "sample string 14",
            "Mobile": "sample string 15",
            "EMail": "sample string 16",
            "Website": "sample string 17",
            "OpenHours": "sample string 18",
            "Comments": "sample string 19",
            "CreatedBy": 20,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 22,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          "PayableEntity": {
            "results": null,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "ShortName": "sample string 3",
            "OnPropackHold": true,
            "OnCreditHold": true,
            "PaymentTermsID": 1,
            "CreatedBy": 6,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 8,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBContactMasterID": 1,
            "P3PLClientID": 1
          },
          "PayablePlace": {
            "results": null,
            "PlaceID": 1,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "PlaceTypeID": 64,
            "PlaceName": "sample string 3",
            "Address1": "sample string 4",
            "Address2": "sample string 5",
            "City": "sample string 6",
            "StateProvinceCode": "sample string 7",
            "PostalCode": "sample string 8",
            "CountryCode": "sample string 9",
            "AirportCode": "sample string 10",
            "OpenHours": "sample string 11",
            "IsBillingAddress": true,
            "IsCrossDock": true,
            "IsTerminal": true,
            "IsActive": true,
            "Comment": "sample string 16",
            "CreatedBy": 17,
            "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "UpdatedBy": 19,
            "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "FBContactsSub2ID": 1,
            "CSC": "sample string 21",
            "WarehouseID": 22
          },
          "BaseFee": {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          },
          "AdditionalFees": [
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            },
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            }
          ],
          "HoldNotes": [
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            },
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            }
          ],
          "TaskCount": 2,
          "TaskCompletedCount": 3,
          "AutoBilling": true,
          "PreferredCurrencyCode": "sample string 5",
          "FreightPayableID": 6,
          "OrderID": 7,
          "DataVersion": "sample string 8",
          "FreightLegID": 1,
          "IsPayable": true,
          "ChargeDate": "2025-12-06T23:37:03.3990237+00:00",
          "PayableTypeID": 64,
          "PayableEntityID": 1,
          "PayableEntityPlaceID": 1,
          "PayableAddressID": 1,
          "ApprovedBy": 1,
          "ApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ClearedBy": 1,
          "ClearedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ReferenceNumber": "sample string 11",
          "PayableInvoiceNumber": "sample string 12",
          "ToChargeID": 1,
          "CreatedBy": 13,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 15,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBSubPayablesID": 1,
          "FBSubChargesLegID": 1
        },
        "Broker": {
          "results": null,
          "PayableTypeName": "sample string 1",
          "PayableAddress": {
            "results": null,
            "AddressID": 1,
            "AddressHash": "QEA=",
            "ContactName": "sample string 2",
            "EntityName": "sample string 3",
            "PlaceName": "sample string 4",
            "Address1": "sample string 5",
            "Address2": "sample string 6",
            "City": "sample string 7",
            "PostalCode": "sample string 8",
            "StateProvinceCode": "sample string 9",
            "CountryCode": "sample string 10",
            "AirportCode": "sample string 11",
            "TollFree": "sample string 12",
            "Phone": "sample string 13",
            "Fax": "sample string 14",
            "Mobile": "sample string 15",
            "EMail": "sample string 16",
            "Website": "sample string 17",
            "OpenHours": "sample string 18",
            "Comments": "sample string 19",
            "CreatedBy": 20,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 22,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          "PayableEntity": {
            "results": null,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "ShortName": "sample string 3",
            "OnPropackHold": true,
            "OnCreditHold": true,
            "PaymentTermsID": 1,
            "CreatedBy": 6,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 8,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBContactMasterID": 1,
            "P3PLClientID": 1
          },
          "PayablePlace": {
            "results": null,
            "PlaceID": 1,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "PlaceTypeID": 64,
            "PlaceName": "sample string 3",
            "Address1": "sample string 4",
            "Address2": "sample string 5",
            "City": "sample string 6",
            "StateProvinceCode": "sample string 7",
            "PostalCode": "sample string 8",
            "CountryCode": "sample string 9",
            "AirportCode": "sample string 10",
            "OpenHours": "sample string 11",
            "IsBillingAddress": true,
            "IsCrossDock": true,
            "IsTerminal": true,
            "IsActive": true,
            "Comment": "sample string 16",
            "CreatedBy": 17,
            "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "UpdatedBy": 19,
            "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "FBContactsSub2ID": 1,
            "CSC": "sample string 21",
            "WarehouseID": 22
          },
          "BaseFee": {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          },
          "AdditionalFees": [
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            },
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            }
          ],
          "HoldNotes": [
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            },
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            }
          ],
          "TaskCount": 2,
          "TaskCompletedCount": 3,
          "AutoBilling": true,
          "PreferredCurrencyCode": "sample string 5",
          "FreightPayableID": 6,
          "OrderID": 7,
          "DataVersion": "sample string 8",
          "FreightLegID": 1,
          "IsPayable": true,
          "ChargeDate": "2025-12-06T23:37:03.3990237+00:00",
          "PayableTypeID": 64,
          "PayableEntityID": 1,
          "PayableEntityPlaceID": 1,
          "PayableAddressID": 1,
          "ApprovedBy": 1,
          "ApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ClearedBy": 1,
          "ClearedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ReferenceNumber": "sample string 11",
          "PayableInvoiceNumber": "sample string 12",
          "ToChargeID": 1,
          "CreatedBy": 13,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 15,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBSubPayablesID": 1,
          "FBSubChargesLegID": 1
        },
        "CrossDock": {
          "results": null,
          "PayableTypeName": "sample string 1",
          "PayableAddress": {
            "results": null,
            "AddressID": 1,
            "AddressHash": "QEA=",
            "ContactName": "sample string 2",
            "EntityName": "sample string 3",
            "PlaceName": "sample string 4",
            "Address1": "sample string 5",
            "Address2": "sample string 6",
            "City": "sample string 7",
            "PostalCode": "sample string 8",
            "StateProvinceCode": "sample string 9",
            "CountryCode": "sample string 10",
            "AirportCode": "sample string 11",
            "TollFree": "sample string 12",
            "Phone": "sample string 13",
            "Fax": "sample string 14",
            "Mobile": "sample string 15",
            "EMail": "sample string 16",
            "Website": "sample string 17",
            "OpenHours": "sample string 18",
            "Comments": "sample string 19",
            "CreatedBy": 20,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 22,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          "PayableEntity": {
            "results": null,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "ShortName": "sample string 3",
            "OnPropackHold": true,
            "OnCreditHold": true,
            "PaymentTermsID": 1,
            "CreatedBy": 6,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 8,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBContactMasterID": 1,
            "P3PLClientID": 1
          },
          "PayablePlace": {
            "results": null,
            "PlaceID": 1,
            "EntityID": 1,
            "EntityName": "sample string 2",
            "PlaceTypeID": 64,
            "PlaceName": "sample string 3",
            "Address1": "sample string 4",
            "Address2": "sample string 5",
            "City": "sample string 6",
            "StateProvinceCode": "sample string 7",
            "PostalCode": "sample string 8",
            "CountryCode": "sample string 9",
            "AirportCode": "sample string 10",
            "OpenHours": "sample string 11",
            "IsBillingAddress": true,
            "IsCrossDock": true,
            "IsTerminal": true,
            "IsActive": true,
            "Comment": "sample string 16",
            "CreatedBy": 17,
            "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "UpdatedBy": 19,
            "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
            "FBContactsSub2ID": 1,
            "CSC": "sample string 21",
            "WarehouseID": 22
          },
          "BaseFee": {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          },
          "AdditionalFees": [
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            },
            {
              "results": null,
              "NoteCount": 1,
              "FreightLegID": 1,
              "FeeTypeName": "sample string 1",
              "InvoicedApprovedByName": "sample string 2",
              "InvoicedApprovedByInitials": "sample string 3",
              "BilledEnteredByName": "sample string 4",
              "BilledEnteredByInitials": "sample string 5",
              "CreatedByName": "sample string 6",
              "CreatedByInitials": "sample string 7",
              "UpdatedByName": "sample string 8",
              "UpdatedByInitials": "sample string 9",
              "FreightFeeID": 10,
              "FreightPayableID": 1,
              "FeeTypeID": 11,
              "OnInvoiceID": 1,
              "InputCurrencyCode": "sample string 12",
              "InputExchangeRate": 1.0,
              "InputBaseAmount": 1.0,
              "InputAmount": 1.0,
              "MarkupAmount": 1.0,
              "MarkupPercent": 1.0,
              "CommissionPercent": 1.0,
              "FuelSurchargePercent": 1.0,
              "CustomBillableAmount": 1.0,
              "ShowNameOnInvoice": true,
              "ShowBillableOnInvoice": true,
              "InvoicedAmount": 1.0,
              "InvoicedApprovedBy": 1,
              "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledCurrencyCode": "sample string 15",
              "BilledExchangeRate": 1.0,
              "BilledBaseAmount": 1.0,
              "BilledAmount": 1.0,
              "BilledEnteredBy": 1,
              "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
              "BilledReferenceNumber": "sample string 16",
              "FeeStatus": "sample string 17",
              "CreatedBy": 18,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 20,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "FBSubPayablesID": 1,
              "FBSubChargesLegID": 1
            }
          ],
          "HoldNotes": [
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            },
            {
              "results": null,
              "LinkType": "sample string 1",
              "LinkName": "sample string 2",
              "PersonName": "sample string 3",
              "UserInitials": "sample string 4",
              "NoteID": 5,
              "NoteTypeID": 0,
              "OrderID": 6,
              "ItemID": 1,
              "ItemType": 1,
              "InvoiceID": 1,
              "FreightLegID": 1,
              "FreightPayableID": 1,
              "FreightFeeID": 1,
              "FreightHandlingID": 1,
              "TaskID": 1,
              "TrackingID": 1,
              "WarehouseAlertID": 1,
              "QuoteID": 1,
              "WONumber": 1,
              "Note": "sample string 7",
              "ClientVisible": true,
              "IsRead": true,
              "CreatedBy": 10,
              "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
              "UpdatedBy": 12,
              "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
            }
          ],
          "TaskCount": 2,
          "TaskCompletedCount": 3,
          "AutoBilling": true,
          "PreferredCurrencyCode": "sample string 5",
          "FreightPayableID": 6,
          "OrderID": 7,
          "DataVersion": "sample string 8",
          "FreightLegID": 1,
          "IsPayable": true,
          "ChargeDate": "2025-12-06T23:37:03.3990237+00:00",
          "PayableTypeID": 64,
          "PayableEntityID": 1,
          "PayableEntityPlaceID": 1,
          "PayableAddressID": 1,
          "ApprovedBy": 1,
          "ApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ClearedBy": 1,
          "ClearedDate": "2025-12-06T23:37:03.3990237+00:00",
          "ReferenceNumber": "sample string 11",
          "PayableInvoiceNumber": "sample string 12",
          "ToChargeID": 1,
          "CreatedBy": 13,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 15,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBSubPayablesID": 1,
          "FBSubChargesLegID": 1
        },
        "Tracking": [
          {
            "results": null,
            "TrackingID": 1,
            "OrderID": 2,
            "FreightLegID": 1,
            "Status": "sample string 3",
            "Terminal": "sample string 4",
            "DateTracked": "2025-12-06T23:37:03.3990237+00:00",
            "ContactPerson": "sample string 5",
            "TrackingTypeID": 6,
            "TrackingCategoryID": 7,
            "CreatedBy": 8,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 10,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBMasterID": 1,
            "FBTrackID": 1,
            "PersonName": "sample string 12",
            "UserInitials": "sample string 13",
            "TrackingType": "sample string 14",
            "CategoryCode": "sample string 15"
          },
          {
            "results": null,
            "TrackingID": 1,
            "OrderID": 2,
            "FreightLegID": 1,
            "Status": "sample string 3",
            "Terminal": "sample string 4",
            "DateTracked": "2025-12-06T23:37:03.3990237+00:00",
            "ContactPerson": "sample string 5",
            "TrackingTypeID": 6,
            "TrackingCategoryID": 7,
            "CreatedBy": 8,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 10,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBMasterID": 1,
            "FBTrackID": 1,
            "PersonName": "sample string 12",
            "UserInitials": "sample string 13",
            "TrackingType": "sample string 14",
            "CategoryCode": "sample string 15"
          }
        ],
        "Pieces": [
          {
            "TotalWeight": 1.0,
            "PieceTypeName": "sample string 1",
            "results": null,
            "PieceID": 1,
            "OrderID": 2,
            "DataVersion": "sample string 3",
            "WarehouseAlertID": 1,
            "FreightLegID": 1,
            "PalletNumber": 1,
            "BoxNumber": 1,
            "PieceTypeID": 64,
            "PieceDescription": "sample string 4",
            "PieceLength": 1.0,
            "PieceWidth": 1.0,
            "PieceHeight": 1.0,
            "PieceWeight": 1.0,
            "Quantity": 5,
            "ManualTotalWeight": 1.0,
            "DimWeight": 1.0,
            "ItemCount": 1,
            "PackedByUserID": 1,
            "PackTimeStart": "2025-12-06T23:37:03.3996937+00:00",
            "PackTimeFinish": "2025-12-06T23:37:03.3996937+00:00",
            "WarehouseCheck": true,
            "CreatedBy": 7,
            "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
            "UpdatedBy": 9,
            "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00"
          },
          {
            "TotalWeight": 1.0,
            "PieceTypeName": "sample string 1",
            "results": null,
            "PieceID": 1,
            "OrderID": 2,
            "DataVersion": "sample string 3",
            "WarehouseAlertID": 1,
            "FreightLegID": 1,
            "PalletNumber": 1,
            "BoxNumber": 1,
            "PieceTypeID": 64,
            "PieceDescription": "sample string 4",
            "PieceLength": 1.0,
            "PieceWidth": 1.0,
            "PieceHeight": 1.0,
            "PieceWeight": 1.0,
            "Quantity": 5,
            "ManualTotalWeight": 1.0,
            "DimWeight": 1.0,
            "ItemCount": 1,
            "PackedByUserID": 1,
            "PackTimeStart": "2025-12-06T23:37:03.3996937+00:00",
            "PackTimeFinish": "2025-12-06T23:37:03.3996937+00:00",
            "WarehouseCheck": true,
            "CreatedBy": 7,
            "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
            "UpdatedBy": 9,
            "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00"
          }
        ],
        "HoldNotes": [
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          }
        ],
        "FreightLegID": 3,
        "OrderID": 4,
        "DataVersion": "sample string 5",
        "FreightLegSequence": 64,
        "DestinationCity": "sample string 7",
        "DestinationStateProvinceCode": "sample string 8",
        "DestinationCountryCode": "sample string 9",
        "LegApproved": true,
        "ScheduledPickUpDate": "2025-12-06T23:37:03.3996937+00:00",
        "ActualPickUpDate": "2025-12-06T23:37:03.3996937+00:00",
        "DestinationEntityID": 1,
        "DestinationPlaceID": 1,
        "DestinationAddressID": 1,
        "ScheduledDeliveryDate": "2025-12-06T23:37:03.3996937+00:00",
        "ActualDeliveryDate": "2025-12-06T23:37:03.3996937+00:00",
        "AlertEmailedDate": "2025-12-06T23:37:03.3996937+00:00",
        "TrackingStatusStep": 1,
        "PODName": "sample string 10",
        "PODDate": "2025-12-06T23:37:03.3996937+00:00",
        "ParsPaps": "sample string 11",
        "CreatedBy": 12,
        "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
        "UpdatedBy": 14,
        "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00",
        "FBSubPayablesID": 1,
        "DestinationCSC": "sample string 16",
        "TrackingStatusColor": "sample string 17"
      },
      "Pieces": [
        {
          "TotalWeight": 1.0,
          "PieceTypeName": "sample string 1",
          "results": null,
          "PieceID": 1,
          "OrderID": 2,
          "DataVersion": "sample string 3",
          "WarehouseAlertID": 1,
          "FreightLegID": 1,
          "PalletNumber": 1,
          "BoxNumber": 1,
          "PieceTypeID": 64,
          "PieceDescription": "sample string 4",
          "PieceLength": 1.0,
          "PieceWidth": 1.0,
          "PieceHeight": 1.0,
          "PieceWeight": 1.0,
          "Quantity": 5,
          "ManualTotalWeight": 1.0,
          "DimWeight": 1.0,
          "ItemCount": 1,
          "PackedByUserID": 1,
          "PackTimeStart": "2025-12-06T23:37:03.3996937+00:00",
          "PackTimeFinish": "2025-12-06T23:37:03.3996937+00:00",
          "WarehouseCheck": true,
          "CreatedBy": 7,
          "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
          "UpdatedBy": 9,
          "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00"
        },
        {
          "TotalWeight": 1.0,
          "PieceTypeName": "sample string 1",
          "results": null,
          "PieceID": 1,
          "OrderID": 2,
          "DataVersion": "sample string 3",
          "WarehouseAlertID": 1,
          "FreightLegID": 1,
          "PalletNumber": 1,
          "BoxNumber": 1,
          "PieceTypeID": 64,
          "PieceDescription": "sample string 4",
          "PieceLength": 1.0,
          "PieceWidth": 1.0,
          "PieceHeight": 1.0,
          "PieceWeight": 1.0,
          "Quantity": 5,
          "ManualTotalWeight": 1.0,
          "DimWeight": 1.0,
          "ItemCount": 1,
          "PackedByUserID": 1,
          "PackTimeStart": "2025-12-06T23:37:03.3996937+00:00",
          "PackTimeFinish": "2025-12-06T23:37:03.3996937+00:00",
          "WarehouseCheck": true,
          "CreatedBy": 7,
          "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
          "UpdatedBy": 9,
          "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00"
        }
      ],
      "WarehouseAlertID": 1,
      "OrderID": 2,
      "WarehouseID": 3,
      "InboundFreightLegID": 1,
      "OutboundFreightLegID": 1,
      "WarehouseAlertStatusStep": 4,
      "CompletedDate": "2025-12-06T23:37:03.3996937+00:00",
      "AlertType": "sample string 5",
      "CreatedBy": 6,
      "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
      "UpdatedBy": 8,
      "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00"
    }
  ],
  "returnList3": [
    {
      "results": null,
      "OriginCSC": "sample string 1",
      "FreightLegCount": 2,
      "OriginEntityID": 1,
      "OriginPlaceID": 1,
      "OriginAddressID": 1,
      "OriginEntity": {
        "results": null,
        "IsPayableCrossDock": true,
        "EntityID": 2,
        "EntityName": "sample string 3",
        "ShortName": "sample string 4",
        "OnPropackHold": true,
        "OnCreditHold": true,
        "PaymentTermsID": 1,
        "CreatedBy": 7,
        "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
        "UpdatedBy": 9,
        "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
        "FBContactMasterID": 1,
        "P3PLClientID": 1
      },
      "OriginPlace": {
        "results": null,
        "PlaceID": 1,
        "EntityID": 1,
        "EntityName": "sample string 2",
        "PlaceTypeID": 64,
        "PlaceName": "sample string 3",
        "Address1": "sample string 4",
        "Address2": "sample string 5",
        "City": "sample string 6",
        "StateProvinceCode": "sample string 7",
        "PostalCode": "sample string 8",
        "CountryCode": "sample string 9",
        "AirportCode": "sample string 10",
        "OpenHours": "sample string 11",
        "IsBillingAddress": true,
        "IsCrossDock": true,
        "IsTerminal": true,
        "IsActive": true,
        "Comment": "sample string 16",
        "CreatedBy": 17,
        "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
        "UpdatedBy": 19,
        "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
        "FBContactsSub2ID": 1,
        "CSC": "sample string 21",
        "WarehouseID": 22
      },
      "OriginAddress": {
        "results": null,
        "AddressID": 1,
        "AddressHash": "QEA=",
        "ContactName": "sample string 2",
        "EntityName": "sample string 3",
        "PlaceName": "sample string 4",
        "Address1": "sample string 5",
        "Address2": "sample string 6",
        "City": "sample string 7",
        "PostalCode": "sample string 8",
        "StateProvinceCode": "sample string 9",
        "CountryCode": "sample string 10",
        "AirportCode": "sample string 11",
        "TollFree": "sample string 12",
        "Phone": "sample string 13",
        "Fax": "sample string 14",
        "Mobile": "sample string 15",
        "EMail": "sample string 16",
        "Website": "sample string 17",
        "OpenHours": "sample string 18",
        "Comments": "sample string 19",
        "CreatedBy": 20,
        "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
        "UpdatedBy": 22,
        "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
      },
      "DestinationEntity": {
        "results": null,
        "IsPayableCrossDock": true,
        "EntityID": 2,
        "EntityName": "sample string 3",
        "ShortName": "sample string 4",
        "OnPropackHold": true,
        "OnCreditHold": true,
        "PaymentTermsID": 1,
        "CreatedBy": 7,
        "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
        "UpdatedBy": 9,
        "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
        "FBContactMasterID": 1,
        "P3PLClientID": 1
      },
      "DestinationPlace": {
        "results": null,
        "PlaceID": 1,
        "EntityID": 1,
        "EntityName": "sample string 2",
        "PlaceTypeID": 64,
        "PlaceName": "sample string 3",
        "Address1": "sample string 4",
        "Address2": "sample string 5",
        "City": "sample string 6",
        "StateProvinceCode": "sample string 7",
        "PostalCode": "sample string 8",
        "CountryCode": "sample string 9",
        "AirportCode": "sample string 10",
        "OpenHours": "sample string 11",
        "IsBillingAddress": true,
        "IsCrossDock": true,
        "IsTerminal": true,
        "IsActive": true,
        "Comment": "sample string 16",
        "CreatedBy": 17,
        "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
        "UpdatedBy": 19,
        "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
        "FBContactsSub2ID": 1,
        "CSC": "sample string 21",
        "WarehouseID": 22
      },
      "DestinationAddress": {
        "results": null,
        "AddressID": 1,
        "AddressHash": "QEA=",
        "ContactName": "sample string 2",
        "EntityName": "sample string 3",
        "PlaceName": "sample string 4",
        "Address1": "sample string 5",
        "Address2": "sample string 6",
        "City": "sample string 7",
        "PostalCode": "sample string 8",
        "StateProvinceCode": "sample string 9",
        "CountryCode": "sample string 10",
        "AirportCode": "sample string 11",
        "TollFree": "sample string 12",
        "Phone": "sample string 13",
        "Fax": "sample string 14",
        "Mobile": "sample string 15",
        "EMail": "sample string 16",
        "Website": "sample string 17",
        "OpenHours": "sample string 18",
        "Comments": "sample string 19",
        "CreatedBy": 20,
        "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
        "UpdatedBy": 22,
        "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
      },
      "Carrier": {
        "results": null,
        "PayableTypeName": "sample string 1",
        "PayableAddress": {
          "results": null,
          "AddressID": 1,
          "AddressHash": "QEA=",
          "ContactName": "sample string 2",
          "EntityName": "sample string 3",
          "PlaceName": "sample string 4",
          "Address1": "sample string 5",
          "Address2": "sample string 6",
          "City": "sample string 7",
          "PostalCode": "sample string 8",
          "StateProvinceCode": "sample string 9",
          "CountryCode": "sample string 10",
          "AirportCode": "sample string 11",
          "TollFree": "sample string 12",
          "Phone": "sample string 13",
          "Fax": "sample string 14",
          "Mobile": "sample string 15",
          "EMail": "sample string 16",
          "Website": "sample string 17",
          "OpenHours": "sample string 18",
          "Comments": "sample string 19",
          "CreatedBy": 20,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 22,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
        },
        "PayableEntity": {
          "results": null,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "ShortName": "sample string 3",
          "OnPropackHold": true,
          "OnCreditHold": true,
          "PaymentTermsID": 1,
          "CreatedBy": 6,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 8,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBContactMasterID": 1,
          "P3PLClientID": 1
        },
        "PayablePlace": {
          "results": null,
          "PlaceID": 1,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "PlaceTypeID": 64,
          "PlaceName": "sample string 3",
          "Address1": "sample string 4",
          "Address2": "sample string 5",
          "City": "sample string 6",
          "StateProvinceCode": "sample string 7",
          "PostalCode": "sample string 8",
          "CountryCode": "sample string 9",
          "AirportCode": "sample string 10",
          "OpenHours": "sample string 11",
          "IsBillingAddress": true,
          "IsCrossDock": true,
          "IsTerminal": true,
          "IsActive": true,
          "Comment": "sample string 16",
          "CreatedBy": 17,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 19,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactsSub2ID": 1,
          "CSC": "sample string 21",
          "WarehouseID": 22
        },
        "BaseFee": {
          "results": null,
          "NoteCount": 1,
          "FreightLegID": 1,
          "FeeTypeName": "sample string 1",
          "InvoicedApprovedByName": "sample string 2",
          "InvoicedApprovedByInitials": "sample string 3",
          "BilledEnteredByName": "sample string 4",
          "BilledEnteredByInitials": "sample string 5",
          "CreatedByName": "sample string 6",
          "CreatedByInitials": "sample string 7",
          "UpdatedByName": "sample string 8",
          "UpdatedByInitials": "sample string 9",
          "FreightFeeID": 10,
          "FreightPayableID": 1,
          "FeeTypeID": 11,
          "OnInvoiceID": 1,
          "InputCurrencyCode": "sample string 12",
          "InputExchangeRate": 1.0,
          "InputBaseAmount": 1.0,
          "InputAmount": 1.0,
          "MarkupAmount": 1.0,
          "MarkupPercent": 1.0,
          "CommissionPercent": 1.0,
          "FuelSurchargePercent": 1.0,
          "CustomBillableAmount": 1.0,
          "ShowNameOnInvoice": true,
          "ShowBillableOnInvoice": true,
          "InvoicedAmount": 1.0,
          "InvoicedApprovedBy": 1,
          "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
          "BilledCurrencyCode": "sample string 15",
          "BilledExchangeRate": 1.0,
          "BilledBaseAmount": 1.0,
          "BilledAmount": 1.0,
          "BilledEnteredBy": 1,
          "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
          "BilledReferenceNumber": "sample string 16",
          "FeeStatus": "sample string 17",
          "CreatedBy": 18,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 20,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBSubPayablesID": 1,
          "FBSubChargesLegID": 1
        },
        "AdditionalFees": [
          {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          },
          {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          }
        ],
        "HoldNotes": [
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          }
        ],
        "TaskCount": 2,
        "TaskCompletedCount": 3,
        "AutoBilling": true,
        "PreferredCurrencyCode": "sample string 5",
        "FreightPayableID": 6,
        "OrderID": 7,
        "DataVersion": "sample string 8",
        "FreightLegID": 1,
        "IsPayable": true,
        "ChargeDate": "2025-12-06T23:37:03.3990237+00:00",
        "PayableTypeID": 64,
        "PayableEntityID": 1,
        "PayableEntityPlaceID": 1,
        "PayableAddressID": 1,
        "ApprovedBy": 1,
        "ApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
        "ClearedBy": 1,
        "ClearedDate": "2025-12-06T23:37:03.3990237+00:00",
        "ReferenceNumber": "sample string 11",
        "PayableInvoiceNumber": "sample string 12",
        "ToChargeID": 1,
        "CreatedBy": 13,
        "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
        "UpdatedBy": 15,
        "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
        "FBSubPayablesID": 1,
        "FBSubChargesLegID": 1
      },
      "Broker": {
        "results": null,
        "PayableTypeName": "sample string 1",
        "PayableAddress": {
          "results": null,
          "AddressID": 1,
          "AddressHash": "QEA=",
          "ContactName": "sample string 2",
          "EntityName": "sample string 3",
          "PlaceName": "sample string 4",
          "Address1": "sample string 5",
          "Address2": "sample string 6",
          "City": "sample string 7",
          "PostalCode": "sample string 8",
          "StateProvinceCode": "sample string 9",
          "CountryCode": "sample string 10",
          "AirportCode": "sample string 11",
          "TollFree": "sample string 12",
          "Phone": "sample string 13",
          "Fax": "sample string 14",
          "Mobile": "sample string 15",
          "EMail": "sample string 16",
          "Website": "sample string 17",
          "OpenHours": "sample string 18",
          "Comments": "sample string 19",
          "CreatedBy": 20,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 22,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
        },
        "PayableEntity": {
          "results": null,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "ShortName": "sample string 3",
          "OnPropackHold": true,
          "OnCreditHold": true,
          "PaymentTermsID": 1,
          "CreatedBy": 6,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 8,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBContactMasterID": 1,
          "P3PLClientID": 1
        },
        "PayablePlace": {
          "results": null,
          "PlaceID": 1,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "PlaceTypeID": 64,
          "PlaceName": "sample string 3",
          "Address1": "sample string 4",
          "Address2": "sample string 5",
          "City": "sample string 6",
          "StateProvinceCode": "sample string 7",
          "PostalCode": "sample string 8",
          "CountryCode": "sample string 9",
          "AirportCode": "sample string 10",
          "OpenHours": "sample string 11",
          "IsBillingAddress": true,
          "IsCrossDock": true,
          "IsTerminal": true,
          "IsActive": true,
          "Comment": "sample string 16",
          "CreatedBy": 17,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 19,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactsSub2ID": 1,
          "CSC": "sample string 21",
          "WarehouseID": 22
        },
        "BaseFee": {
          "results": null,
          "NoteCount": 1,
          "FreightLegID": 1,
          "FeeTypeName": "sample string 1",
          "InvoicedApprovedByName": "sample string 2",
          "InvoicedApprovedByInitials": "sample string 3",
          "BilledEnteredByName": "sample string 4",
          "BilledEnteredByInitials": "sample string 5",
          "CreatedByName": "sample string 6",
          "CreatedByInitials": "sample string 7",
          "UpdatedByName": "sample string 8",
          "UpdatedByInitials": "sample string 9",
          "FreightFeeID": 10,
          "FreightPayableID": 1,
          "FeeTypeID": 11,
          "OnInvoiceID": 1,
          "InputCurrencyCode": "sample string 12",
          "InputExchangeRate": 1.0,
          "InputBaseAmount": 1.0,
          "InputAmount": 1.0,
          "MarkupAmount": 1.0,
          "MarkupPercent": 1.0,
          "CommissionPercent": 1.0,
          "FuelSurchargePercent": 1.0,
          "CustomBillableAmount": 1.0,
          "ShowNameOnInvoice": true,
          "ShowBillableOnInvoice": true,
          "InvoicedAmount": 1.0,
          "InvoicedApprovedBy": 1,
          "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
          "BilledCurrencyCode": "sample string 15",
          "BilledExchangeRate": 1.0,
          "BilledBaseAmount": 1.0,
          "BilledAmount": 1.0,
          "BilledEnteredBy": 1,
          "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
          "BilledReferenceNumber": "sample string 16",
          "FeeStatus": "sample string 17",
          "CreatedBy": 18,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 20,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBSubPayablesID": 1,
          "FBSubChargesLegID": 1
        },
        "AdditionalFees": [
          {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          },
          {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          }
        ],
        "HoldNotes": [
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          }
        ],
        "TaskCount": 2,
        "TaskCompletedCount": 3,
        "AutoBilling": true,
        "PreferredCurrencyCode": "sample string 5",
        "FreightPayableID": 6,
        "OrderID": 7,
        "DataVersion": "sample string 8",
        "FreightLegID": 1,
        "IsPayable": true,
        "ChargeDate": "2025-12-06T23:37:03.3990237+00:00",
        "PayableTypeID": 64,
        "PayableEntityID": 1,
        "PayableEntityPlaceID": 1,
        "PayableAddressID": 1,
        "ApprovedBy": 1,
        "ApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
        "ClearedBy": 1,
        "ClearedDate": "2025-12-06T23:37:03.3990237+00:00",
        "ReferenceNumber": "sample string 11",
        "PayableInvoiceNumber": "sample string 12",
        "ToChargeID": 1,
        "CreatedBy": 13,
        "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
        "UpdatedBy": 15,
        "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
        "FBSubPayablesID": 1,
        "FBSubChargesLegID": 1
      },
      "CrossDock": {
        "results": null,
        "PayableTypeName": "sample string 1",
        "PayableAddress": {
          "results": null,
          "AddressID": 1,
          "AddressHash": "QEA=",
          "ContactName": "sample string 2",
          "EntityName": "sample string 3",
          "PlaceName": "sample string 4",
          "Address1": "sample string 5",
          "Address2": "sample string 6",
          "City": "sample string 7",
          "PostalCode": "sample string 8",
          "StateProvinceCode": "sample string 9",
          "CountryCode": "sample string 10",
          "AirportCode": "sample string 11",
          "TollFree": "sample string 12",
          "Phone": "sample string 13",
          "Fax": "sample string 14",
          "Mobile": "sample string 15",
          "EMail": "sample string 16",
          "Website": "sample string 17",
          "OpenHours": "sample string 18",
          "Comments": "sample string 19",
          "CreatedBy": 20,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 22,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
        },
        "PayableEntity": {
          "results": null,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "ShortName": "sample string 3",
          "OnPropackHold": true,
          "OnCreditHold": true,
          "PaymentTermsID": 1,
          "CreatedBy": 6,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 8,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBContactMasterID": 1,
          "P3PLClientID": 1
        },
        "PayablePlace": {
          "results": null,
          "PlaceID": 1,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "PlaceTypeID": 64,
          "PlaceName": "sample string 3",
          "Address1": "sample string 4",
          "Address2": "sample string 5",
          "City": "sample string 6",
          "StateProvinceCode": "sample string 7",
          "PostalCode": "sample string 8",
          "CountryCode": "sample string 9",
          "AirportCode": "sample string 10",
          "OpenHours": "sample string 11",
          "IsBillingAddress": true,
          "IsCrossDock": true,
          "IsTerminal": true,
          "IsActive": true,
          "Comment": "sample string 16",
          "CreatedBy": 17,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 19,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactsSub2ID": 1,
          "CSC": "sample string 21",
          "WarehouseID": 22
        },
        "BaseFee": {
          "results": null,
          "NoteCount": 1,
          "FreightLegID": 1,
          "FeeTypeName": "sample string 1",
          "InvoicedApprovedByName": "sample string 2",
          "InvoicedApprovedByInitials": "sample string 3",
          "BilledEnteredByName": "sample string 4",
          "BilledEnteredByInitials": "sample string 5",
          "CreatedByName": "sample string 6",
          "CreatedByInitials": "sample string 7",
          "UpdatedByName": "sample string 8",
          "UpdatedByInitials": "sample string 9",
          "FreightFeeID": 10,
          "FreightPayableID": 1,
          "FeeTypeID": 11,
          "OnInvoiceID": 1,
          "InputCurrencyCode": "sample string 12",
          "InputExchangeRate": 1.0,
          "InputBaseAmount": 1.0,
          "InputAmount": 1.0,
          "MarkupAmount": 1.0,
          "MarkupPercent": 1.0,
          "CommissionPercent": 1.0,
          "FuelSurchargePercent": 1.0,
          "CustomBillableAmount": 1.0,
          "ShowNameOnInvoice": true,
          "ShowBillableOnInvoice": true,
          "InvoicedAmount": 1.0,
          "InvoicedApprovedBy": 1,
          "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
          "BilledCurrencyCode": "sample string 15",
          "BilledExchangeRate": 1.0,
          "BilledBaseAmount": 1.0,
          "BilledAmount": 1.0,
          "BilledEnteredBy": 1,
          "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
          "BilledReferenceNumber": "sample string 16",
          "FeeStatus": "sample string 17",
          "CreatedBy": 18,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 20,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBSubPayablesID": 1,
          "FBSubChargesLegID": 1
        },
        "AdditionalFees": [
          {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          },
          {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          }
        ],
        "HoldNotes": [
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          }
        ],
        "TaskCount": 2,
        "TaskCompletedCount": 3,
        "AutoBilling": true,
        "PreferredCurrencyCode": "sample string 5",
        "FreightPayableID": 6,
        "OrderID": 7,
        "DataVersion": "sample string 8",
        "FreightLegID": 1,
        "IsPayable": true,
        "ChargeDate": "2025-12-06T23:37:03.3990237+00:00",
        "PayableTypeID": 64,
        "PayableEntityID": 1,
        "PayableEntityPlaceID": 1,
        "PayableAddressID": 1,
        "ApprovedBy": 1,
        "ApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
        "ClearedBy": 1,
        "ClearedDate": "2025-12-06T23:37:03.3990237+00:00",
        "ReferenceNumber": "sample string 11",
        "PayableInvoiceNumber": "sample string 12",
        "ToChargeID": 1,
        "CreatedBy": 13,
        "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
        "UpdatedBy": 15,
        "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
        "FBSubPayablesID": 1,
        "FBSubChargesLegID": 1
      },
      "Tracking": [
        {
          "results": null,
          "TrackingID": 1,
          "OrderID": 2,
          "FreightLegID": 1,
          "Status": "sample string 3",
          "Terminal": "sample string 4",
          "DateTracked": "2025-12-06T23:37:03.3990237+00:00",
          "ContactPerson": "sample string 5",
          "TrackingTypeID": 6,
          "TrackingCategoryID": 7,
          "CreatedBy": 8,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 10,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBMasterID": 1,
          "FBTrackID": 1,
          "PersonName": "sample string 12",
          "UserInitials": "sample string 13",
          "TrackingType": "sample string 14",
          "CategoryCode": "sample string 15"
        },
        {
          "results": null,
          "TrackingID": 1,
          "OrderID": 2,
          "FreightLegID": 1,
          "Status": "sample string 3",
          "Terminal": "sample string 4",
          "DateTracked": "2025-12-06T23:37:03.3990237+00:00",
          "ContactPerson": "sample string 5",
          "TrackingTypeID": 6,
          "TrackingCategoryID": 7,
          "CreatedBy": 8,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 10,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBMasterID": 1,
          "FBTrackID": 1,
          "PersonName": "sample string 12",
          "UserInitials": "sample string 13",
          "TrackingType": "sample string 14",
          "CategoryCode": "sample string 15"
        }
      ],
      "Pieces": [
        {
          "TotalWeight": 1.0,
          "PieceTypeName": "sample string 1",
          "results": null,
          "PieceID": 1,
          "OrderID": 2,
          "DataVersion": "sample string 3",
          "WarehouseAlertID": 1,
          "FreightLegID": 1,
          "PalletNumber": 1,
          "BoxNumber": 1,
          "PieceTypeID": 64,
          "PieceDescription": "sample string 4",
          "PieceLength": 1.0,
          "PieceWidth": 1.0,
          "PieceHeight": 1.0,
          "PieceWeight": 1.0,
          "Quantity": 5,
          "ManualTotalWeight": 1.0,
          "DimWeight": 1.0,
          "ItemCount": 1,
          "PackedByUserID": 1,
          "PackTimeStart": "2025-12-06T23:37:03.3996937+00:00",
          "PackTimeFinish": "2025-12-06T23:37:03.3996937+00:00",
          "WarehouseCheck": true,
          "CreatedBy": 7,
          "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
          "UpdatedBy": 9,
          "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00"
        },
        {
          "TotalWeight": 1.0,
          "PieceTypeName": "sample string 1",
          "results": null,
          "PieceID": 1,
          "OrderID": 2,
          "DataVersion": "sample string 3",
          "WarehouseAlertID": 1,
          "FreightLegID": 1,
          "PalletNumber": 1,
          "BoxNumber": 1,
          "PieceTypeID": 64,
          "PieceDescription": "sample string 4",
          "PieceLength": 1.0,
          "PieceWidth": 1.0,
          "PieceHeight": 1.0,
          "PieceWeight": 1.0,
          "Quantity": 5,
          "ManualTotalWeight": 1.0,
          "DimWeight": 1.0,
          "ItemCount": 1,
          "PackedByUserID": 1,
          "PackTimeStart": "2025-12-06T23:37:03.3996937+00:00",
          "PackTimeFinish": "2025-12-06T23:37:03.3996937+00:00",
          "WarehouseCheck": true,
          "CreatedBy": 7,
          "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
          "UpdatedBy": 9,
          "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00"
        }
      ],
      "HoldNotes": [
        {
          "results": null,
          "LinkType": "sample string 1",
          "LinkName": "sample string 2",
          "PersonName": "sample string 3",
          "UserInitials": "sample string 4",
          "NoteID": 5,
          "NoteTypeID": 0,
          "OrderID": 6,
          "ItemID": 1,
          "ItemType": 1,
          "InvoiceID": 1,
          "FreightLegID": 1,
          "FreightPayableID": 1,
          "FreightFeeID": 1,
          "FreightHandlingID": 1,
          "TaskID": 1,
          "TrackingID": 1,
          "WarehouseAlertID": 1,
          "QuoteID": 1,
          "WONumber": 1,
          "Note": "sample string 7",
          "ClientVisible": true,
          "IsRead": true,
          "CreatedBy": 10,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 12,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
        },
        {
          "results": null,
          "LinkType": "sample string 1",
          "LinkName": "sample string 2",
          "PersonName": "sample string 3",
          "UserInitials": "sample string 4",
          "NoteID": 5,
          "NoteTypeID": 0,
          "OrderID": 6,
          "ItemID": 1,
          "ItemType": 1,
          "InvoiceID": 1,
          "FreightLegID": 1,
          "FreightPayableID": 1,
          "FreightFeeID": 1,
          "FreightHandlingID": 1,
          "TaskID": 1,
          "TrackingID": 1,
          "WarehouseAlertID": 1,
          "QuoteID": 1,
          "WONumber": 1,
          "Note": "sample string 7",
          "ClientVisible": true,
          "IsRead": true,
          "CreatedBy": 10,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 12,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
        }
      ],
      "FreightLegID": 3,
      "OrderID": 4,
      "DataVersion": "sample string 5",
      "FreightLegSequence": 64,
      "DestinationCity": "sample string 7",
      "DestinationStateProvinceCode": "sample string 8",
      "DestinationCountryCode": "sample string 9",
      "LegApproved": true,
      "ScheduledPickUpDate": "2025-12-06T23:37:03.3996937+00:00",
      "ActualPickUpDate": "2025-12-06T23:37:03.3996937+00:00",
      "DestinationEntityID": 1,
      "DestinationPlaceID": 1,
      "DestinationAddressID": 1,
      "ScheduledDeliveryDate": "2025-12-06T23:37:03.3996937+00:00",
      "ActualDeliveryDate": "2025-12-06T23:37:03.3996937+00:00",
      "AlertEmailedDate": "2025-12-06T23:37:03.3996937+00:00",
      "TrackingStatusStep": 1,
      "PODName": "sample string 10",
      "PODDate": "2025-12-06T23:37:03.3996937+00:00",
      "ParsPaps": "sample string 11",
      "CreatedBy": 12,
      "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
      "UpdatedBy": 14,
      "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00",
      "FBSubPayablesID": 1,
      "DestinationCSC": "sample string 16",
      "TrackingStatusColor": "sample string 17"
    },
    {
      "results": null,
      "OriginCSC": "sample string 1",
      "FreightLegCount": 2,
      "OriginEntityID": 1,
      "OriginPlaceID": 1,
      "OriginAddressID": 1,
      "OriginEntity": {
        "results": null,
        "IsPayableCrossDock": true,
        "EntityID": 2,
        "EntityName": "sample string 3",
        "ShortName": "sample string 4",
        "OnPropackHold": true,
        "OnCreditHold": true,
        "PaymentTermsID": 1,
        "CreatedBy": 7,
        "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
        "UpdatedBy": 9,
        "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
        "FBContactMasterID": 1,
        "P3PLClientID": 1
      },
      "OriginPlace": {
        "results": null,
        "PlaceID": 1,
        "EntityID": 1,
        "EntityName": "sample string 2",
        "PlaceTypeID": 64,
        "PlaceName": "sample string 3",
        "Address1": "sample string 4",
        "Address2": "sample string 5",
        "City": "sample string 6",
        "StateProvinceCode": "sample string 7",
        "PostalCode": "sample string 8",
        "CountryCode": "sample string 9",
        "AirportCode": "sample string 10",
        "OpenHours": "sample string 11",
        "IsBillingAddress": true,
        "IsCrossDock": true,
        "IsTerminal": true,
        "IsActive": true,
        "Comment": "sample string 16",
        "CreatedBy": 17,
        "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
        "UpdatedBy": 19,
        "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
        "FBContactsSub2ID": 1,
        "CSC": "sample string 21",
        "WarehouseID": 22
      },
      "OriginAddress": {
        "results": null,
        "AddressID": 1,
        "AddressHash": "QEA=",
        "ContactName": "sample string 2",
        "EntityName": "sample string 3",
        "PlaceName": "sample string 4",
        "Address1": "sample string 5",
        "Address2": "sample string 6",
        "City": "sample string 7",
        "PostalCode": "sample string 8",
        "StateProvinceCode": "sample string 9",
        "CountryCode": "sample string 10",
        "AirportCode": "sample string 11",
        "TollFree": "sample string 12",
        "Phone": "sample string 13",
        "Fax": "sample string 14",
        "Mobile": "sample string 15",
        "EMail": "sample string 16",
        "Website": "sample string 17",
        "OpenHours": "sample string 18",
        "Comments": "sample string 19",
        "CreatedBy": 20,
        "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
        "UpdatedBy": 22,
        "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
      },
      "DestinationEntity": {
        "results": null,
        "IsPayableCrossDock": true,
        "EntityID": 2,
        "EntityName": "sample string 3",
        "ShortName": "sample string 4",
        "OnPropackHold": true,
        "OnCreditHold": true,
        "PaymentTermsID": 1,
        "CreatedBy": 7,
        "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
        "UpdatedBy": 9,
        "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
        "FBContactMasterID": 1,
        "P3PLClientID": 1
      },
      "DestinationPlace": {
        "results": null,
        "PlaceID": 1,
        "EntityID": 1,
        "EntityName": "sample string 2",
        "PlaceTypeID": 64,
        "PlaceName": "sample string 3",
        "Address1": "sample string 4",
        "Address2": "sample string 5",
        "City": "sample string 6",
        "StateProvinceCode": "sample string 7",
        "PostalCode": "sample string 8",
        "CountryCode": "sample string 9",
        "AirportCode": "sample string 10",
        "OpenHours": "sample string 11",
        "IsBillingAddress": true,
        "IsCrossDock": true,
        "IsTerminal": true,
        "IsActive": true,
        "Comment": "sample string 16",
        "CreatedBy": 17,
        "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
        "UpdatedBy": 19,
        "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
        "FBContactsSub2ID": 1,
        "CSC": "sample string 21",
        "WarehouseID": 22
      },
      "DestinationAddress": {
        "results": null,
        "AddressID": 1,
        "AddressHash": "QEA=",
        "ContactName": "sample string 2",
        "EntityName": "sample string 3",
        "PlaceName": "sample string 4",
        "Address1": "sample string 5",
        "Address2": "sample string 6",
        "City": "sample string 7",
        "PostalCode": "sample string 8",
        "StateProvinceCode": "sample string 9",
        "CountryCode": "sample string 10",
        "AirportCode": "sample string 11",
        "TollFree": "sample string 12",
        "Phone": "sample string 13",
        "Fax": "sample string 14",
        "Mobile": "sample string 15",
        "EMail": "sample string 16",
        "Website": "sample string 17",
        "OpenHours": "sample string 18",
        "Comments": "sample string 19",
        "CreatedBy": 20,
        "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
        "UpdatedBy": 22,
        "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
      },
      "Carrier": {
        "results": null,
        "PayableTypeName": "sample string 1",
        "PayableAddress": {
          "results": null,
          "AddressID": 1,
          "AddressHash": "QEA=",
          "ContactName": "sample string 2",
          "EntityName": "sample string 3",
          "PlaceName": "sample string 4",
          "Address1": "sample string 5",
          "Address2": "sample string 6",
          "City": "sample string 7",
          "PostalCode": "sample string 8",
          "StateProvinceCode": "sample string 9",
          "CountryCode": "sample string 10",
          "AirportCode": "sample string 11",
          "TollFree": "sample string 12",
          "Phone": "sample string 13",
          "Fax": "sample string 14",
          "Mobile": "sample string 15",
          "EMail": "sample string 16",
          "Website": "sample string 17",
          "OpenHours": "sample string 18",
          "Comments": "sample string 19",
          "CreatedBy": 20,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 22,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
        },
        "PayableEntity": {
          "results": null,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "ShortName": "sample string 3",
          "OnPropackHold": true,
          "OnCreditHold": true,
          "PaymentTermsID": 1,
          "CreatedBy": 6,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 8,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBContactMasterID": 1,
          "P3PLClientID": 1
        },
        "PayablePlace": {
          "results": null,
          "PlaceID": 1,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "PlaceTypeID": 64,
          "PlaceName": "sample string 3",
          "Address1": "sample string 4",
          "Address2": "sample string 5",
          "City": "sample string 6",
          "StateProvinceCode": "sample string 7",
          "PostalCode": "sample string 8",
          "CountryCode": "sample string 9",
          "AirportCode": "sample string 10",
          "OpenHours": "sample string 11",
          "IsBillingAddress": true,
          "IsCrossDock": true,
          "IsTerminal": true,
          "IsActive": true,
          "Comment": "sample string 16",
          "CreatedBy": 17,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 19,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactsSub2ID": 1,
          "CSC": "sample string 21",
          "WarehouseID": 22
        },
        "BaseFee": {
          "results": null,
          "NoteCount": 1,
          "FreightLegID": 1,
          "FeeTypeName": "sample string 1",
          "InvoicedApprovedByName": "sample string 2",
          "InvoicedApprovedByInitials": "sample string 3",
          "BilledEnteredByName": "sample string 4",
          "BilledEnteredByInitials": "sample string 5",
          "CreatedByName": "sample string 6",
          "CreatedByInitials": "sample string 7",
          "UpdatedByName": "sample string 8",
          "UpdatedByInitials": "sample string 9",
          "FreightFeeID": 10,
          "FreightPayableID": 1,
          "FeeTypeID": 11,
          "OnInvoiceID": 1,
          "InputCurrencyCode": "sample string 12",
          "InputExchangeRate": 1.0,
          "InputBaseAmount": 1.0,
          "InputAmount": 1.0,
          "MarkupAmount": 1.0,
          "MarkupPercent": 1.0,
          "CommissionPercent": 1.0,
          "FuelSurchargePercent": 1.0,
          "CustomBillableAmount": 1.0,
          "ShowNameOnInvoice": true,
          "ShowBillableOnInvoice": true,
          "InvoicedAmount": 1.0,
          "InvoicedApprovedBy": 1,
          "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
          "BilledCurrencyCode": "sample string 15",
          "BilledExchangeRate": 1.0,
          "BilledBaseAmount": 1.0,
          "BilledAmount": 1.0,
          "BilledEnteredBy": 1,
          "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
          "BilledReferenceNumber": "sample string 16",
          "FeeStatus": "sample string 17",
          "CreatedBy": 18,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 20,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBSubPayablesID": 1,
          "FBSubChargesLegID": 1
        },
        "AdditionalFees": [
          {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          },
          {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          }
        ],
        "HoldNotes": [
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          }
        ],
        "TaskCount": 2,
        "TaskCompletedCount": 3,
        "AutoBilling": true,
        "PreferredCurrencyCode": "sample string 5",
        "FreightPayableID": 6,
        "OrderID": 7,
        "DataVersion": "sample string 8",
        "FreightLegID": 1,
        "IsPayable": true,
        "ChargeDate": "2025-12-06T23:37:03.3990237+00:00",
        "PayableTypeID": 64,
        "PayableEntityID": 1,
        "PayableEntityPlaceID": 1,
        "PayableAddressID": 1,
        "ApprovedBy": 1,
        "ApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
        "ClearedBy": 1,
        "ClearedDate": "2025-12-06T23:37:03.3990237+00:00",
        "ReferenceNumber": "sample string 11",
        "PayableInvoiceNumber": "sample string 12",
        "ToChargeID": 1,
        "CreatedBy": 13,
        "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
        "UpdatedBy": 15,
        "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
        "FBSubPayablesID": 1,
        "FBSubChargesLegID": 1
      },
      "Broker": {
        "results": null,
        "PayableTypeName": "sample string 1",
        "PayableAddress": {
          "results": null,
          "AddressID": 1,
          "AddressHash": "QEA=",
          "ContactName": "sample string 2",
          "EntityName": "sample string 3",
          "PlaceName": "sample string 4",
          "Address1": "sample string 5",
          "Address2": "sample string 6",
          "City": "sample string 7",
          "PostalCode": "sample string 8",
          "StateProvinceCode": "sample string 9",
          "CountryCode": "sample string 10",
          "AirportCode": "sample string 11",
          "TollFree": "sample string 12",
          "Phone": "sample string 13",
          "Fax": "sample string 14",
          "Mobile": "sample string 15",
          "EMail": "sample string 16",
          "Website": "sample string 17",
          "OpenHours": "sample string 18",
          "Comments": "sample string 19",
          "CreatedBy": 20,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 22,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
        },
        "PayableEntity": {
          "results": null,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "ShortName": "sample string 3",
          "OnPropackHold": true,
          "OnCreditHold": true,
          "PaymentTermsID": 1,
          "CreatedBy": 6,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 8,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBContactMasterID": 1,
          "P3PLClientID": 1
        },
        "PayablePlace": {
          "results": null,
          "PlaceID": 1,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "PlaceTypeID": 64,
          "PlaceName": "sample string 3",
          "Address1": "sample string 4",
          "Address2": "sample string 5",
          "City": "sample string 6",
          "StateProvinceCode": "sample string 7",
          "PostalCode": "sample string 8",
          "CountryCode": "sample string 9",
          "AirportCode": "sample string 10",
          "OpenHours": "sample string 11",
          "IsBillingAddress": true,
          "IsCrossDock": true,
          "IsTerminal": true,
          "IsActive": true,
          "Comment": "sample string 16",
          "CreatedBy": 17,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 19,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactsSub2ID": 1,
          "CSC": "sample string 21",
          "WarehouseID": 22
        },
        "BaseFee": {
          "results": null,
          "NoteCount": 1,
          "FreightLegID": 1,
          "FeeTypeName": "sample string 1",
          "InvoicedApprovedByName": "sample string 2",
          "InvoicedApprovedByInitials": "sample string 3",
          "BilledEnteredByName": "sample string 4",
          "BilledEnteredByInitials": "sample string 5",
          "CreatedByName": "sample string 6",
          "CreatedByInitials": "sample string 7",
          "UpdatedByName": "sample string 8",
          "UpdatedByInitials": "sample string 9",
          "FreightFeeID": 10,
          "FreightPayableID": 1,
          "FeeTypeID": 11,
          "OnInvoiceID": 1,
          "InputCurrencyCode": "sample string 12",
          "InputExchangeRate": 1.0,
          "InputBaseAmount": 1.0,
          "InputAmount": 1.0,
          "MarkupAmount": 1.0,
          "MarkupPercent": 1.0,
          "CommissionPercent": 1.0,
          "FuelSurchargePercent": 1.0,
          "CustomBillableAmount": 1.0,
          "ShowNameOnInvoice": true,
          "ShowBillableOnInvoice": true,
          "InvoicedAmount": 1.0,
          "InvoicedApprovedBy": 1,
          "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
          "BilledCurrencyCode": "sample string 15",
          "BilledExchangeRate": 1.0,
          "BilledBaseAmount": 1.0,
          "BilledAmount": 1.0,
          "BilledEnteredBy": 1,
          "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
          "BilledReferenceNumber": "sample string 16",
          "FeeStatus": "sample string 17",
          "CreatedBy": 18,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 20,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBSubPayablesID": 1,
          "FBSubChargesLegID": 1
        },
        "AdditionalFees": [
          {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          },
          {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          }
        ],
        "HoldNotes": [
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          }
        ],
        "TaskCount": 2,
        "TaskCompletedCount": 3,
        "AutoBilling": true,
        "PreferredCurrencyCode": "sample string 5",
        "FreightPayableID": 6,
        "OrderID": 7,
        "DataVersion": "sample string 8",
        "FreightLegID": 1,
        "IsPayable": true,
        "ChargeDate": "2025-12-06T23:37:03.3990237+00:00",
        "PayableTypeID": 64,
        "PayableEntityID": 1,
        "PayableEntityPlaceID": 1,
        "PayableAddressID": 1,
        "ApprovedBy": 1,
        "ApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
        "ClearedBy": 1,
        "ClearedDate": "2025-12-06T23:37:03.3990237+00:00",
        "ReferenceNumber": "sample string 11",
        "PayableInvoiceNumber": "sample string 12",
        "ToChargeID": 1,
        "CreatedBy": 13,
        "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
        "UpdatedBy": 15,
        "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
        "FBSubPayablesID": 1,
        "FBSubChargesLegID": 1
      },
      "CrossDock": {
        "results": null,
        "PayableTypeName": "sample string 1",
        "PayableAddress": {
          "results": null,
          "AddressID": 1,
          "AddressHash": "QEA=",
          "ContactName": "sample string 2",
          "EntityName": "sample string 3",
          "PlaceName": "sample string 4",
          "Address1": "sample string 5",
          "Address2": "sample string 6",
          "City": "sample string 7",
          "PostalCode": "sample string 8",
          "StateProvinceCode": "sample string 9",
          "CountryCode": "sample string 10",
          "AirportCode": "sample string 11",
          "TollFree": "sample string 12",
          "Phone": "sample string 13",
          "Fax": "sample string 14",
          "Mobile": "sample string 15",
          "EMail": "sample string 16",
          "Website": "sample string 17",
          "OpenHours": "sample string 18",
          "Comments": "sample string 19",
          "CreatedBy": 20,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 22,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
        },
        "PayableEntity": {
          "results": null,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "ShortName": "sample string 3",
          "OnPropackHold": true,
          "OnCreditHold": true,
          "PaymentTermsID": 1,
          "CreatedBy": 6,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 8,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBContactMasterID": 1,
          "P3PLClientID": 1
        },
        "PayablePlace": {
          "results": null,
          "PlaceID": 1,
          "EntityID": 1,
          "EntityName": "sample string 2",
          "PlaceTypeID": 64,
          "PlaceName": "sample string 3",
          "Address1": "sample string 4",
          "Address2": "sample string 5",
          "City": "sample string 6",
          "StateProvinceCode": "sample string 7",
          "PostalCode": "sample string 8",
          "CountryCode": "sample string 9",
          "AirportCode": "sample string 10",
          "OpenHours": "sample string 11",
          "IsBillingAddress": true,
          "IsCrossDock": true,
          "IsTerminal": true,
          "IsActive": true,
          "Comment": "sample string 16",
          "CreatedBy": 17,
          "CreatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "UpdatedBy": 19,
          "UpdatedDate": "2025-12-06T23:37:03.3987308+00:00",
          "FBContactsSub2ID": 1,
          "CSC": "sample string 21",
          "WarehouseID": 22
        },
        "BaseFee": {
          "results": null,
          "NoteCount": 1,
          "FreightLegID": 1,
          "FeeTypeName": "sample string 1",
          "InvoicedApprovedByName": "sample string 2",
          "InvoicedApprovedByInitials": "sample string 3",
          "BilledEnteredByName": "sample string 4",
          "BilledEnteredByInitials": "sample string 5",
          "CreatedByName": "sample string 6",
          "CreatedByInitials": "sample string 7",
          "UpdatedByName": "sample string 8",
          "UpdatedByInitials": "sample string 9",
          "FreightFeeID": 10,
          "FreightPayableID": 1,
          "FeeTypeID": 11,
          "OnInvoiceID": 1,
          "InputCurrencyCode": "sample string 12",
          "InputExchangeRate": 1.0,
          "InputBaseAmount": 1.0,
          "InputAmount": 1.0,
          "MarkupAmount": 1.0,
          "MarkupPercent": 1.0,
          "CommissionPercent": 1.0,
          "FuelSurchargePercent": 1.0,
          "CustomBillableAmount": 1.0,
          "ShowNameOnInvoice": true,
          "ShowBillableOnInvoice": true,
          "InvoicedAmount": 1.0,
          "InvoicedApprovedBy": 1,
          "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
          "BilledCurrencyCode": "sample string 15",
          "BilledExchangeRate": 1.0,
          "BilledBaseAmount": 1.0,
          "BilledAmount": 1.0,
          "BilledEnteredBy": 1,
          "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
          "BilledReferenceNumber": "sample string 16",
          "FeeStatus": "sample string 17",
          "CreatedBy": 18,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 20,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBSubPayablesID": 1,
          "FBSubChargesLegID": 1
        },
        "AdditionalFees": [
          {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          },
          {
            "results": null,
            "NoteCount": 1,
            "FreightLegID": 1,
            "FeeTypeName": "sample string 1",
            "InvoicedApprovedByName": "sample string 2",
            "InvoicedApprovedByInitials": "sample string 3",
            "BilledEnteredByName": "sample string 4",
            "BilledEnteredByInitials": "sample string 5",
            "CreatedByName": "sample string 6",
            "CreatedByInitials": "sample string 7",
            "UpdatedByName": "sample string 8",
            "UpdatedByInitials": "sample string 9",
            "FreightFeeID": 10,
            "FreightPayableID": 1,
            "FeeTypeID": 11,
            "OnInvoiceID": 1,
            "InputCurrencyCode": "sample string 12",
            "InputExchangeRate": 1.0,
            "InputBaseAmount": 1.0,
            "InputAmount": 1.0,
            "MarkupAmount": 1.0,
            "MarkupPercent": 1.0,
            "CommissionPercent": 1.0,
            "FuelSurchargePercent": 1.0,
            "CustomBillableAmount": 1.0,
            "ShowNameOnInvoice": true,
            "ShowBillableOnInvoice": true,
            "InvoicedAmount": 1.0,
            "InvoicedApprovedBy": 1,
            "InvoicedApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledCurrencyCode": "sample string 15",
            "BilledExchangeRate": 1.0,
            "BilledBaseAmount": 1.0,
            "BilledAmount": 1.0,
            "BilledEnteredBy": 1,
            "BilledEnteredDate": "2025-12-06T23:37:03.3990237+00:00",
            "BilledReferenceNumber": "sample string 16",
            "FeeStatus": "sample string 17",
            "CreatedBy": 18,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 20,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "FBSubPayablesID": 1,
            "FBSubChargesLegID": 1
          }
        ],
        "HoldNotes": [
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          },
          {
            "results": null,
            "LinkType": "sample string 1",
            "LinkName": "sample string 2",
            "PersonName": "sample string 3",
            "UserInitials": "sample string 4",
            "NoteID": 5,
            "NoteTypeID": 0,
            "OrderID": 6,
            "ItemID": 1,
            "ItemType": 1,
            "InvoiceID": 1,
            "FreightLegID": 1,
            "FreightPayableID": 1,
            "FreightFeeID": 1,
            "FreightHandlingID": 1,
            "TaskID": 1,
            "TrackingID": 1,
            "WarehouseAlertID": 1,
            "QuoteID": 1,
            "WONumber": 1,
            "Note": "sample string 7",
            "ClientVisible": true,
            "IsRead": true,
            "CreatedBy": 10,
            "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
            "UpdatedBy": 12,
            "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
          }
        ],
        "TaskCount": 2,
        "TaskCompletedCount": 3,
        "AutoBilling": true,
        "PreferredCurrencyCode": "sample string 5",
        "FreightPayableID": 6,
        "OrderID": 7,
        "DataVersion": "sample string 8",
        "FreightLegID": 1,
        "IsPayable": true,
        "ChargeDate": "2025-12-06T23:37:03.3990237+00:00",
        "PayableTypeID": 64,
        "PayableEntityID": 1,
        "PayableEntityPlaceID": 1,
        "PayableAddressID": 1,
        "ApprovedBy": 1,
        "ApprovedDate": "2025-12-06T23:37:03.3990237+00:00",
        "ClearedBy": 1,
        "ClearedDate": "2025-12-06T23:37:03.3990237+00:00",
        "ReferenceNumber": "sample string 11",
        "PayableInvoiceNumber": "sample string 12",
        "ToChargeID": 1,
        "CreatedBy": 13,
        "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
        "UpdatedBy": 15,
        "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
        "FBSubPayablesID": 1,
        "FBSubChargesLegID": 1
      },
      "Tracking": [
        {
          "results": null,
          "TrackingID": 1,
          "OrderID": 2,
          "FreightLegID": 1,
          "Status": "sample string 3",
          "Terminal": "sample string 4",
          "DateTracked": "2025-12-06T23:37:03.3990237+00:00",
          "ContactPerson": "sample string 5",
          "TrackingTypeID": 6,
          "TrackingCategoryID": 7,
          "CreatedBy": 8,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 10,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBMasterID": 1,
          "FBTrackID": 1,
          "PersonName": "sample string 12",
          "UserInitials": "sample string 13",
          "TrackingType": "sample string 14",
          "CategoryCode": "sample string 15"
        },
        {
          "results": null,
          "TrackingID": 1,
          "OrderID": 2,
          "FreightLegID": 1,
          "Status": "sample string 3",
          "Terminal": "sample string 4",
          "DateTracked": "2025-12-06T23:37:03.3990237+00:00",
          "ContactPerson": "sample string 5",
          "TrackingTypeID": 6,
          "TrackingCategoryID": 7,
          "CreatedBy": 8,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 10,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "FBMasterID": 1,
          "FBTrackID": 1,
          "PersonName": "sample string 12",
          "UserInitials": "sample string 13",
          "TrackingType": "sample string 14",
          "CategoryCode": "sample string 15"
        }
      ],
      "Pieces": [
        {
          "TotalWeight": 1.0,
          "PieceTypeName": "sample string 1",
          "results": null,
          "PieceID": 1,
          "OrderID": 2,
          "DataVersion": "sample string 3",
          "WarehouseAlertID": 1,
          "FreightLegID": 1,
          "PalletNumber": 1,
          "BoxNumber": 1,
          "PieceTypeID": 64,
          "PieceDescription": "sample string 4",
          "PieceLength": 1.0,
          "PieceWidth": 1.0,
          "PieceHeight": 1.0,
          "PieceWeight": 1.0,
          "Quantity": 5,
          "ManualTotalWeight": 1.0,
          "DimWeight": 1.0,
          "ItemCount": 1,
          "PackedByUserID": 1,
          "PackTimeStart": "2025-12-06T23:37:03.3996937+00:00",
          "PackTimeFinish": "2025-12-06T23:37:03.3996937+00:00",
          "WarehouseCheck": true,
          "CreatedBy": 7,
          "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
          "UpdatedBy": 9,
          "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00"
        },
        {
          "TotalWeight": 1.0,
          "PieceTypeName": "sample string 1",
          "results": null,
          "PieceID": 1,
          "OrderID": 2,
          "DataVersion": "sample string 3",
          "WarehouseAlertID": 1,
          "FreightLegID": 1,
          "PalletNumber": 1,
          "BoxNumber": 1,
          "PieceTypeID": 64,
          "PieceDescription": "sample string 4",
          "PieceLength": 1.0,
          "PieceWidth": 1.0,
          "PieceHeight": 1.0,
          "PieceWeight": 1.0,
          "Quantity": 5,
          "ManualTotalWeight": 1.0,
          "DimWeight": 1.0,
          "ItemCount": 1,
          "PackedByUserID": 1,
          "PackTimeStart": "2025-12-06T23:37:03.3996937+00:00",
          "PackTimeFinish": "2025-12-06T23:37:03.3996937+00:00",
          "WarehouseCheck": true,
          "CreatedBy": 7,
          "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
          "UpdatedBy": 9,
          "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00"
        }
      ],
      "HoldNotes": [
        {
          "results": null,
          "LinkType": "sample string 1",
          "LinkName": "sample string 2",
          "PersonName": "sample string 3",
          "UserInitials": "sample string 4",
          "NoteID": 5,
          "NoteTypeID": 0,
          "OrderID": 6,
          "ItemID": 1,
          "ItemType": 1,
          "InvoiceID": 1,
          "FreightLegID": 1,
          "FreightPayableID": 1,
          "FreightFeeID": 1,
          "FreightHandlingID": 1,
          "TaskID": 1,
          "TrackingID": 1,
          "WarehouseAlertID": 1,
          "QuoteID": 1,
          "WONumber": 1,
          "Note": "sample string 7",
          "ClientVisible": true,
          "IsRead": true,
          "CreatedBy": 10,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 12,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
        },
        {
          "results": null,
          "LinkType": "sample string 1",
          "LinkName": "sample string 2",
          "PersonName": "sample string 3",
          "UserInitials": "sample string 4",
          "NoteID": 5,
          "NoteTypeID": 0,
          "OrderID": 6,
          "ItemID": 1,
          "ItemType": 1,
          "InvoiceID": 1,
          "FreightLegID": 1,
          "FreightPayableID": 1,
          "FreightFeeID": 1,
          "FreightHandlingID": 1,
          "TaskID": 1,
          "TrackingID": 1,
          "WarehouseAlertID": 1,
          "QuoteID": 1,
          "WONumber": 1,
          "Note": "sample string 7",
          "ClientVisible": true,
          "IsRead": true,
          "CreatedBy": 10,
          "CreatedDate": "2025-12-06T23:37:03.3990237+00:00",
          "UpdatedBy": 12,
          "UpdatedDate": "2025-12-06T23:37:03.3990237+00:00"
        }
      ],
      "FreightLegID": 3,
      "OrderID": 4,
      "DataVersion": "sample string 5",
      "FreightLegSequence": 64,
      "DestinationCity": "sample string 7",
      "DestinationStateProvinceCode": "sample string 8",
      "DestinationCountryCode": "sample string 9",
      "LegApproved": true,
      "ScheduledPickUpDate": "2025-12-06T23:37:03.3996937+00:00",
      "ActualPickUpDate": "2025-12-06T23:37:03.3996937+00:00",
      "DestinationEntityID": 1,
      "DestinationPlaceID": 1,
      "DestinationAddressID": 1,
      "ScheduledDeliveryDate": "2025-12-06T23:37:03.3996937+00:00",
      "ActualDeliveryDate": "2025-12-06T23:37:03.3996937+00:00",
      "AlertEmailedDate": "2025-12-06T23:37:03.3996937+00:00",
      "TrackingStatusStep": 1,
      "PODName": "sample string 10",
      "PODDate": "2025-12-06T23:37:03.3996937+00:00",
      "ParsPaps": "sample string 11",
      "CreatedBy": 12,
      "CreatedDate": "2025-12-06T23:37:03.3996937+00:00",
      "UpdatedBy": 14,
      "UpdatedDate": "2025-12-06T23:37:03.3996937+00:00",
      "FBSubPayablesID": 1,
      "DestinationCSC": "sample string 16",
      "TrackingStatusColor": "sample string 17"
    }
  ],
  "returnID": 1,
  "results": null,
  "returnItem": {
    "results": null,
    "TaskID": 1,
    "OrderID": 2,
    "TaskTypeID": 3,
    "TaskText": "sample string 4",
    "InvoiceID": 1,
    "WarehouseAlertID": 1,
    "FreightLegID": 1,
    "FreightPayableID": 1,
    "WONumber": 1,
    "QuoteID": 1,
    "DateDue": "2025-12-06T23:37:03.398239+00:00",
    "DateCompleted": "2025-12-06T23:37:03.398239+00:00",
    "IsDefault": true,
    "AssignedToUserID": 1,
    "CompletedBy": 1,
    "CreatedBy": 6,
    "CreatedDate": "2025-12-06T23:37:03.398239+00:00",
    "UpdatedBy": 8,
    "UpdatedDate": "2025-12-06T23:37:03.398239+00:00",
    "FBMasterID": 1,
    "FBTaskType": 1,
    "WOQT": "sample string 10",
    "CompletedByPersonName": "sample string 11",
    "CompletedByInitials": "sample string 12",
    "AssigneePersonName": "sample string 13",
    "AssigneeInitials": "sample string 14",
    "CreatedByPersonName": "sample string 15",
    "CreatedByInitials": "sample string 16",
    "LinkType": "sample string 17",
    "LinkName": "sample string 18",
    "NoteCount": 19,
    "TaskStatus": "sample string 20"
  },
  "displayMessage": "sample string 1"
}

application/xml, text/xml

Sample:
<UpsertRetStatusOfordTaskordWarehouseAlertExordFreightLegExy_SdvuEtL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <displayMessage xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility">sample string 1</displayMessage>
  <results xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
  <returnID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility">1</returnID>
  <returnItem xmlns:d2p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility">
    <results xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" />
    <d2p1:AssignedToUserID>1</d2p1:AssignedToUserID>
    <d2p1:AssigneeInitials>sample string 14</d2p1:AssigneeInitials>
    <d2p1:AssigneePersonName>sample string 13</d2p1:AssigneePersonName>
    <d2p1:CompletedBy>1</d2p1:CompletedBy>
    <d2p1:CompletedByInitials>sample string 12</d2p1:CompletedByInitials>
    <d2p1:CompletedByPersonName>sample string 11</d2p1:CompletedByPersonName>
    <d2p1:CreatedBy>6</d2p1:CreatedBy>
    <d2p1:CreatedByInitials>sample string 16</d2p1:CreatedByInitials>
    <d2p1:CreatedByPersonName>sample string 15</d2p1:CreatedByPersonName>
    <d2p1:CreatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-06T23:37:03.398239Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </d2p1:CreatedDate>
    <d2p1:DateCompleted xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-06T23:37:03.398239Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </d2p1:DateCompleted>
    <d2p1:DateDue xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-06T23:37:03.398239Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </d2p1:DateDue>
    <d2p1:FBMasterID>1</d2p1:FBMasterID>
    <d2p1:FBTaskType>1</d2p1:FBTaskType>
    <d2p1:FreightLegID>1</d2p1:FreightLegID>
    <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
    <d2p1:InvoiceID>1</d2p1:InvoiceID>
    <d2p1:IsDefault>true</d2p1:IsDefault>
    <d2p1:LinkName>sample string 18</d2p1:LinkName>
    <d2p1:LinkType>sample string 17</d2p1:LinkType>
    <d2p1:NoteCount>19</d2p1:NoteCount>
    <d2p1:OrderID>2</d2p1:OrderID>
    <d2p1:QuoteID>1</d2p1:QuoteID>
    <d2p1:TaskID>1</d2p1:TaskID>
    <d2p1:TaskStatus>sample string 20</d2p1:TaskStatus>
    <d2p1:TaskText>sample string 4</d2p1:TaskText>
    <d2p1:TaskTypeID>3</d2p1:TaskTypeID>
    <d2p1:UpdatedBy>8</d2p1:UpdatedBy>
    <d2p1:UpdatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-12-06T23:37:03.398239Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </d2p1:UpdatedDate>
    <d2p1:WONumber>1</d2p1:WONumber>
    <d2p1:WOQT>sample string 10</d2p1:WOQT>
    <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
  </returnItem>
  <StatusUpdate xmlns:d2p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility">
    <d2p1:AlertsUpdated>2</d2p1:AlertsUpdated>
    <d2p1:ForwardingStatus>Building</d2p1:ForwardingStatus>
    <d2p1:ForwardingStatusChanged>true</d2p1:ForwardingStatusChanged>
    <d2p1:LegsUpdated>1</d2p1:LegsUpdated>
  </StatusUpdate>
  <returnList1 xmlns:d2p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
    <d2p1:ordTask>
      <results xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
      <d2p1:AssignedToUserID>1</d2p1:AssignedToUserID>
      <d2p1:AssigneeInitials>sample string 14</d2p1:AssigneeInitials>
      <d2p1:AssigneePersonName>sample string 13</d2p1:AssigneePersonName>
      <d2p1:CompletedBy>1</d2p1:CompletedBy>
      <d2p1:CompletedByInitials>sample string 12</d2p1:CompletedByInitials>
      <d2p1:CompletedByPersonName>sample string 11</d2p1:CompletedByPersonName>
      <d2p1:CreatedBy>6</d2p1:CreatedBy>
      <d2p1:CreatedByInitials>sample string 16</d2p1:CreatedByInitials>
      <d2p1:CreatedByPersonName>sample string 15</d2p1:CreatedByPersonName>
      <d2p1:CreatedDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2025-12-06T23:37:03.398239Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </d2p1:CreatedDate>
      <d2p1:DateCompleted xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2025-12-06T23:37:03.398239Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </d2p1:DateCompleted>
      <d2p1:DateDue xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2025-12-06T23:37:03.398239Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </d2p1:DateDue>
      <d2p1:FBMasterID>1</d2p1:FBMasterID>
      <d2p1:FBTaskType>1</d2p1:FBTaskType>
      <d2p1:FreightLegID>1</d2p1:FreightLegID>
      <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
      <d2p1:InvoiceID>1</d2p1:InvoiceID>
      <d2p1:IsDefault>true</d2p1:IsDefault>
      <d2p1:LinkName>sample string 18</d2p1:LinkName>
      <d2p1:LinkType>sample string 17</d2p1:LinkType>
      <d2p1:NoteCount>19</d2p1:NoteCount>
      <d2p1:OrderID>2</d2p1:OrderID>
      <d2p1:QuoteID>1</d2p1:QuoteID>
      <d2p1:TaskID>1</d2p1:TaskID>
      <d2p1:TaskStatus>sample string 20</d2p1:TaskStatus>
      <d2p1:TaskText>sample string 4</d2p1:TaskText>
      <d2p1:TaskTypeID>3</d2p1:TaskTypeID>
      <d2p1:UpdatedBy>8</d2p1:UpdatedBy>
      <d2p1:UpdatedDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2025-12-06T23:37:03.398239Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </d2p1:UpdatedDate>
      <d2p1:WONumber>1</d2p1:WONumber>
      <d2p1:WOQT>sample string 10</d2p1:WOQT>
      <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
    </d2p1:ordTask>
    <d2p1:ordTask>
      <results xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
      <d2p1:AssignedToUserID>1</d2p1:AssignedToUserID>
      <d2p1:AssigneeInitials>sample string 14</d2p1:AssigneeInitials>
      <d2p1:AssigneePersonName>sample string 13</d2p1:AssigneePersonName>
      <d2p1:CompletedBy>1</d2p1:CompletedBy>
      <d2p1:CompletedByInitials>sample string 12</d2p1:CompletedByInitials>
      <d2p1:CompletedByPersonName>sample string 11</d2p1:CompletedByPersonName>
      <d2p1:CreatedBy>6</d2p1:CreatedBy>
      <d2p1:CreatedByInitials>sample string 16</d2p1:CreatedByInitials>
      <d2p1:CreatedByPersonName>sample string 15</d2p1:CreatedByPersonName>
      <d2p1:CreatedDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2025-12-06T23:37:03.398239Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </d2p1:CreatedDate>
      <d2p1:DateCompleted xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2025-12-06T23:37:03.398239Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </d2p1:DateCompleted>
      <d2p1:DateDue xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2025-12-06T23:37:03.398239Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </d2p1:DateDue>
      <d2p1:FBMasterID>1</d2p1:FBMasterID>
      <d2p1:FBTaskType>1</d2p1:FBTaskType>
      <d2p1:FreightLegID>1</d2p1:FreightLegID>
      <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
      <d2p1:InvoiceID>1</d2p1:InvoiceID>
      <d2p1:IsDefault>true</d2p1:IsDefault>
      <d2p1:LinkName>sample string 18</d2p1:LinkName>
      <d2p1:LinkType>sample string 17</d2p1:LinkType>
      <d2p1:NoteCount>19</d2p1:NoteCount>
      <d2p1:OrderID>2</d2p1:OrderID>
      <d2p1:QuoteID>1</d2p1:QuoteID>
      <d2p1:TaskID>1</d2p1:TaskID>
      <d2p1:TaskStatus>sample string 20</d2p1:TaskStatus>
      <d2p1:TaskText>sample string 4</d2p1:TaskText>
      <d2p1:TaskTypeID>3</d2p1:TaskTypeID>
      <d2p1:UpdatedBy>8</d2p1:UpdatedBy>
      <d2p1:UpdatedDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2025-12-06T23:37:03.398239Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </d2p1:UpdatedDate>
      <d2p1:WONumber>1</d2p1:WONumber>
      <d2p1:WOQT>sample string 10</d2p1:WOQT>
      <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
    </d2p1:ordTask>
  </returnList1>
  <returnList2 xmlns:d2p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Models">
    <d2p1:ordWarehouseAlertEx>
      <results xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
      <d2p1:AlertType>sample string 5</d2p1:AlertType>
      <d2p1:CompletedDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </d2p1:CompletedDate>
      <d2p1:CreatedBy>6</d2p1:CreatedBy>
      <d2p1:CreatedDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </d2p1:CreatedDate>
      <d2p1:InboundFreightLegID>1</d2p1:InboundFreightLegID>
      <d2p1:OrderID>2</d2p1:OrderID>
      <d2p1:OutboundFreightLegID>1</d2p1:OutboundFreightLegID>
      <d2p1:UpdatedBy>8</d2p1:UpdatedBy>
      <d2p1:UpdatedDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </d2p1:UpdatedDate>
      <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
      <d2p1:WarehouseAlertStatusStep>4</d2p1:WarehouseAlertStatusStep>
      <d2p1:WarehouseID>3</d2p1:WarehouseID>
      <d2p1:InboundLeg>
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <ActualDeliveryDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ActualDeliveryDate>
        <ActualPickUpDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ActualPickUpDate>
        <AlertEmailedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </AlertEmailedDate>
        <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">12</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 5</DataVersion>
        <DestinationAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DestinationAddressID>
        <DestinationCSC xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</DestinationCSC>
        <DestinationCity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 7</DestinationCity>
        <DestinationCountryCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 9</DestinationCountryCode>
        <DestinationEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DestinationEntityID>
        <DestinationPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DestinationPlaceID>
        <DestinationStateProvinceCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DestinationStateProvinceCode>
        <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
        <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">3</FreightLegID>
        <FreightLegSequence xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</FreightLegSequence>
        <LegApproved xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</LegApproved>
        <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">4</OrderID>
        <PODDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </PODDate>
        <PODName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 10</PODName>
        <ParsPaps xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ParsPaps>
        <ScheduledDeliveryDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ScheduledDeliveryDate>
        <ScheduledPickUpDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ScheduledPickUpDate>
        <TrackingStatusColor xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</TrackingStatusColor>
        <TrackingStatusStep xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</TrackingStatusStep>
        <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">14</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
        <d2p1:Broker>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <ApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ApprovedBy>
          <ApprovedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ApprovedDate>
          <ChargeDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ChargeDate>
          <ClearedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ClearedBy>
          <ClearedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ClearedDate>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">13</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DataVersion>
          <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
          <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">6</FreightPayableID>
          <IsPayable xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</IsPayable>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</OrderID>
          <PayableAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableAddressID>
          <PayableEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityID>
          <PayableEntityPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityPlaceID>
          <PayableInvoiceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</PayableInvoiceNumber>
          <PayableTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PayableTypeID>
          <ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ReferenceNumber>
          <ToChargeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ToChargeID>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">15</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:AdditionalFees>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
          </d2p1:AdditionalFees>
          <d2p1:AutoBilling>true</d2p1:AutoBilling>
          <d2p1:BaseFee>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:BaseFee>
          <d2p1:HoldNotes>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
          </d2p1:HoldNotes>
          <d2p1:PayableAddress>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:Address1>sample string 5</d2p1:Address1>
            <d2p1:Address2>sample string 6</d2p1:Address2>
            <d2p1:AddressHash>QEA=</d2p1:AddressHash>
            <d2p1:AddressID>1</d2p1:AddressID>
            <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
            <d2p1:City>sample string 7</d2p1:City>
            <d2p1:Comments>sample string 19</d2p1:Comments>
            <d2p1:ContactName>sample string 2</d2p1:ContactName>
            <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
            <d2p1:CreatedBy>20</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:EMail>sample string 16</d2p1:EMail>
            <d2p1:EntityName>sample string 3</d2p1:EntityName>
            <d2p1:Fax>sample string 14</d2p1:Fax>
            <d2p1:Mobile>sample string 15</d2p1:Mobile>
            <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
            <d2p1:Phone>sample string 13</d2p1:Phone>
            <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
            <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
            <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
            <d2p1:TollFree>sample string 12</d2p1:TollFree>
            <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:Website>sample string 17</d2p1:Website>
          </d2p1:PayableAddress>
          <d2p1:PayableEntity xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:CreatedBy>6</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactMasterID>1</d6p1:FBContactMasterID>
            <d6p1:OnCreditHold>true</d6p1:OnCreditHold>
            <d6p1:OnPropackHold>true</d6p1:OnPropackHold>
            <d6p1:P3PLClientID>1</d6p1:P3PLClientID>
            <d6p1:PaymentTermsID>1</d6p1:PaymentTermsID>
            <d6p1:ShortName>sample string 3</d6p1:ShortName>
            <d6p1:UpdatedBy>8</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
          </d2p1:PayableEntity>
          <d2p1:PayablePlace xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:Address1>sample string 4</d6p1:Address1>
            <d6p1:Address2>sample string 5</d6p1:Address2>
            <d6p1:AirportCode>sample string 10</d6p1:AirportCode>
            <d6p1:CSC>sample string 21</d6p1:CSC>
            <d6p1:City>sample string 6</d6p1:City>
            <d6p1:Comment>sample string 16</d6p1:Comment>
            <d6p1:CountryCode>sample string 9</d6p1:CountryCode>
            <d6p1:CreatedBy>17</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactsSub2ID>1</d6p1:FBContactsSub2ID>
            <d6p1:IsActive>true</d6p1:IsActive>
            <d6p1:IsBillingAddress>true</d6p1:IsBillingAddress>
            <d6p1:IsCrossDock>true</d6p1:IsCrossDock>
            <d6p1:IsTerminal>true</d6p1:IsTerminal>
            <d6p1:OpenHours>sample string 11</d6p1:OpenHours>
            <d6p1:PlaceID>1</d6p1:PlaceID>
            <d6p1:PlaceName>sample string 3</d6p1:PlaceName>
            <d6p1:PlaceTypeID>64</d6p1:PlaceTypeID>
            <d6p1:PostalCode>sample string 8</d6p1:PostalCode>
            <d6p1:StateProvinceCode>sample string 7</d6p1:StateProvinceCode>
            <d6p1:UpdatedBy>19</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
            <d6p1:WarehouseID>22</d6p1:WarehouseID>
          </d2p1:PayablePlace>
          <d2p1:PayableTypeName>sample string 1</d2p1:PayableTypeName>
          <d2p1:PreferredCurrencyCode>sample string 5</d2p1:PreferredCurrencyCode>
          <d2p1:TaskCompletedCount>3</d2p1:TaskCompletedCount>
          <d2p1:TaskCount>2</d2p1:TaskCount>
        </d2p1:Broker>
        <d2p1:Carrier>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <ApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ApprovedBy>
          <ApprovedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ApprovedDate>
          <ChargeDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ChargeDate>
          <ClearedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ClearedBy>
          <ClearedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ClearedDate>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">13</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DataVersion>
          <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
          <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">6</FreightPayableID>
          <IsPayable xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</IsPayable>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</OrderID>
          <PayableAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableAddressID>
          <PayableEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityID>
          <PayableEntityPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityPlaceID>
          <PayableInvoiceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</PayableInvoiceNumber>
          <PayableTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PayableTypeID>
          <ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ReferenceNumber>
          <ToChargeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ToChargeID>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">15</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:AdditionalFees>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
          </d2p1:AdditionalFees>
          <d2p1:AutoBilling>true</d2p1:AutoBilling>
          <d2p1:BaseFee>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:BaseFee>
          <d2p1:HoldNotes>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
          </d2p1:HoldNotes>
          <d2p1:PayableAddress>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:Address1>sample string 5</d2p1:Address1>
            <d2p1:Address2>sample string 6</d2p1:Address2>
            <d2p1:AddressHash>QEA=</d2p1:AddressHash>
            <d2p1:AddressID>1</d2p1:AddressID>
            <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
            <d2p1:City>sample string 7</d2p1:City>
            <d2p1:Comments>sample string 19</d2p1:Comments>
            <d2p1:ContactName>sample string 2</d2p1:ContactName>
            <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
            <d2p1:CreatedBy>20</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:EMail>sample string 16</d2p1:EMail>
            <d2p1:EntityName>sample string 3</d2p1:EntityName>
            <d2p1:Fax>sample string 14</d2p1:Fax>
            <d2p1:Mobile>sample string 15</d2p1:Mobile>
            <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
            <d2p1:Phone>sample string 13</d2p1:Phone>
            <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
            <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
            <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
            <d2p1:TollFree>sample string 12</d2p1:TollFree>
            <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:Website>sample string 17</d2p1:Website>
          </d2p1:PayableAddress>
          <d2p1:PayableEntity xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:CreatedBy>6</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactMasterID>1</d6p1:FBContactMasterID>
            <d6p1:OnCreditHold>true</d6p1:OnCreditHold>
            <d6p1:OnPropackHold>true</d6p1:OnPropackHold>
            <d6p1:P3PLClientID>1</d6p1:P3PLClientID>
            <d6p1:PaymentTermsID>1</d6p1:PaymentTermsID>
            <d6p1:ShortName>sample string 3</d6p1:ShortName>
            <d6p1:UpdatedBy>8</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
          </d2p1:PayableEntity>
          <d2p1:PayablePlace xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:Address1>sample string 4</d6p1:Address1>
            <d6p1:Address2>sample string 5</d6p1:Address2>
            <d6p1:AirportCode>sample string 10</d6p1:AirportCode>
            <d6p1:CSC>sample string 21</d6p1:CSC>
            <d6p1:City>sample string 6</d6p1:City>
            <d6p1:Comment>sample string 16</d6p1:Comment>
            <d6p1:CountryCode>sample string 9</d6p1:CountryCode>
            <d6p1:CreatedBy>17</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactsSub2ID>1</d6p1:FBContactsSub2ID>
            <d6p1:IsActive>true</d6p1:IsActive>
            <d6p1:IsBillingAddress>true</d6p1:IsBillingAddress>
            <d6p1:IsCrossDock>true</d6p1:IsCrossDock>
            <d6p1:IsTerminal>true</d6p1:IsTerminal>
            <d6p1:OpenHours>sample string 11</d6p1:OpenHours>
            <d6p1:PlaceID>1</d6p1:PlaceID>
            <d6p1:PlaceName>sample string 3</d6p1:PlaceName>
            <d6p1:PlaceTypeID>64</d6p1:PlaceTypeID>
            <d6p1:PostalCode>sample string 8</d6p1:PostalCode>
            <d6p1:StateProvinceCode>sample string 7</d6p1:StateProvinceCode>
            <d6p1:UpdatedBy>19</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
            <d6p1:WarehouseID>22</d6p1:WarehouseID>
          </d2p1:PayablePlace>
          <d2p1:PayableTypeName>sample string 1</d2p1:PayableTypeName>
          <d2p1:PreferredCurrencyCode>sample string 5</d2p1:PreferredCurrencyCode>
          <d2p1:TaskCompletedCount>3</d2p1:TaskCompletedCount>
          <d2p1:TaskCount>2</d2p1:TaskCount>
        </d2p1:Carrier>
        <d2p1:CrossDock>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <ApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ApprovedBy>
          <ApprovedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ApprovedDate>
          <ChargeDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ChargeDate>
          <ClearedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ClearedBy>
          <ClearedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ClearedDate>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">13</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DataVersion>
          <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
          <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">6</FreightPayableID>
          <IsPayable xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</IsPayable>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</OrderID>
          <PayableAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableAddressID>
          <PayableEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityID>
          <PayableEntityPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityPlaceID>
          <PayableInvoiceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</PayableInvoiceNumber>
          <PayableTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PayableTypeID>
          <ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ReferenceNumber>
          <ToChargeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ToChargeID>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">15</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:AdditionalFees>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
          </d2p1:AdditionalFees>
          <d2p1:AutoBilling>true</d2p1:AutoBilling>
          <d2p1:BaseFee>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:BaseFee>
          <d2p1:HoldNotes>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
          </d2p1:HoldNotes>
          <d2p1:PayableAddress>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:Address1>sample string 5</d2p1:Address1>
            <d2p1:Address2>sample string 6</d2p1:Address2>
            <d2p1:AddressHash>QEA=</d2p1:AddressHash>
            <d2p1:AddressID>1</d2p1:AddressID>
            <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
            <d2p1:City>sample string 7</d2p1:City>
            <d2p1:Comments>sample string 19</d2p1:Comments>
            <d2p1:ContactName>sample string 2</d2p1:ContactName>
            <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
            <d2p1:CreatedBy>20</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:EMail>sample string 16</d2p1:EMail>
            <d2p1:EntityName>sample string 3</d2p1:EntityName>
            <d2p1:Fax>sample string 14</d2p1:Fax>
            <d2p1:Mobile>sample string 15</d2p1:Mobile>
            <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
            <d2p1:Phone>sample string 13</d2p1:Phone>
            <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
            <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
            <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
            <d2p1:TollFree>sample string 12</d2p1:TollFree>
            <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:Website>sample string 17</d2p1:Website>
          </d2p1:PayableAddress>
          <d2p1:PayableEntity xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:CreatedBy>6</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactMasterID>1</d6p1:FBContactMasterID>
            <d6p1:OnCreditHold>true</d6p1:OnCreditHold>
            <d6p1:OnPropackHold>true</d6p1:OnPropackHold>
            <d6p1:P3PLClientID>1</d6p1:P3PLClientID>
            <d6p1:PaymentTermsID>1</d6p1:PaymentTermsID>
            <d6p1:ShortName>sample string 3</d6p1:ShortName>
            <d6p1:UpdatedBy>8</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
          </d2p1:PayableEntity>
          <d2p1:PayablePlace xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:Address1>sample string 4</d6p1:Address1>
            <d6p1:Address2>sample string 5</d6p1:Address2>
            <d6p1:AirportCode>sample string 10</d6p1:AirportCode>
            <d6p1:CSC>sample string 21</d6p1:CSC>
            <d6p1:City>sample string 6</d6p1:City>
            <d6p1:Comment>sample string 16</d6p1:Comment>
            <d6p1:CountryCode>sample string 9</d6p1:CountryCode>
            <d6p1:CreatedBy>17</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactsSub2ID>1</d6p1:FBContactsSub2ID>
            <d6p1:IsActive>true</d6p1:IsActive>
            <d6p1:IsBillingAddress>true</d6p1:IsBillingAddress>
            <d6p1:IsCrossDock>true</d6p1:IsCrossDock>
            <d6p1:IsTerminal>true</d6p1:IsTerminal>
            <d6p1:OpenHours>sample string 11</d6p1:OpenHours>
            <d6p1:PlaceID>1</d6p1:PlaceID>
            <d6p1:PlaceName>sample string 3</d6p1:PlaceName>
            <d6p1:PlaceTypeID>64</d6p1:PlaceTypeID>
            <d6p1:PostalCode>sample string 8</d6p1:PostalCode>
            <d6p1:StateProvinceCode>sample string 7</d6p1:StateProvinceCode>
            <d6p1:UpdatedBy>19</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
            <d6p1:WarehouseID>22</d6p1:WarehouseID>
          </d2p1:PayablePlace>
          <d2p1:PayableTypeName>sample string 1</d2p1:PayableTypeName>
          <d2p1:PreferredCurrencyCode>sample string 5</d2p1:PreferredCurrencyCode>
          <d2p1:TaskCompletedCount>3</d2p1:TaskCompletedCount>
          <d2p1:TaskCount>2</d2p1:TaskCount>
        </d2p1:CrossDock>
        <d2p1:DestinationAddress>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:Address1>sample string 5</d2p1:Address1>
          <d2p1:Address2>sample string 6</d2p1:Address2>
          <d2p1:AddressHash>QEA=</d2p1:AddressHash>
          <d2p1:AddressID>1</d2p1:AddressID>
          <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
          <d2p1:City>sample string 7</d2p1:City>
          <d2p1:Comments>sample string 19</d2p1:Comments>
          <d2p1:ContactName>sample string 2</d2p1:ContactName>
          <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
          <d2p1:CreatedBy>20</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:EMail>sample string 16</d2p1:EMail>
          <d2p1:EntityName>sample string 3</d2p1:EntityName>
          <d2p1:Fax>sample string 14</d2p1:Fax>
          <d2p1:Mobile>sample string 15</d2p1:Mobile>
          <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
          <d2p1:Phone>sample string 13</d2p1:Phone>
          <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
          <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
          <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
          <d2p1:TollFree>sample string 12</d2p1:TollFree>
          <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:Website>sample string 17</d2p1:Website>
        </d2p1:DestinationAddress>
        <d2p1:DestinationEntity>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <EntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</EntityID>
          <EntityName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</EntityName>
          <FBContactMasterID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBContactMasterID>
          <OnCreditHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnCreditHold>
          <OnPropackHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnPropackHold>
          <P3PLClientID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</P3PLClientID>
          <PaymentTermsID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PaymentTermsID>
          <ShortName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</ShortName>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:IsPayableCrossDock>true</d2p1:IsPayableCrossDock>
        </d2p1:DestinationEntity>
        <d2p1:DestinationPlace xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:Address1>sample string 4</d5p1:Address1>
          <d5p1:Address2>sample string 5</d5p1:Address2>
          <d5p1:AirportCode>sample string 10</d5p1:AirportCode>
          <d5p1:CSC>sample string 21</d5p1:CSC>
          <d5p1:City>sample string 6</d5p1:City>
          <d5p1:Comment>sample string 16</d5p1:Comment>
          <d5p1:CountryCode>sample string 9</d5p1:CountryCode>
          <d5p1:CreatedBy>17</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactsSub2ID>1</d5p1:FBContactsSub2ID>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsBillingAddress>true</d5p1:IsBillingAddress>
          <d5p1:IsCrossDock>true</d5p1:IsCrossDock>
          <d5p1:IsTerminal>true</d5p1:IsTerminal>
          <d5p1:OpenHours>sample string 11</d5p1:OpenHours>
          <d5p1:PlaceID>1</d5p1:PlaceID>
          <d5p1:PlaceName>sample string 3</d5p1:PlaceName>
          <d5p1:PlaceTypeID>64</d5p1:PlaceTypeID>
          <d5p1:PostalCode>sample string 8</d5p1:PostalCode>
          <d5p1:StateProvinceCode>sample string 7</d5p1:StateProvinceCode>
          <d5p1:UpdatedBy>19</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
          <d5p1:WarehouseID>22</d5p1:WarehouseID>
        </d2p1:DestinationPlace>
        <d2p1:FreightLegCount>2</d2p1:FreightLegCount>
        <d2p1:HoldNotes>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
        </d2p1:HoldNotes>
        <d2p1:OriginAddress>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:Address1>sample string 5</d2p1:Address1>
          <d2p1:Address2>sample string 6</d2p1:Address2>
          <d2p1:AddressHash>QEA=</d2p1:AddressHash>
          <d2p1:AddressID>1</d2p1:AddressID>
          <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
          <d2p1:City>sample string 7</d2p1:City>
          <d2p1:Comments>sample string 19</d2p1:Comments>
          <d2p1:ContactName>sample string 2</d2p1:ContactName>
          <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
          <d2p1:CreatedBy>20</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:EMail>sample string 16</d2p1:EMail>
          <d2p1:EntityName>sample string 3</d2p1:EntityName>
          <d2p1:Fax>sample string 14</d2p1:Fax>
          <d2p1:Mobile>sample string 15</d2p1:Mobile>
          <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
          <d2p1:Phone>sample string 13</d2p1:Phone>
          <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
          <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
          <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
          <d2p1:TollFree>sample string 12</d2p1:TollFree>
          <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:Website>sample string 17</d2p1:Website>
        </d2p1:OriginAddress>
        <d2p1:OriginAddressID>1</d2p1:OriginAddressID>
        <d2p1:OriginCSC>sample string 1</d2p1:OriginCSC>
        <d2p1:OriginEntity>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <EntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</EntityID>
          <EntityName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</EntityName>
          <FBContactMasterID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBContactMasterID>
          <OnCreditHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnCreditHold>
          <OnPropackHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnPropackHold>
          <P3PLClientID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</P3PLClientID>
          <PaymentTermsID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PaymentTermsID>
          <ShortName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</ShortName>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:IsPayableCrossDock>true</d2p1:IsPayableCrossDock>
        </d2p1:OriginEntity>
        <d2p1:OriginEntityID>1</d2p1:OriginEntityID>
        <d2p1:OriginPlace xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:Address1>sample string 4</d5p1:Address1>
          <d5p1:Address2>sample string 5</d5p1:Address2>
          <d5p1:AirportCode>sample string 10</d5p1:AirportCode>
          <d5p1:CSC>sample string 21</d5p1:CSC>
          <d5p1:City>sample string 6</d5p1:City>
          <d5p1:Comment>sample string 16</d5p1:Comment>
          <d5p1:CountryCode>sample string 9</d5p1:CountryCode>
          <d5p1:CreatedBy>17</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactsSub2ID>1</d5p1:FBContactsSub2ID>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsBillingAddress>true</d5p1:IsBillingAddress>
          <d5p1:IsCrossDock>true</d5p1:IsCrossDock>
          <d5p1:IsTerminal>true</d5p1:IsTerminal>
          <d5p1:OpenHours>sample string 11</d5p1:OpenHours>
          <d5p1:PlaceID>1</d5p1:PlaceID>
          <d5p1:PlaceName>sample string 3</d5p1:PlaceName>
          <d5p1:PlaceTypeID>64</d5p1:PlaceTypeID>
          <d5p1:PostalCode>sample string 8</d5p1:PostalCode>
          <d5p1:StateProvinceCode>sample string 7</d5p1:StateProvinceCode>
          <d5p1:UpdatedBy>19</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
          <d5p1:WarehouseID>22</d5p1:WarehouseID>
        </d2p1:OriginPlace>
        <d2p1:OriginPlaceID>1</d2p1:OriginPlaceID>
        <d2p1:Pieces>
          <d2p1:ordPieceEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BoxNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BoxNumber>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</DataVersion>
            <DimWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DimWeight>
            <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
            <ItemCount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ItemCount>
            <ManualTotalWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ManualTotalWeight>
            <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</OrderID>
            <PackTimeFinish xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </PackTimeFinish>
            <PackTimeStart xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </PackTimeStart>
            <PackedByUserID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PackedByUserID>
            <PalletNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PalletNumber>
            <PieceDescription xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</PieceDescription>
            <PieceHeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceHeight>
            <PieceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceID>
            <PieceLength xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceLength>
            <PieceTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PieceTypeID>
            <PieceWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWeight>
            <PieceWidth xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWidth>
            <Quantity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">5</Quantity>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <WarehouseAlertID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</WarehouseAlertID>
            <WarehouseCheck xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</WarehouseCheck>
            <d2p1:PieceTypeName>sample string 1</d2p1:PieceTypeName>
            <d2p1:TotalWeight>1</d2p1:TotalWeight>
          </d2p1:ordPieceEx>
          <d2p1:ordPieceEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BoxNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BoxNumber>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</DataVersion>
            <DimWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DimWeight>
            <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
            <ItemCount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ItemCount>
            <ManualTotalWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ManualTotalWeight>
            <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</OrderID>
            <PackTimeFinish xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </PackTimeFinish>
            <PackTimeStart xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </PackTimeStart>
            <PackedByUserID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PackedByUserID>
            <PalletNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PalletNumber>
            <PieceDescription xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</PieceDescription>
            <PieceHeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceHeight>
            <PieceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceID>
            <PieceLength xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceLength>
            <PieceTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PieceTypeID>
            <PieceWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWeight>
            <PieceWidth xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWidth>
            <Quantity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">5</Quantity>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <WarehouseAlertID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</WarehouseAlertID>
            <WarehouseCheck xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</WarehouseCheck>
            <d2p1:PieceTypeName>sample string 1</d2p1:PieceTypeName>
            <d2p1:TotalWeight>1</d2p1:TotalWeight>
          </d2p1:ordPieceEx>
        </d2p1:Pieces>
        <d2p1:Tracking>
          <d2p1:ordTracking>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:CategoryCode>sample string 15</d2p1:CategoryCode>
            <d2p1:ContactPerson>sample string 5</d2p1:ContactPerson>
            <d2p1:CreatedBy>8</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:DateTracked xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:DateTracked>
            <d2p1:FBMasterID>1</d2p1:FBMasterID>
            <d2p1:FBTrackID>1</d2p1:FBTrackID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:OrderID>2</d2p1:OrderID>
            <d2p1:PersonName>sample string 12</d2p1:PersonName>
            <d2p1:Status>sample string 3</d2p1:Status>
            <d2p1:Terminal>sample string 4</d2p1:Terminal>
            <d2p1:TrackingCategoryID>7</d2p1:TrackingCategoryID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:TrackingType>sample string 14</d2p1:TrackingType>
            <d2p1:TrackingTypeID>6</d2p1:TrackingTypeID>
            <d2p1:UpdatedBy>10</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:UserInitials>sample string 13</d2p1:UserInitials>
          </d2p1:ordTracking>
          <d2p1:ordTracking>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:CategoryCode>sample string 15</d2p1:CategoryCode>
            <d2p1:ContactPerson>sample string 5</d2p1:ContactPerson>
            <d2p1:CreatedBy>8</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:DateTracked xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:DateTracked>
            <d2p1:FBMasterID>1</d2p1:FBMasterID>
            <d2p1:FBTrackID>1</d2p1:FBTrackID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:OrderID>2</d2p1:OrderID>
            <d2p1:PersonName>sample string 12</d2p1:PersonName>
            <d2p1:Status>sample string 3</d2p1:Status>
            <d2p1:Terminal>sample string 4</d2p1:Terminal>
            <d2p1:TrackingCategoryID>7</d2p1:TrackingCategoryID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:TrackingType>sample string 14</d2p1:TrackingType>
            <d2p1:TrackingTypeID>6</d2p1:TrackingTypeID>
            <d2p1:UpdatedBy>10</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:UserInitials>sample string 13</d2p1:UserInitials>
          </d2p1:ordTracking>
        </d2p1:Tracking>
      </d2p1:InboundLeg>
      <d2p1:OutboundLeg>
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <ActualDeliveryDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ActualDeliveryDate>
        <ActualPickUpDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ActualPickUpDate>
        <AlertEmailedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </AlertEmailedDate>
        <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">12</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 5</DataVersion>
        <DestinationAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DestinationAddressID>
        <DestinationCSC xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</DestinationCSC>
        <DestinationCity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 7</DestinationCity>
        <DestinationCountryCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 9</DestinationCountryCode>
        <DestinationEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DestinationEntityID>
        <DestinationPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DestinationPlaceID>
        <DestinationStateProvinceCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DestinationStateProvinceCode>
        <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
        <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">3</FreightLegID>
        <FreightLegSequence xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</FreightLegSequence>
        <LegApproved xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</LegApproved>
        <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">4</OrderID>
        <PODDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </PODDate>
        <PODName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 10</PODName>
        <ParsPaps xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ParsPaps>
        <ScheduledDeliveryDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ScheduledDeliveryDate>
        <ScheduledPickUpDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ScheduledPickUpDate>
        <TrackingStatusColor xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</TrackingStatusColor>
        <TrackingStatusStep xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</TrackingStatusStep>
        <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">14</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
        <d2p1:Broker>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <ApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ApprovedBy>
          <ApprovedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ApprovedDate>
          <ChargeDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ChargeDate>
          <ClearedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ClearedBy>
          <ClearedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ClearedDate>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">13</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DataVersion>
          <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
          <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">6</FreightPayableID>
          <IsPayable xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</IsPayable>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</OrderID>
          <PayableAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableAddressID>
          <PayableEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityID>
          <PayableEntityPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityPlaceID>
          <PayableInvoiceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</PayableInvoiceNumber>
          <PayableTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PayableTypeID>
          <ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ReferenceNumber>
          <ToChargeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ToChargeID>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">15</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:AdditionalFees>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
          </d2p1:AdditionalFees>
          <d2p1:AutoBilling>true</d2p1:AutoBilling>
          <d2p1:BaseFee>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:BaseFee>
          <d2p1:HoldNotes>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
          </d2p1:HoldNotes>
          <d2p1:PayableAddress>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:Address1>sample string 5</d2p1:Address1>
            <d2p1:Address2>sample string 6</d2p1:Address2>
            <d2p1:AddressHash>QEA=</d2p1:AddressHash>
            <d2p1:AddressID>1</d2p1:AddressID>
            <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
            <d2p1:City>sample string 7</d2p1:City>
            <d2p1:Comments>sample string 19</d2p1:Comments>
            <d2p1:ContactName>sample string 2</d2p1:ContactName>
            <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
            <d2p1:CreatedBy>20</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:EMail>sample string 16</d2p1:EMail>
            <d2p1:EntityName>sample string 3</d2p1:EntityName>
            <d2p1:Fax>sample string 14</d2p1:Fax>
            <d2p1:Mobile>sample string 15</d2p1:Mobile>
            <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
            <d2p1:Phone>sample string 13</d2p1:Phone>
            <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
            <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
            <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
            <d2p1:TollFree>sample string 12</d2p1:TollFree>
            <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:Website>sample string 17</d2p1:Website>
          </d2p1:PayableAddress>
          <d2p1:PayableEntity xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:CreatedBy>6</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactMasterID>1</d6p1:FBContactMasterID>
            <d6p1:OnCreditHold>true</d6p1:OnCreditHold>
            <d6p1:OnPropackHold>true</d6p1:OnPropackHold>
            <d6p1:P3PLClientID>1</d6p1:P3PLClientID>
            <d6p1:PaymentTermsID>1</d6p1:PaymentTermsID>
            <d6p1:ShortName>sample string 3</d6p1:ShortName>
            <d6p1:UpdatedBy>8</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
          </d2p1:PayableEntity>
          <d2p1:PayablePlace xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:Address1>sample string 4</d6p1:Address1>
            <d6p1:Address2>sample string 5</d6p1:Address2>
            <d6p1:AirportCode>sample string 10</d6p1:AirportCode>
            <d6p1:CSC>sample string 21</d6p1:CSC>
            <d6p1:City>sample string 6</d6p1:City>
            <d6p1:Comment>sample string 16</d6p1:Comment>
            <d6p1:CountryCode>sample string 9</d6p1:CountryCode>
            <d6p1:CreatedBy>17</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactsSub2ID>1</d6p1:FBContactsSub2ID>
            <d6p1:IsActive>true</d6p1:IsActive>
            <d6p1:IsBillingAddress>true</d6p1:IsBillingAddress>
            <d6p1:IsCrossDock>true</d6p1:IsCrossDock>
            <d6p1:IsTerminal>true</d6p1:IsTerminal>
            <d6p1:OpenHours>sample string 11</d6p1:OpenHours>
            <d6p1:PlaceID>1</d6p1:PlaceID>
            <d6p1:PlaceName>sample string 3</d6p1:PlaceName>
            <d6p1:PlaceTypeID>64</d6p1:PlaceTypeID>
            <d6p1:PostalCode>sample string 8</d6p1:PostalCode>
            <d6p1:StateProvinceCode>sample string 7</d6p1:StateProvinceCode>
            <d6p1:UpdatedBy>19</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
            <d6p1:WarehouseID>22</d6p1:WarehouseID>
          </d2p1:PayablePlace>
          <d2p1:PayableTypeName>sample string 1</d2p1:PayableTypeName>
          <d2p1:PreferredCurrencyCode>sample string 5</d2p1:PreferredCurrencyCode>
          <d2p1:TaskCompletedCount>3</d2p1:TaskCompletedCount>
          <d2p1:TaskCount>2</d2p1:TaskCount>
        </d2p1:Broker>
        <d2p1:Carrier>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <ApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ApprovedBy>
          <ApprovedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ApprovedDate>
          <ChargeDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ChargeDate>
          <ClearedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ClearedBy>
          <ClearedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ClearedDate>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">13</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DataVersion>
          <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
          <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">6</FreightPayableID>
          <IsPayable xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</IsPayable>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</OrderID>
          <PayableAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableAddressID>
          <PayableEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityID>
          <PayableEntityPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityPlaceID>
          <PayableInvoiceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</PayableInvoiceNumber>
          <PayableTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PayableTypeID>
          <ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ReferenceNumber>
          <ToChargeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ToChargeID>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">15</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:AdditionalFees>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
          </d2p1:AdditionalFees>
          <d2p1:AutoBilling>true</d2p1:AutoBilling>
          <d2p1:BaseFee>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:BaseFee>
          <d2p1:HoldNotes>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
          </d2p1:HoldNotes>
          <d2p1:PayableAddress>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:Address1>sample string 5</d2p1:Address1>
            <d2p1:Address2>sample string 6</d2p1:Address2>
            <d2p1:AddressHash>QEA=</d2p1:AddressHash>
            <d2p1:AddressID>1</d2p1:AddressID>
            <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
            <d2p1:City>sample string 7</d2p1:City>
            <d2p1:Comments>sample string 19</d2p1:Comments>
            <d2p1:ContactName>sample string 2</d2p1:ContactName>
            <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
            <d2p1:CreatedBy>20</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:EMail>sample string 16</d2p1:EMail>
            <d2p1:EntityName>sample string 3</d2p1:EntityName>
            <d2p1:Fax>sample string 14</d2p1:Fax>
            <d2p1:Mobile>sample string 15</d2p1:Mobile>
            <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
            <d2p1:Phone>sample string 13</d2p1:Phone>
            <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
            <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
            <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
            <d2p1:TollFree>sample string 12</d2p1:TollFree>
            <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:Website>sample string 17</d2p1:Website>
          </d2p1:PayableAddress>
          <d2p1:PayableEntity xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:CreatedBy>6</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactMasterID>1</d6p1:FBContactMasterID>
            <d6p1:OnCreditHold>true</d6p1:OnCreditHold>
            <d6p1:OnPropackHold>true</d6p1:OnPropackHold>
            <d6p1:P3PLClientID>1</d6p1:P3PLClientID>
            <d6p1:PaymentTermsID>1</d6p1:PaymentTermsID>
            <d6p1:ShortName>sample string 3</d6p1:ShortName>
            <d6p1:UpdatedBy>8</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
          </d2p1:PayableEntity>
          <d2p1:PayablePlace xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:Address1>sample string 4</d6p1:Address1>
            <d6p1:Address2>sample string 5</d6p1:Address2>
            <d6p1:AirportCode>sample string 10</d6p1:AirportCode>
            <d6p1:CSC>sample string 21</d6p1:CSC>
            <d6p1:City>sample string 6</d6p1:City>
            <d6p1:Comment>sample string 16</d6p1:Comment>
            <d6p1:CountryCode>sample string 9</d6p1:CountryCode>
            <d6p1:CreatedBy>17</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactsSub2ID>1</d6p1:FBContactsSub2ID>
            <d6p1:IsActive>true</d6p1:IsActive>
            <d6p1:IsBillingAddress>true</d6p1:IsBillingAddress>
            <d6p1:IsCrossDock>true</d6p1:IsCrossDock>
            <d6p1:IsTerminal>true</d6p1:IsTerminal>
            <d6p1:OpenHours>sample string 11</d6p1:OpenHours>
            <d6p1:PlaceID>1</d6p1:PlaceID>
            <d6p1:PlaceName>sample string 3</d6p1:PlaceName>
            <d6p1:PlaceTypeID>64</d6p1:PlaceTypeID>
            <d6p1:PostalCode>sample string 8</d6p1:PostalCode>
            <d6p1:StateProvinceCode>sample string 7</d6p1:StateProvinceCode>
            <d6p1:UpdatedBy>19</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
            <d6p1:WarehouseID>22</d6p1:WarehouseID>
          </d2p1:PayablePlace>
          <d2p1:PayableTypeName>sample string 1</d2p1:PayableTypeName>
          <d2p1:PreferredCurrencyCode>sample string 5</d2p1:PreferredCurrencyCode>
          <d2p1:TaskCompletedCount>3</d2p1:TaskCompletedCount>
          <d2p1:TaskCount>2</d2p1:TaskCount>
        </d2p1:Carrier>
        <d2p1:CrossDock>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <ApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ApprovedBy>
          <ApprovedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ApprovedDate>
          <ChargeDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ChargeDate>
          <ClearedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ClearedBy>
          <ClearedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ClearedDate>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">13</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DataVersion>
          <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
          <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">6</FreightPayableID>
          <IsPayable xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</IsPayable>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</OrderID>
          <PayableAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableAddressID>
          <PayableEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityID>
          <PayableEntityPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityPlaceID>
          <PayableInvoiceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</PayableInvoiceNumber>
          <PayableTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PayableTypeID>
          <ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ReferenceNumber>
          <ToChargeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ToChargeID>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">15</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:AdditionalFees>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
          </d2p1:AdditionalFees>
          <d2p1:AutoBilling>true</d2p1:AutoBilling>
          <d2p1:BaseFee>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:BaseFee>
          <d2p1:HoldNotes>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
          </d2p1:HoldNotes>
          <d2p1:PayableAddress>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:Address1>sample string 5</d2p1:Address1>
            <d2p1:Address2>sample string 6</d2p1:Address2>
            <d2p1:AddressHash>QEA=</d2p1:AddressHash>
            <d2p1:AddressID>1</d2p1:AddressID>
            <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
            <d2p1:City>sample string 7</d2p1:City>
            <d2p1:Comments>sample string 19</d2p1:Comments>
            <d2p1:ContactName>sample string 2</d2p1:ContactName>
            <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
            <d2p1:CreatedBy>20</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:EMail>sample string 16</d2p1:EMail>
            <d2p1:EntityName>sample string 3</d2p1:EntityName>
            <d2p1:Fax>sample string 14</d2p1:Fax>
            <d2p1:Mobile>sample string 15</d2p1:Mobile>
            <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
            <d2p1:Phone>sample string 13</d2p1:Phone>
            <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
            <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
            <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
            <d2p1:TollFree>sample string 12</d2p1:TollFree>
            <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:Website>sample string 17</d2p1:Website>
          </d2p1:PayableAddress>
          <d2p1:PayableEntity xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:CreatedBy>6</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactMasterID>1</d6p1:FBContactMasterID>
            <d6p1:OnCreditHold>true</d6p1:OnCreditHold>
            <d6p1:OnPropackHold>true</d6p1:OnPropackHold>
            <d6p1:P3PLClientID>1</d6p1:P3PLClientID>
            <d6p1:PaymentTermsID>1</d6p1:PaymentTermsID>
            <d6p1:ShortName>sample string 3</d6p1:ShortName>
            <d6p1:UpdatedBy>8</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
          </d2p1:PayableEntity>
          <d2p1:PayablePlace xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:Address1>sample string 4</d6p1:Address1>
            <d6p1:Address2>sample string 5</d6p1:Address2>
            <d6p1:AirportCode>sample string 10</d6p1:AirportCode>
            <d6p1:CSC>sample string 21</d6p1:CSC>
            <d6p1:City>sample string 6</d6p1:City>
            <d6p1:Comment>sample string 16</d6p1:Comment>
            <d6p1:CountryCode>sample string 9</d6p1:CountryCode>
            <d6p1:CreatedBy>17</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactsSub2ID>1</d6p1:FBContactsSub2ID>
            <d6p1:IsActive>true</d6p1:IsActive>
            <d6p1:IsBillingAddress>true</d6p1:IsBillingAddress>
            <d6p1:IsCrossDock>true</d6p1:IsCrossDock>
            <d6p1:IsTerminal>true</d6p1:IsTerminal>
            <d6p1:OpenHours>sample string 11</d6p1:OpenHours>
            <d6p1:PlaceID>1</d6p1:PlaceID>
            <d6p1:PlaceName>sample string 3</d6p1:PlaceName>
            <d6p1:PlaceTypeID>64</d6p1:PlaceTypeID>
            <d6p1:PostalCode>sample string 8</d6p1:PostalCode>
            <d6p1:StateProvinceCode>sample string 7</d6p1:StateProvinceCode>
            <d6p1:UpdatedBy>19</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
            <d6p1:WarehouseID>22</d6p1:WarehouseID>
          </d2p1:PayablePlace>
          <d2p1:PayableTypeName>sample string 1</d2p1:PayableTypeName>
          <d2p1:PreferredCurrencyCode>sample string 5</d2p1:PreferredCurrencyCode>
          <d2p1:TaskCompletedCount>3</d2p1:TaskCompletedCount>
          <d2p1:TaskCount>2</d2p1:TaskCount>
        </d2p1:CrossDock>
        <d2p1:DestinationAddress>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:Address1>sample string 5</d2p1:Address1>
          <d2p1:Address2>sample string 6</d2p1:Address2>
          <d2p1:AddressHash>QEA=</d2p1:AddressHash>
          <d2p1:AddressID>1</d2p1:AddressID>
          <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
          <d2p1:City>sample string 7</d2p1:City>
          <d2p1:Comments>sample string 19</d2p1:Comments>
          <d2p1:ContactName>sample string 2</d2p1:ContactName>
          <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
          <d2p1:CreatedBy>20</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:EMail>sample string 16</d2p1:EMail>
          <d2p1:EntityName>sample string 3</d2p1:EntityName>
          <d2p1:Fax>sample string 14</d2p1:Fax>
          <d2p1:Mobile>sample string 15</d2p1:Mobile>
          <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
          <d2p1:Phone>sample string 13</d2p1:Phone>
          <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
          <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
          <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
          <d2p1:TollFree>sample string 12</d2p1:TollFree>
          <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:Website>sample string 17</d2p1:Website>
        </d2p1:DestinationAddress>
        <d2p1:DestinationEntity>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <EntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</EntityID>
          <EntityName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</EntityName>
          <FBContactMasterID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBContactMasterID>
          <OnCreditHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnCreditHold>
          <OnPropackHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnPropackHold>
          <P3PLClientID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</P3PLClientID>
          <PaymentTermsID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PaymentTermsID>
          <ShortName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</ShortName>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:IsPayableCrossDock>true</d2p1:IsPayableCrossDock>
        </d2p1:DestinationEntity>
        <d2p1:DestinationPlace xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:Address1>sample string 4</d5p1:Address1>
          <d5p1:Address2>sample string 5</d5p1:Address2>
          <d5p1:AirportCode>sample string 10</d5p1:AirportCode>
          <d5p1:CSC>sample string 21</d5p1:CSC>
          <d5p1:City>sample string 6</d5p1:City>
          <d5p1:Comment>sample string 16</d5p1:Comment>
          <d5p1:CountryCode>sample string 9</d5p1:CountryCode>
          <d5p1:CreatedBy>17</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactsSub2ID>1</d5p1:FBContactsSub2ID>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsBillingAddress>true</d5p1:IsBillingAddress>
          <d5p1:IsCrossDock>true</d5p1:IsCrossDock>
          <d5p1:IsTerminal>true</d5p1:IsTerminal>
          <d5p1:OpenHours>sample string 11</d5p1:OpenHours>
          <d5p1:PlaceID>1</d5p1:PlaceID>
          <d5p1:PlaceName>sample string 3</d5p1:PlaceName>
          <d5p1:PlaceTypeID>64</d5p1:PlaceTypeID>
          <d5p1:PostalCode>sample string 8</d5p1:PostalCode>
          <d5p1:StateProvinceCode>sample string 7</d5p1:StateProvinceCode>
          <d5p1:UpdatedBy>19</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
          <d5p1:WarehouseID>22</d5p1:WarehouseID>
        </d2p1:DestinationPlace>
        <d2p1:FreightLegCount>2</d2p1:FreightLegCount>
        <d2p1:HoldNotes>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
        </d2p1:HoldNotes>
        <d2p1:OriginAddress>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:Address1>sample string 5</d2p1:Address1>
          <d2p1:Address2>sample string 6</d2p1:Address2>
          <d2p1:AddressHash>QEA=</d2p1:AddressHash>
          <d2p1:AddressID>1</d2p1:AddressID>
          <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
          <d2p1:City>sample string 7</d2p1:City>
          <d2p1:Comments>sample string 19</d2p1:Comments>
          <d2p1:ContactName>sample string 2</d2p1:ContactName>
          <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
          <d2p1:CreatedBy>20</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:EMail>sample string 16</d2p1:EMail>
          <d2p1:EntityName>sample string 3</d2p1:EntityName>
          <d2p1:Fax>sample string 14</d2p1:Fax>
          <d2p1:Mobile>sample string 15</d2p1:Mobile>
          <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
          <d2p1:Phone>sample string 13</d2p1:Phone>
          <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
          <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
          <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
          <d2p1:TollFree>sample string 12</d2p1:TollFree>
          <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:Website>sample string 17</d2p1:Website>
        </d2p1:OriginAddress>
        <d2p1:OriginAddressID>1</d2p1:OriginAddressID>
        <d2p1:OriginCSC>sample string 1</d2p1:OriginCSC>
        <d2p1:OriginEntity>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <EntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</EntityID>
          <EntityName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</EntityName>
          <FBContactMasterID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBContactMasterID>
          <OnCreditHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnCreditHold>
          <OnPropackHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnPropackHold>
          <P3PLClientID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</P3PLClientID>
          <PaymentTermsID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PaymentTermsID>
          <ShortName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</ShortName>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:IsPayableCrossDock>true</d2p1:IsPayableCrossDock>
        </d2p1:OriginEntity>
        <d2p1:OriginEntityID>1</d2p1:OriginEntityID>
        <d2p1:OriginPlace xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:Address1>sample string 4</d5p1:Address1>
          <d5p1:Address2>sample string 5</d5p1:Address2>
          <d5p1:AirportCode>sample string 10</d5p1:AirportCode>
          <d5p1:CSC>sample string 21</d5p1:CSC>
          <d5p1:City>sample string 6</d5p1:City>
          <d5p1:Comment>sample string 16</d5p1:Comment>
          <d5p1:CountryCode>sample string 9</d5p1:CountryCode>
          <d5p1:CreatedBy>17</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactsSub2ID>1</d5p1:FBContactsSub2ID>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsBillingAddress>true</d5p1:IsBillingAddress>
          <d5p1:IsCrossDock>true</d5p1:IsCrossDock>
          <d5p1:IsTerminal>true</d5p1:IsTerminal>
          <d5p1:OpenHours>sample string 11</d5p1:OpenHours>
          <d5p1:PlaceID>1</d5p1:PlaceID>
          <d5p1:PlaceName>sample string 3</d5p1:PlaceName>
          <d5p1:PlaceTypeID>64</d5p1:PlaceTypeID>
          <d5p1:PostalCode>sample string 8</d5p1:PostalCode>
          <d5p1:StateProvinceCode>sample string 7</d5p1:StateProvinceCode>
          <d5p1:UpdatedBy>19</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
          <d5p1:WarehouseID>22</d5p1:WarehouseID>
        </d2p1:OriginPlace>
        <d2p1:OriginPlaceID>1</d2p1:OriginPlaceID>
        <d2p1:Pieces>
          <d2p1:ordPieceEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BoxNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BoxNumber>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</DataVersion>
            <DimWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DimWeight>
            <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
            <ItemCount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ItemCount>
            <ManualTotalWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ManualTotalWeight>
            <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</OrderID>
            <PackTimeFinish xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </PackTimeFinish>
            <PackTimeStart xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </PackTimeStart>
            <PackedByUserID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PackedByUserID>
            <PalletNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PalletNumber>
            <PieceDescription xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</PieceDescription>
            <PieceHeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceHeight>
            <PieceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceID>
            <PieceLength xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceLength>
            <PieceTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PieceTypeID>
            <PieceWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWeight>
            <PieceWidth xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWidth>
            <Quantity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">5</Quantity>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <WarehouseAlertID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</WarehouseAlertID>
            <WarehouseCheck xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</WarehouseCheck>
            <d2p1:PieceTypeName>sample string 1</d2p1:PieceTypeName>
            <d2p1:TotalWeight>1</d2p1:TotalWeight>
          </d2p1:ordPieceEx>
          <d2p1:ordPieceEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BoxNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BoxNumber>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</DataVersion>
            <DimWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DimWeight>
            <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
            <ItemCount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ItemCount>
            <ManualTotalWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ManualTotalWeight>
            <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</OrderID>
            <PackTimeFinish xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </PackTimeFinish>
            <PackTimeStart xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </PackTimeStart>
            <PackedByUserID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PackedByUserID>
            <PalletNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PalletNumber>
            <PieceDescription xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</PieceDescription>
            <PieceHeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceHeight>
            <PieceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceID>
            <PieceLength xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceLength>
            <PieceTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PieceTypeID>
            <PieceWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWeight>
            <PieceWidth xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWidth>
            <Quantity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">5</Quantity>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <WarehouseAlertID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</WarehouseAlertID>
            <WarehouseCheck xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</WarehouseCheck>
            <d2p1:PieceTypeName>sample string 1</d2p1:PieceTypeName>
            <d2p1:TotalWeight>1</d2p1:TotalWeight>
          </d2p1:ordPieceEx>
        </d2p1:Pieces>
        <d2p1:Tracking>
          <d2p1:ordTracking>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:CategoryCode>sample string 15</d2p1:CategoryCode>
            <d2p1:ContactPerson>sample string 5</d2p1:ContactPerson>
            <d2p1:CreatedBy>8</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:DateTracked xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:DateTracked>
            <d2p1:FBMasterID>1</d2p1:FBMasterID>
            <d2p1:FBTrackID>1</d2p1:FBTrackID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:OrderID>2</d2p1:OrderID>
            <d2p1:PersonName>sample string 12</d2p1:PersonName>
            <d2p1:Status>sample string 3</d2p1:Status>
            <d2p1:Terminal>sample string 4</d2p1:Terminal>
            <d2p1:TrackingCategoryID>7</d2p1:TrackingCategoryID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:TrackingType>sample string 14</d2p1:TrackingType>
            <d2p1:TrackingTypeID>6</d2p1:TrackingTypeID>
            <d2p1:UpdatedBy>10</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:UserInitials>sample string 13</d2p1:UserInitials>
          </d2p1:ordTracking>
          <d2p1:ordTracking>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:CategoryCode>sample string 15</d2p1:CategoryCode>
            <d2p1:ContactPerson>sample string 5</d2p1:ContactPerson>
            <d2p1:CreatedBy>8</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:DateTracked xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:DateTracked>
            <d2p1:FBMasterID>1</d2p1:FBMasterID>
            <d2p1:FBTrackID>1</d2p1:FBTrackID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:OrderID>2</d2p1:OrderID>
            <d2p1:PersonName>sample string 12</d2p1:PersonName>
            <d2p1:Status>sample string 3</d2p1:Status>
            <d2p1:Terminal>sample string 4</d2p1:Terminal>
            <d2p1:TrackingCategoryID>7</d2p1:TrackingCategoryID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:TrackingType>sample string 14</d2p1:TrackingType>
            <d2p1:TrackingTypeID>6</d2p1:TrackingTypeID>
            <d2p1:UpdatedBy>10</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:UserInitials>sample string 13</d2p1:UserInitials>
          </d2p1:ordTracking>
        </d2p1:Tracking>
      </d2p1:OutboundLeg>
      <d2p1:Pieces>
        <d2p1:ordPieceEx>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <BoxNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BoxNumber>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</DataVersion>
          <DimWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DimWeight>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <ItemCount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ItemCount>
          <ManualTotalWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ManualTotalWeight>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</OrderID>
          <PackTimeFinish xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </PackTimeFinish>
          <PackTimeStart xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </PackTimeStart>
          <PackedByUserID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PackedByUserID>
          <PalletNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PalletNumber>
          <PieceDescription xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</PieceDescription>
          <PieceHeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceHeight>
          <PieceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceID>
          <PieceLength xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceLength>
          <PieceTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PieceTypeID>
          <PieceWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWeight>
          <PieceWidth xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWidth>
          <Quantity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">5</Quantity>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <WarehouseAlertID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</WarehouseAlertID>
          <WarehouseCheck xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</WarehouseCheck>
          <d2p1:PieceTypeName>sample string 1</d2p1:PieceTypeName>
          <d2p1:TotalWeight>1</d2p1:TotalWeight>
        </d2p1:ordPieceEx>
        <d2p1:ordPieceEx>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <BoxNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BoxNumber>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</DataVersion>
          <DimWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DimWeight>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <ItemCount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ItemCount>
          <ManualTotalWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ManualTotalWeight>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</OrderID>
          <PackTimeFinish xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </PackTimeFinish>
          <PackTimeStart xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </PackTimeStart>
          <PackedByUserID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PackedByUserID>
          <PalletNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PalletNumber>
          <PieceDescription xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</PieceDescription>
          <PieceHeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceHeight>
          <PieceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceID>
          <PieceLength xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceLength>
          <PieceTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PieceTypeID>
          <PieceWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWeight>
          <PieceWidth xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWidth>
          <Quantity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">5</Quantity>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <WarehouseAlertID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</WarehouseAlertID>
          <WarehouseCheck xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</WarehouseCheck>
          <d2p1:PieceTypeName>sample string 1</d2p1:PieceTypeName>
          <d2p1:TotalWeight>1</d2p1:TotalWeight>
        </d2p1:ordPieceEx>
      </d2p1:Pieces>
    </d2p1:ordWarehouseAlertEx>
    <d2p1:ordWarehouseAlertEx>
      <results xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
      <d2p1:AlertType>sample string 5</d2p1:AlertType>
      <d2p1:CompletedDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </d2p1:CompletedDate>
      <d2p1:CreatedBy>6</d2p1:CreatedBy>
      <d2p1:CreatedDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </d2p1:CreatedDate>
      <d2p1:InboundFreightLegID>1</d2p1:InboundFreightLegID>
      <d2p1:OrderID>2</d2p1:OrderID>
      <d2p1:OutboundFreightLegID>1</d2p1:OutboundFreightLegID>
      <d2p1:UpdatedBy>8</d2p1:UpdatedBy>
      <d2p1:UpdatedDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </d2p1:UpdatedDate>
      <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
      <d2p1:WarehouseAlertStatusStep>4</d2p1:WarehouseAlertStatusStep>
      <d2p1:WarehouseID>3</d2p1:WarehouseID>
      <d2p1:InboundLeg>
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <ActualDeliveryDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ActualDeliveryDate>
        <ActualPickUpDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ActualPickUpDate>
        <AlertEmailedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </AlertEmailedDate>
        <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">12</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 5</DataVersion>
        <DestinationAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DestinationAddressID>
        <DestinationCSC xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</DestinationCSC>
        <DestinationCity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 7</DestinationCity>
        <DestinationCountryCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 9</DestinationCountryCode>
        <DestinationEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DestinationEntityID>
        <DestinationPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DestinationPlaceID>
        <DestinationStateProvinceCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DestinationStateProvinceCode>
        <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
        <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">3</FreightLegID>
        <FreightLegSequence xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</FreightLegSequence>
        <LegApproved xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</LegApproved>
        <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">4</OrderID>
        <PODDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </PODDate>
        <PODName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 10</PODName>
        <ParsPaps xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ParsPaps>
        <ScheduledDeliveryDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ScheduledDeliveryDate>
        <ScheduledPickUpDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ScheduledPickUpDate>
        <TrackingStatusColor xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</TrackingStatusColor>
        <TrackingStatusStep xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</TrackingStatusStep>
        <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">14</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
        <d2p1:Broker>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <ApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ApprovedBy>
          <ApprovedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ApprovedDate>
          <ChargeDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ChargeDate>
          <ClearedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ClearedBy>
          <ClearedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ClearedDate>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">13</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DataVersion>
          <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
          <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">6</FreightPayableID>
          <IsPayable xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</IsPayable>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</OrderID>
          <PayableAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableAddressID>
          <PayableEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityID>
          <PayableEntityPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityPlaceID>
          <PayableInvoiceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</PayableInvoiceNumber>
          <PayableTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PayableTypeID>
          <ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ReferenceNumber>
          <ToChargeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ToChargeID>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">15</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:AdditionalFees>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
          </d2p1:AdditionalFees>
          <d2p1:AutoBilling>true</d2p1:AutoBilling>
          <d2p1:BaseFee>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:BaseFee>
          <d2p1:HoldNotes>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
          </d2p1:HoldNotes>
          <d2p1:PayableAddress>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:Address1>sample string 5</d2p1:Address1>
            <d2p1:Address2>sample string 6</d2p1:Address2>
            <d2p1:AddressHash>QEA=</d2p1:AddressHash>
            <d2p1:AddressID>1</d2p1:AddressID>
            <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
            <d2p1:City>sample string 7</d2p1:City>
            <d2p1:Comments>sample string 19</d2p1:Comments>
            <d2p1:ContactName>sample string 2</d2p1:ContactName>
            <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
            <d2p1:CreatedBy>20</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:EMail>sample string 16</d2p1:EMail>
            <d2p1:EntityName>sample string 3</d2p1:EntityName>
            <d2p1:Fax>sample string 14</d2p1:Fax>
            <d2p1:Mobile>sample string 15</d2p1:Mobile>
            <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
            <d2p1:Phone>sample string 13</d2p1:Phone>
            <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
            <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
            <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
            <d2p1:TollFree>sample string 12</d2p1:TollFree>
            <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:Website>sample string 17</d2p1:Website>
          </d2p1:PayableAddress>
          <d2p1:PayableEntity xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:CreatedBy>6</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactMasterID>1</d6p1:FBContactMasterID>
            <d6p1:OnCreditHold>true</d6p1:OnCreditHold>
            <d6p1:OnPropackHold>true</d6p1:OnPropackHold>
            <d6p1:P3PLClientID>1</d6p1:P3PLClientID>
            <d6p1:PaymentTermsID>1</d6p1:PaymentTermsID>
            <d6p1:ShortName>sample string 3</d6p1:ShortName>
            <d6p1:UpdatedBy>8</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
          </d2p1:PayableEntity>
          <d2p1:PayablePlace xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:Address1>sample string 4</d6p1:Address1>
            <d6p1:Address2>sample string 5</d6p1:Address2>
            <d6p1:AirportCode>sample string 10</d6p1:AirportCode>
            <d6p1:CSC>sample string 21</d6p1:CSC>
            <d6p1:City>sample string 6</d6p1:City>
            <d6p1:Comment>sample string 16</d6p1:Comment>
            <d6p1:CountryCode>sample string 9</d6p1:CountryCode>
            <d6p1:CreatedBy>17</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactsSub2ID>1</d6p1:FBContactsSub2ID>
            <d6p1:IsActive>true</d6p1:IsActive>
            <d6p1:IsBillingAddress>true</d6p1:IsBillingAddress>
            <d6p1:IsCrossDock>true</d6p1:IsCrossDock>
            <d6p1:IsTerminal>true</d6p1:IsTerminal>
            <d6p1:OpenHours>sample string 11</d6p1:OpenHours>
            <d6p1:PlaceID>1</d6p1:PlaceID>
            <d6p1:PlaceName>sample string 3</d6p1:PlaceName>
            <d6p1:PlaceTypeID>64</d6p1:PlaceTypeID>
            <d6p1:PostalCode>sample string 8</d6p1:PostalCode>
            <d6p1:StateProvinceCode>sample string 7</d6p1:StateProvinceCode>
            <d6p1:UpdatedBy>19</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
            <d6p1:WarehouseID>22</d6p1:WarehouseID>
          </d2p1:PayablePlace>
          <d2p1:PayableTypeName>sample string 1</d2p1:PayableTypeName>
          <d2p1:PreferredCurrencyCode>sample string 5</d2p1:PreferredCurrencyCode>
          <d2p1:TaskCompletedCount>3</d2p1:TaskCompletedCount>
          <d2p1:TaskCount>2</d2p1:TaskCount>
        </d2p1:Broker>
        <d2p1:Carrier>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <ApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ApprovedBy>
          <ApprovedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ApprovedDate>
          <ChargeDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ChargeDate>
          <ClearedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ClearedBy>
          <ClearedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ClearedDate>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">13</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DataVersion>
          <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
          <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">6</FreightPayableID>
          <IsPayable xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</IsPayable>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</OrderID>
          <PayableAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableAddressID>
          <PayableEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityID>
          <PayableEntityPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityPlaceID>
          <PayableInvoiceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</PayableInvoiceNumber>
          <PayableTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PayableTypeID>
          <ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ReferenceNumber>
          <ToChargeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ToChargeID>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">15</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:AdditionalFees>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
          </d2p1:AdditionalFees>
          <d2p1:AutoBilling>true</d2p1:AutoBilling>
          <d2p1:BaseFee>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:BaseFee>
          <d2p1:HoldNotes>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
          </d2p1:HoldNotes>
          <d2p1:PayableAddress>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:Address1>sample string 5</d2p1:Address1>
            <d2p1:Address2>sample string 6</d2p1:Address2>
            <d2p1:AddressHash>QEA=</d2p1:AddressHash>
            <d2p1:AddressID>1</d2p1:AddressID>
            <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
            <d2p1:City>sample string 7</d2p1:City>
            <d2p1:Comments>sample string 19</d2p1:Comments>
            <d2p1:ContactName>sample string 2</d2p1:ContactName>
            <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
            <d2p1:CreatedBy>20</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:EMail>sample string 16</d2p1:EMail>
            <d2p1:EntityName>sample string 3</d2p1:EntityName>
            <d2p1:Fax>sample string 14</d2p1:Fax>
            <d2p1:Mobile>sample string 15</d2p1:Mobile>
            <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
            <d2p1:Phone>sample string 13</d2p1:Phone>
            <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
            <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
            <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
            <d2p1:TollFree>sample string 12</d2p1:TollFree>
            <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:Website>sample string 17</d2p1:Website>
          </d2p1:PayableAddress>
          <d2p1:PayableEntity xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:CreatedBy>6</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactMasterID>1</d6p1:FBContactMasterID>
            <d6p1:OnCreditHold>true</d6p1:OnCreditHold>
            <d6p1:OnPropackHold>true</d6p1:OnPropackHold>
            <d6p1:P3PLClientID>1</d6p1:P3PLClientID>
            <d6p1:PaymentTermsID>1</d6p1:PaymentTermsID>
            <d6p1:ShortName>sample string 3</d6p1:ShortName>
            <d6p1:UpdatedBy>8</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
          </d2p1:PayableEntity>
          <d2p1:PayablePlace xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:Address1>sample string 4</d6p1:Address1>
            <d6p1:Address2>sample string 5</d6p1:Address2>
            <d6p1:AirportCode>sample string 10</d6p1:AirportCode>
            <d6p1:CSC>sample string 21</d6p1:CSC>
            <d6p1:City>sample string 6</d6p1:City>
            <d6p1:Comment>sample string 16</d6p1:Comment>
            <d6p1:CountryCode>sample string 9</d6p1:CountryCode>
            <d6p1:CreatedBy>17</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactsSub2ID>1</d6p1:FBContactsSub2ID>
            <d6p1:IsActive>true</d6p1:IsActive>
            <d6p1:IsBillingAddress>true</d6p1:IsBillingAddress>
            <d6p1:IsCrossDock>true</d6p1:IsCrossDock>
            <d6p1:IsTerminal>true</d6p1:IsTerminal>
            <d6p1:OpenHours>sample string 11</d6p1:OpenHours>
            <d6p1:PlaceID>1</d6p1:PlaceID>
            <d6p1:PlaceName>sample string 3</d6p1:PlaceName>
            <d6p1:PlaceTypeID>64</d6p1:PlaceTypeID>
            <d6p1:PostalCode>sample string 8</d6p1:PostalCode>
            <d6p1:StateProvinceCode>sample string 7</d6p1:StateProvinceCode>
            <d6p1:UpdatedBy>19</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
            <d6p1:WarehouseID>22</d6p1:WarehouseID>
          </d2p1:PayablePlace>
          <d2p1:PayableTypeName>sample string 1</d2p1:PayableTypeName>
          <d2p1:PreferredCurrencyCode>sample string 5</d2p1:PreferredCurrencyCode>
          <d2p1:TaskCompletedCount>3</d2p1:TaskCompletedCount>
          <d2p1:TaskCount>2</d2p1:TaskCount>
        </d2p1:Carrier>
        <d2p1:CrossDock>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <ApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ApprovedBy>
          <ApprovedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ApprovedDate>
          <ChargeDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ChargeDate>
          <ClearedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ClearedBy>
          <ClearedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ClearedDate>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">13</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DataVersion>
          <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
          <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">6</FreightPayableID>
          <IsPayable xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</IsPayable>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</OrderID>
          <PayableAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableAddressID>
          <PayableEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityID>
          <PayableEntityPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityPlaceID>
          <PayableInvoiceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</PayableInvoiceNumber>
          <PayableTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PayableTypeID>
          <ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ReferenceNumber>
          <ToChargeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ToChargeID>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">15</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:AdditionalFees>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
          </d2p1:AdditionalFees>
          <d2p1:AutoBilling>true</d2p1:AutoBilling>
          <d2p1:BaseFee>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:BaseFee>
          <d2p1:HoldNotes>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
          </d2p1:HoldNotes>
          <d2p1:PayableAddress>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:Address1>sample string 5</d2p1:Address1>
            <d2p1:Address2>sample string 6</d2p1:Address2>
            <d2p1:AddressHash>QEA=</d2p1:AddressHash>
            <d2p1:AddressID>1</d2p1:AddressID>
            <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
            <d2p1:City>sample string 7</d2p1:City>
            <d2p1:Comments>sample string 19</d2p1:Comments>
            <d2p1:ContactName>sample string 2</d2p1:ContactName>
            <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
            <d2p1:CreatedBy>20</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:EMail>sample string 16</d2p1:EMail>
            <d2p1:EntityName>sample string 3</d2p1:EntityName>
            <d2p1:Fax>sample string 14</d2p1:Fax>
            <d2p1:Mobile>sample string 15</d2p1:Mobile>
            <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
            <d2p1:Phone>sample string 13</d2p1:Phone>
            <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
            <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
            <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
            <d2p1:TollFree>sample string 12</d2p1:TollFree>
            <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:Website>sample string 17</d2p1:Website>
          </d2p1:PayableAddress>
          <d2p1:PayableEntity xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:CreatedBy>6</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactMasterID>1</d6p1:FBContactMasterID>
            <d6p1:OnCreditHold>true</d6p1:OnCreditHold>
            <d6p1:OnPropackHold>true</d6p1:OnPropackHold>
            <d6p1:P3PLClientID>1</d6p1:P3PLClientID>
            <d6p1:PaymentTermsID>1</d6p1:PaymentTermsID>
            <d6p1:ShortName>sample string 3</d6p1:ShortName>
            <d6p1:UpdatedBy>8</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
          </d2p1:PayableEntity>
          <d2p1:PayablePlace xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:Address1>sample string 4</d6p1:Address1>
            <d6p1:Address2>sample string 5</d6p1:Address2>
            <d6p1:AirportCode>sample string 10</d6p1:AirportCode>
            <d6p1:CSC>sample string 21</d6p1:CSC>
            <d6p1:City>sample string 6</d6p1:City>
            <d6p1:Comment>sample string 16</d6p1:Comment>
            <d6p1:CountryCode>sample string 9</d6p1:CountryCode>
            <d6p1:CreatedBy>17</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactsSub2ID>1</d6p1:FBContactsSub2ID>
            <d6p1:IsActive>true</d6p1:IsActive>
            <d6p1:IsBillingAddress>true</d6p1:IsBillingAddress>
            <d6p1:IsCrossDock>true</d6p1:IsCrossDock>
            <d6p1:IsTerminal>true</d6p1:IsTerminal>
            <d6p1:OpenHours>sample string 11</d6p1:OpenHours>
            <d6p1:PlaceID>1</d6p1:PlaceID>
            <d6p1:PlaceName>sample string 3</d6p1:PlaceName>
            <d6p1:PlaceTypeID>64</d6p1:PlaceTypeID>
            <d6p1:PostalCode>sample string 8</d6p1:PostalCode>
            <d6p1:StateProvinceCode>sample string 7</d6p1:StateProvinceCode>
            <d6p1:UpdatedBy>19</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
            <d6p1:WarehouseID>22</d6p1:WarehouseID>
          </d2p1:PayablePlace>
          <d2p1:PayableTypeName>sample string 1</d2p1:PayableTypeName>
          <d2p1:PreferredCurrencyCode>sample string 5</d2p1:PreferredCurrencyCode>
          <d2p1:TaskCompletedCount>3</d2p1:TaskCompletedCount>
          <d2p1:TaskCount>2</d2p1:TaskCount>
        </d2p1:CrossDock>
        <d2p1:DestinationAddress>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:Address1>sample string 5</d2p1:Address1>
          <d2p1:Address2>sample string 6</d2p1:Address2>
          <d2p1:AddressHash>QEA=</d2p1:AddressHash>
          <d2p1:AddressID>1</d2p1:AddressID>
          <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
          <d2p1:City>sample string 7</d2p1:City>
          <d2p1:Comments>sample string 19</d2p1:Comments>
          <d2p1:ContactName>sample string 2</d2p1:ContactName>
          <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
          <d2p1:CreatedBy>20</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:EMail>sample string 16</d2p1:EMail>
          <d2p1:EntityName>sample string 3</d2p1:EntityName>
          <d2p1:Fax>sample string 14</d2p1:Fax>
          <d2p1:Mobile>sample string 15</d2p1:Mobile>
          <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
          <d2p1:Phone>sample string 13</d2p1:Phone>
          <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
          <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
          <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
          <d2p1:TollFree>sample string 12</d2p1:TollFree>
          <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:Website>sample string 17</d2p1:Website>
        </d2p1:DestinationAddress>
        <d2p1:DestinationEntity>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <EntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</EntityID>
          <EntityName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</EntityName>
          <FBContactMasterID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBContactMasterID>
          <OnCreditHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnCreditHold>
          <OnPropackHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnPropackHold>
          <P3PLClientID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</P3PLClientID>
          <PaymentTermsID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PaymentTermsID>
          <ShortName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</ShortName>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:IsPayableCrossDock>true</d2p1:IsPayableCrossDock>
        </d2p1:DestinationEntity>
        <d2p1:DestinationPlace xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:Address1>sample string 4</d5p1:Address1>
          <d5p1:Address2>sample string 5</d5p1:Address2>
          <d5p1:AirportCode>sample string 10</d5p1:AirportCode>
          <d5p1:CSC>sample string 21</d5p1:CSC>
          <d5p1:City>sample string 6</d5p1:City>
          <d5p1:Comment>sample string 16</d5p1:Comment>
          <d5p1:CountryCode>sample string 9</d5p1:CountryCode>
          <d5p1:CreatedBy>17</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactsSub2ID>1</d5p1:FBContactsSub2ID>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsBillingAddress>true</d5p1:IsBillingAddress>
          <d5p1:IsCrossDock>true</d5p1:IsCrossDock>
          <d5p1:IsTerminal>true</d5p1:IsTerminal>
          <d5p1:OpenHours>sample string 11</d5p1:OpenHours>
          <d5p1:PlaceID>1</d5p1:PlaceID>
          <d5p1:PlaceName>sample string 3</d5p1:PlaceName>
          <d5p1:PlaceTypeID>64</d5p1:PlaceTypeID>
          <d5p1:PostalCode>sample string 8</d5p1:PostalCode>
          <d5p1:StateProvinceCode>sample string 7</d5p1:StateProvinceCode>
          <d5p1:UpdatedBy>19</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
          <d5p1:WarehouseID>22</d5p1:WarehouseID>
        </d2p1:DestinationPlace>
        <d2p1:FreightLegCount>2</d2p1:FreightLegCount>
        <d2p1:HoldNotes>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
        </d2p1:HoldNotes>
        <d2p1:OriginAddress>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:Address1>sample string 5</d2p1:Address1>
          <d2p1:Address2>sample string 6</d2p1:Address2>
          <d2p1:AddressHash>QEA=</d2p1:AddressHash>
          <d2p1:AddressID>1</d2p1:AddressID>
          <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
          <d2p1:City>sample string 7</d2p1:City>
          <d2p1:Comments>sample string 19</d2p1:Comments>
          <d2p1:ContactName>sample string 2</d2p1:ContactName>
          <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
          <d2p1:CreatedBy>20</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:EMail>sample string 16</d2p1:EMail>
          <d2p1:EntityName>sample string 3</d2p1:EntityName>
          <d2p1:Fax>sample string 14</d2p1:Fax>
          <d2p1:Mobile>sample string 15</d2p1:Mobile>
          <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
          <d2p1:Phone>sample string 13</d2p1:Phone>
          <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
          <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
          <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
          <d2p1:TollFree>sample string 12</d2p1:TollFree>
          <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:Website>sample string 17</d2p1:Website>
        </d2p1:OriginAddress>
        <d2p1:OriginAddressID>1</d2p1:OriginAddressID>
        <d2p1:OriginCSC>sample string 1</d2p1:OriginCSC>
        <d2p1:OriginEntity>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <EntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</EntityID>
          <EntityName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</EntityName>
          <FBContactMasterID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBContactMasterID>
          <OnCreditHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnCreditHold>
          <OnPropackHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnPropackHold>
          <P3PLClientID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</P3PLClientID>
          <PaymentTermsID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PaymentTermsID>
          <ShortName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</ShortName>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:IsPayableCrossDock>true</d2p1:IsPayableCrossDock>
        </d2p1:OriginEntity>
        <d2p1:OriginEntityID>1</d2p1:OriginEntityID>
        <d2p1:OriginPlace xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:Address1>sample string 4</d5p1:Address1>
          <d5p1:Address2>sample string 5</d5p1:Address2>
          <d5p1:AirportCode>sample string 10</d5p1:AirportCode>
          <d5p1:CSC>sample string 21</d5p1:CSC>
          <d5p1:City>sample string 6</d5p1:City>
          <d5p1:Comment>sample string 16</d5p1:Comment>
          <d5p1:CountryCode>sample string 9</d5p1:CountryCode>
          <d5p1:CreatedBy>17</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactsSub2ID>1</d5p1:FBContactsSub2ID>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsBillingAddress>true</d5p1:IsBillingAddress>
          <d5p1:IsCrossDock>true</d5p1:IsCrossDock>
          <d5p1:IsTerminal>true</d5p1:IsTerminal>
          <d5p1:OpenHours>sample string 11</d5p1:OpenHours>
          <d5p1:PlaceID>1</d5p1:PlaceID>
          <d5p1:PlaceName>sample string 3</d5p1:PlaceName>
          <d5p1:PlaceTypeID>64</d5p1:PlaceTypeID>
          <d5p1:PostalCode>sample string 8</d5p1:PostalCode>
          <d5p1:StateProvinceCode>sample string 7</d5p1:StateProvinceCode>
          <d5p1:UpdatedBy>19</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
          <d5p1:WarehouseID>22</d5p1:WarehouseID>
        </d2p1:OriginPlace>
        <d2p1:OriginPlaceID>1</d2p1:OriginPlaceID>
        <d2p1:Pieces>
          <d2p1:ordPieceEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BoxNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BoxNumber>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</DataVersion>
            <DimWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DimWeight>
            <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
            <ItemCount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ItemCount>
            <ManualTotalWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ManualTotalWeight>
            <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</OrderID>
            <PackTimeFinish xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </PackTimeFinish>
            <PackTimeStart xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </PackTimeStart>
            <PackedByUserID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PackedByUserID>
            <PalletNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PalletNumber>
            <PieceDescription xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</PieceDescription>
            <PieceHeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceHeight>
            <PieceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceID>
            <PieceLength xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceLength>
            <PieceTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PieceTypeID>
            <PieceWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWeight>
            <PieceWidth xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWidth>
            <Quantity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">5</Quantity>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <WarehouseAlertID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</WarehouseAlertID>
            <WarehouseCheck xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</WarehouseCheck>
            <d2p1:PieceTypeName>sample string 1</d2p1:PieceTypeName>
            <d2p1:TotalWeight>1</d2p1:TotalWeight>
          </d2p1:ordPieceEx>
          <d2p1:ordPieceEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BoxNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BoxNumber>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</DataVersion>
            <DimWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DimWeight>
            <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
            <ItemCount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ItemCount>
            <ManualTotalWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ManualTotalWeight>
            <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</OrderID>
            <PackTimeFinish xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </PackTimeFinish>
            <PackTimeStart xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </PackTimeStart>
            <PackedByUserID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PackedByUserID>
            <PalletNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PalletNumber>
            <PieceDescription xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</PieceDescription>
            <PieceHeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceHeight>
            <PieceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceID>
            <PieceLength xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceLength>
            <PieceTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PieceTypeID>
            <PieceWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWeight>
            <PieceWidth xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWidth>
            <Quantity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">5</Quantity>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <WarehouseAlertID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</WarehouseAlertID>
            <WarehouseCheck xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</WarehouseCheck>
            <d2p1:PieceTypeName>sample string 1</d2p1:PieceTypeName>
            <d2p1:TotalWeight>1</d2p1:TotalWeight>
          </d2p1:ordPieceEx>
        </d2p1:Pieces>
        <d2p1:Tracking>
          <d2p1:ordTracking>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:CategoryCode>sample string 15</d2p1:CategoryCode>
            <d2p1:ContactPerson>sample string 5</d2p1:ContactPerson>
            <d2p1:CreatedBy>8</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:DateTracked xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:DateTracked>
            <d2p1:FBMasterID>1</d2p1:FBMasterID>
            <d2p1:FBTrackID>1</d2p1:FBTrackID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:OrderID>2</d2p1:OrderID>
            <d2p1:PersonName>sample string 12</d2p1:PersonName>
            <d2p1:Status>sample string 3</d2p1:Status>
            <d2p1:Terminal>sample string 4</d2p1:Terminal>
            <d2p1:TrackingCategoryID>7</d2p1:TrackingCategoryID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:TrackingType>sample string 14</d2p1:TrackingType>
            <d2p1:TrackingTypeID>6</d2p1:TrackingTypeID>
            <d2p1:UpdatedBy>10</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:UserInitials>sample string 13</d2p1:UserInitials>
          </d2p1:ordTracking>
          <d2p1:ordTracking>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:CategoryCode>sample string 15</d2p1:CategoryCode>
            <d2p1:ContactPerson>sample string 5</d2p1:ContactPerson>
            <d2p1:CreatedBy>8</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:DateTracked xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:DateTracked>
            <d2p1:FBMasterID>1</d2p1:FBMasterID>
            <d2p1:FBTrackID>1</d2p1:FBTrackID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:OrderID>2</d2p1:OrderID>
            <d2p1:PersonName>sample string 12</d2p1:PersonName>
            <d2p1:Status>sample string 3</d2p1:Status>
            <d2p1:Terminal>sample string 4</d2p1:Terminal>
            <d2p1:TrackingCategoryID>7</d2p1:TrackingCategoryID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:TrackingType>sample string 14</d2p1:TrackingType>
            <d2p1:TrackingTypeID>6</d2p1:TrackingTypeID>
            <d2p1:UpdatedBy>10</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:UserInitials>sample string 13</d2p1:UserInitials>
          </d2p1:ordTracking>
        </d2p1:Tracking>
      </d2p1:InboundLeg>
      <d2p1:OutboundLeg>
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <ActualDeliveryDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ActualDeliveryDate>
        <ActualPickUpDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ActualPickUpDate>
        <AlertEmailedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </AlertEmailedDate>
        <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">12</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 5</DataVersion>
        <DestinationAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DestinationAddressID>
        <DestinationCSC xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</DestinationCSC>
        <DestinationCity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 7</DestinationCity>
        <DestinationCountryCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 9</DestinationCountryCode>
        <DestinationEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DestinationEntityID>
        <DestinationPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DestinationPlaceID>
        <DestinationStateProvinceCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DestinationStateProvinceCode>
        <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
        <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">3</FreightLegID>
        <FreightLegSequence xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</FreightLegSequence>
        <LegApproved xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</LegApproved>
        <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">4</OrderID>
        <PODDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </PODDate>
        <PODName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 10</PODName>
        <ParsPaps xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ParsPaps>
        <ScheduledDeliveryDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ScheduledDeliveryDate>
        <ScheduledPickUpDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ScheduledPickUpDate>
        <TrackingStatusColor xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</TrackingStatusColor>
        <TrackingStatusStep xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</TrackingStatusStep>
        <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">14</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3996937Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
        <d2p1:Broker>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <ApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ApprovedBy>
          <ApprovedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ApprovedDate>
          <ChargeDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ChargeDate>
          <ClearedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ClearedBy>
          <ClearedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ClearedDate>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">13</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DataVersion>
          <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
          <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">6</FreightPayableID>
          <IsPayable xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</IsPayable>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</OrderID>
          <PayableAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableAddressID>
          <PayableEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityID>
          <PayableEntityPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityPlaceID>
          <PayableInvoiceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</PayableInvoiceNumber>
          <PayableTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PayableTypeID>
          <ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ReferenceNumber>
          <ToChargeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ToChargeID>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">15</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:AdditionalFees>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
          </d2p1:AdditionalFees>
          <d2p1:AutoBilling>true</d2p1:AutoBilling>
          <d2p1:BaseFee>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:BaseFee>
          <d2p1:HoldNotes>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
          </d2p1:HoldNotes>
          <d2p1:PayableAddress>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:Address1>sample string 5</d2p1:Address1>
            <d2p1:Address2>sample string 6</d2p1:Address2>
            <d2p1:AddressHash>QEA=</d2p1:AddressHash>
            <d2p1:AddressID>1</d2p1:AddressID>
            <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
            <d2p1:City>sample string 7</d2p1:City>
            <d2p1:Comments>sample string 19</d2p1:Comments>
            <d2p1:ContactName>sample string 2</d2p1:ContactName>
            <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
            <d2p1:CreatedBy>20</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:EMail>sample string 16</d2p1:EMail>
            <d2p1:EntityName>sample string 3</d2p1:EntityName>
            <d2p1:Fax>sample string 14</d2p1:Fax>
            <d2p1:Mobile>sample string 15</d2p1:Mobile>
            <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
            <d2p1:Phone>sample string 13</d2p1:Phone>
            <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
            <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
            <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
            <d2p1:TollFree>sample string 12</d2p1:TollFree>
            <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:Website>sample string 17</d2p1:Website>
          </d2p1:PayableAddress>
          <d2p1:PayableEntity xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:CreatedBy>6</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactMasterID>1</d6p1:FBContactMasterID>
            <d6p1:OnCreditHold>true</d6p1:OnCreditHold>
            <d6p1:OnPropackHold>true</d6p1:OnPropackHold>
            <d6p1:P3PLClientID>1</d6p1:P3PLClientID>
            <d6p1:PaymentTermsID>1</d6p1:PaymentTermsID>
            <d6p1:ShortName>sample string 3</d6p1:ShortName>
            <d6p1:UpdatedBy>8</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
          </d2p1:PayableEntity>
          <d2p1:PayablePlace xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:Address1>sample string 4</d6p1:Address1>
            <d6p1:Address2>sample string 5</d6p1:Address2>
            <d6p1:AirportCode>sample string 10</d6p1:AirportCode>
            <d6p1:CSC>sample string 21</d6p1:CSC>
            <d6p1:City>sample string 6</d6p1:City>
            <d6p1:Comment>sample string 16</d6p1:Comment>
            <d6p1:CountryCode>sample string 9</d6p1:CountryCode>
            <d6p1:CreatedBy>17</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactsSub2ID>1</d6p1:FBContactsSub2ID>
            <d6p1:IsActive>true</d6p1:IsActive>
            <d6p1:IsBillingAddress>true</d6p1:IsBillingAddress>
            <d6p1:IsCrossDock>true</d6p1:IsCrossDock>
            <d6p1:IsTerminal>true</d6p1:IsTerminal>
            <d6p1:OpenHours>sample string 11</d6p1:OpenHours>
            <d6p1:PlaceID>1</d6p1:PlaceID>
            <d6p1:PlaceName>sample string 3</d6p1:PlaceName>
            <d6p1:PlaceTypeID>64</d6p1:PlaceTypeID>
            <d6p1:PostalCode>sample string 8</d6p1:PostalCode>
            <d6p1:StateProvinceCode>sample string 7</d6p1:StateProvinceCode>
            <d6p1:UpdatedBy>19</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
            <d6p1:WarehouseID>22</d6p1:WarehouseID>
          </d2p1:PayablePlace>
          <d2p1:PayableTypeName>sample string 1</d2p1:PayableTypeName>
          <d2p1:PreferredCurrencyCode>sample string 5</d2p1:PreferredCurrencyCode>
          <d2p1:TaskCompletedCount>3</d2p1:TaskCompletedCount>
          <d2p1:TaskCount>2</d2p1:TaskCount>
        </d2p1:Broker>
        <d2p1:Carrier>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <ApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ApprovedBy>
          <ApprovedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ApprovedDate>
          <ChargeDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ChargeDate>
          <ClearedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ClearedBy>
          <ClearedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ClearedDate>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">13</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DataVersion>
          <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
          <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">6</FreightPayableID>
          <IsPayable xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</IsPayable>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</OrderID>
          <PayableAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableAddressID>
          <PayableEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityID>
          <PayableEntityPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityPlaceID>
          <PayableInvoiceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</PayableInvoiceNumber>
          <PayableTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PayableTypeID>
          <ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ReferenceNumber>
          <ToChargeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ToChargeID>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">15</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:AdditionalFees>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
          </d2p1:AdditionalFees>
          <d2p1:AutoBilling>true</d2p1:AutoBilling>
          <d2p1:BaseFee>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:BaseFee>
          <d2p1:HoldNotes>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
          </d2p1:HoldNotes>
          <d2p1:PayableAddress>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:Address1>sample string 5</d2p1:Address1>
            <d2p1:Address2>sample string 6</d2p1:Address2>
            <d2p1:AddressHash>QEA=</d2p1:AddressHash>
            <d2p1:AddressID>1</d2p1:AddressID>
            <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
            <d2p1:City>sample string 7</d2p1:City>
            <d2p1:Comments>sample string 19</d2p1:Comments>
            <d2p1:ContactName>sample string 2</d2p1:ContactName>
            <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
            <d2p1:CreatedBy>20</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:EMail>sample string 16</d2p1:EMail>
            <d2p1:EntityName>sample string 3</d2p1:EntityName>
            <d2p1:Fax>sample string 14</d2p1:Fax>
            <d2p1:Mobile>sample string 15</d2p1:Mobile>
            <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
            <d2p1:Phone>sample string 13</d2p1:Phone>
            <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
            <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
            <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
            <d2p1:TollFree>sample string 12</d2p1:TollFree>
            <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:Website>sample string 17</d2p1:Website>
          </d2p1:PayableAddress>
          <d2p1:PayableEntity xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:CreatedBy>6</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactMasterID>1</d6p1:FBContactMasterID>
            <d6p1:OnCreditHold>true</d6p1:OnCreditHold>
            <d6p1:OnPropackHold>true</d6p1:OnPropackHold>
            <d6p1:P3PLClientID>1</d6p1:P3PLClientID>
            <d6p1:PaymentTermsID>1</d6p1:PaymentTermsID>
            <d6p1:ShortName>sample string 3</d6p1:ShortName>
            <d6p1:UpdatedBy>8</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
          </d2p1:PayableEntity>
          <d2p1:PayablePlace xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:Address1>sample string 4</d6p1:Address1>
            <d6p1:Address2>sample string 5</d6p1:Address2>
            <d6p1:AirportCode>sample string 10</d6p1:AirportCode>
            <d6p1:CSC>sample string 21</d6p1:CSC>
            <d6p1:City>sample string 6</d6p1:City>
            <d6p1:Comment>sample string 16</d6p1:Comment>
            <d6p1:CountryCode>sample string 9</d6p1:CountryCode>
            <d6p1:CreatedBy>17</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactsSub2ID>1</d6p1:FBContactsSub2ID>
            <d6p1:IsActive>true</d6p1:IsActive>
            <d6p1:IsBillingAddress>true</d6p1:IsBillingAddress>
            <d6p1:IsCrossDock>true</d6p1:IsCrossDock>
            <d6p1:IsTerminal>true</d6p1:IsTerminal>
            <d6p1:OpenHours>sample string 11</d6p1:OpenHours>
            <d6p1:PlaceID>1</d6p1:PlaceID>
            <d6p1:PlaceName>sample string 3</d6p1:PlaceName>
            <d6p1:PlaceTypeID>64</d6p1:PlaceTypeID>
            <d6p1:PostalCode>sample string 8</d6p1:PostalCode>
            <d6p1:StateProvinceCode>sample string 7</d6p1:StateProvinceCode>
            <d6p1:UpdatedBy>19</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
            <d6p1:WarehouseID>22</d6p1:WarehouseID>
          </d2p1:PayablePlace>
          <d2p1:PayableTypeName>sample string 1</d2p1:PayableTypeName>
          <d2p1:PreferredCurrencyCode>sample string 5</d2p1:PreferredCurrencyCode>
          <d2p1:TaskCompletedCount>3</d2p1:TaskCompletedCount>
          <d2p1:TaskCount>2</d2p1:TaskCount>
        </d2p1:Carrier>
        <d2p1:CrossDock>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <ApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ApprovedBy>
          <ApprovedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ApprovedDate>
          <ChargeDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ChargeDate>
          <ClearedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ClearedBy>
          <ClearedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </ClearedDate>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">13</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DataVersion>
          <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
          <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">6</FreightPayableID>
          <IsPayable xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</IsPayable>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</OrderID>
          <PayableAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableAddressID>
          <PayableEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityID>
          <PayableEntityPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityPlaceID>
          <PayableInvoiceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</PayableInvoiceNumber>
          <PayableTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PayableTypeID>
          <ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ReferenceNumber>
          <ToChargeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ToChargeID>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">15</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:AdditionalFees>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
            <d2p1:ordFreightFeeEx>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
              <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
              <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
              <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
              <BilledEnteredDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </BilledEnteredDate>
              <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
              <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
              <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
              <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
              <CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </CreatedDate>
              <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
              <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
              <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
              <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
              <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
              <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
              <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
              <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
              <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
              <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
              <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
              <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
              <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
              <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
              <InvoicedApprovedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </InvoicedApprovedDate>
              <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
              <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
              <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
              <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
              <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
              <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
              <UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </UpdatedDate>
              <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
              <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
              <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
              <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
              <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
              <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
              <d2p1:NoteCount>1</d2p1:NoteCount>
              <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
              <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
            </d2p1:ordFreightFeeEx>
          </d2p1:AdditionalFees>
          <d2p1:AutoBilling>true</d2p1:AutoBilling>
          <d2p1:BaseFee>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:BaseFee>
          <d2p1:HoldNotes>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
            <d2p1:ordNote>
              <results xmlns:d8p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
              <d2p1:ClientVisible>true</d2p1:ClientVisible>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:CreatedDate>
              <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
              <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
              <d2p1:FreightLegID>1</d2p1:FreightLegID>
              <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
              <d2p1:InvoiceID>1</d2p1:InvoiceID>
              <d2p1:IsRead>true</d2p1:IsRead>
              <d2p1:ItemID>1</d2p1:ItemID>
              <d2p1:ItemType>Order</d2p1:ItemType>
              <d2p1:Note>sample string 7</d2p1:Note>
              <d2p1:NoteID>5</d2p1:NoteID>
              <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
              <d2p1:OrderID>6</d2p1:OrderID>
              <d2p1:QuoteID>1</d2p1:QuoteID>
              <d2p1:TaskID>1</d2p1:TaskID>
              <d2p1:TrackingID>1</d2p1:TrackingID>
              <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
              <d2p1:UpdatedDate xmlns:d8p1="http://schemas.datacontract.org/2004/07/System">
                <d8p1:DateTime>2025-12-06T23:37:03.3990237Z</d8p1:DateTime>
                <d8p1:OffsetMinutes>0</d8p1:OffsetMinutes>
              </d2p1:UpdatedDate>
              <d2p1:WONumber>1</d2p1:WONumber>
              <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
              <d2p1:LinkName>sample string 2</d2p1:LinkName>
              <d2p1:LinkType>sample string 1</d2p1:LinkType>
              <d2p1:PersonName>sample string 3</d2p1:PersonName>
              <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
            </d2p1:ordNote>
          </d2p1:HoldNotes>
          <d2p1:PayableAddress>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:Address1>sample string 5</d2p1:Address1>
            <d2p1:Address2>sample string 6</d2p1:Address2>
            <d2p1:AddressHash>QEA=</d2p1:AddressHash>
            <d2p1:AddressID>1</d2p1:AddressID>
            <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
            <d2p1:City>sample string 7</d2p1:City>
            <d2p1:Comments>sample string 19</d2p1:Comments>
            <d2p1:ContactName>sample string 2</d2p1:ContactName>
            <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
            <d2p1:CreatedBy>20</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:EMail>sample string 16</d2p1:EMail>
            <d2p1:EntityName>sample string 3</d2p1:EntityName>
            <d2p1:Fax>sample string 14</d2p1:Fax>
            <d2p1:Mobile>sample string 15</d2p1:Mobile>
            <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
            <d2p1:Phone>sample string 13</d2p1:Phone>
            <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
            <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
            <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
            <d2p1:TollFree>sample string 12</d2p1:TollFree>
            <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:Website>sample string 17</d2p1:Website>
          </d2p1:PayableAddress>
          <d2p1:PayableEntity xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:CreatedBy>6</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactMasterID>1</d6p1:FBContactMasterID>
            <d6p1:OnCreditHold>true</d6p1:OnCreditHold>
            <d6p1:OnPropackHold>true</d6p1:OnPropackHold>
            <d6p1:P3PLClientID>1</d6p1:P3PLClientID>
            <d6p1:PaymentTermsID>1</d6p1:PaymentTermsID>
            <d6p1:ShortName>sample string 3</d6p1:ShortName>
            <d6p1:UpdatedBy>8</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
          </d2p1:PayableEntity>
          <d2p1:PayablePlace xmlns:d6p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d6p1:Address1>sample string 4</d6p1:Address1>
            <d6p1:Address2>sample string 5</d6p1:Address2>
            <d6p1:AirportCode>sample string 10</d6p1:AirportCode>
            <d6p1:CSC>sample string 21</d6p1:CSC>
            <d6p1:City>sample string 6</d6p1:City>
            <d6p1:Comment>sample string 16</d6p1:Comment>
            <d6p1:CountryCode>sample string 9</d6p1:CountryCode>
            <d6p1:CreatedBy>17</d6p1:CreatedBy>
            <d6p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:CreatedDate>
            <d6p1:EntityID>1</d6p1:EntityID>
            <d6p1:EntityName>sample string 2</d6p1:EntityName>
            <d6p1:FBContactsSub2ID>1</d6p1:FBContactsSub2ID>
            <d6p1:IsActive>true</d6p1:IsActive>
            <d6p1:IsBillingAddress>true</d6p1:IsBillingAddress>
            <d6p1:IsCrossDock>true</d6p1:IsCrossDock>
            <d6p1:IsTerminal>true</d6p1:IsTerminal>
            <d6p1:OpenHours>sample string 11</d6p1:OpenHours>
            <d6p1:PlaceID>1</d6p1:PlaceID>
            <d6p1:PlaceName>sample string 3</d6p1:PlaceName>
            <d6p1:PlaceTypeID>64</d6p1:PlaceTypeID>
            <d6p1:PostalCode>sample string 8</d6p1:PostalCode>
            <d6p1:StateProvinceCode>sample string 7</d6p1:StateProvinceCode>
            <d6p1:UpdatedBy>19</d6p1:UpdatedBy>
            <d6p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3987308Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d6p1:UpdatedDate>
            <d6p1:WarehouseID>22</d6p1:WarehouseID>
          </d2p1:PayablePlace>
          <d2p1:PayableTypeName>sample string 1</d2p1:PayableTypeName>
          <d2p1:PreferredCurrencyCode>sample string 5</d2p1:PreferredCurrencyCode>
          <d2p1:TaskCompletedCount>3</d2p1:TaskCompletedCount>
          <d2p1:TaskCount>2</d2p1:TaskCount>
        </d2p1:CrossDock>
        <d2p1:DestinationAddress>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:Address1>sample string 5</d2p1:Address1>
          <d2p1:Address2>sample string 6</d2p1:Address2>
          <d2p1:AddressHash>QEA=</d2p1:AddressHash>
          <d2p1:AddressID>1</d2p1:AddressID>
          <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
          <d2p1:City>sample string 7</d2p1:City>
          <d2p1:Comments>sample string 19</d2p1:Comments>
          <d2p1:ContactName>sample string 2</d2p1:ContactName>
          <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
          <d2p1:CreatedBy>20</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:EMail>sample string 16</d2p1:EMail>
          <d2p1:EntityName>sample string 3</d2p1:EntityName>
          <d2p1:Fax>sample string 14</d2p1:Fax>
          <d2p1:Mobile>sample string 15</d2p1:Mobile>
          <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
          <d2p1:Phone>sample string 13</d2p1:Phone>
          <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
          <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
          <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
          <d2p1:TollFree>sample string 12</d2p1:TollFree>
          <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:Website>sample string 17</d2p1:Website>
        </d2p1:DestinationAddress>
        <d2p1:DestinationEntity>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <EntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</EntityID>
          <EntityName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</EntityName>
          <FBContactMasterID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBContactMasterID>
          <OnCreditHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnCreditHold>
          <OnPropackHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnPropackHold>
          <P3PLClientID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</P3PLClientID>
          <PaymentTermsID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PaymentTermsID>
          <ShortName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</ShortName>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:IsPayableCrossDock>true</d2p1:IsPayableCrossDock>
        </d2p1:DestinationEntity>
        <d2p1:DestinationPlace xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:Address1>sample string 4</d5p1:Address1>
          <d5p1:Address2>sample string 5</d5p1:Address2>
          <d5p1:AirportCode>sample string 10</d5p1:AirportCode>
          <d5p1:CSC>sample string 21</d5p1:CSC>
          <d5p1:City>sample string 6</d5p1:City>
          <d5p1:Comment>sample string 16</d5p1:Comment>
          <d5p1:CountryCode>sample string 9</d5p1:CountryCode>
          <d5p1:CreatedBy>17</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactsSub2ID>1</d5p1:FBContactsSub2ID>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsBillingAddress>true</d5p1:IsBillingAddress>
          <d5p1:IsCrossDock>true</d5p1:IsCrossDock>
          <d5p1:IsTerminal>true</d5p1:IsTerminal>
          <d5p1:OpenHours>sample string 11</d5p1:OpenHours>
          <d5p1:PlaceID>1</d5p1:PlaceID>
          <d5p1:PlaceName>sample string 3</d5p1:PlaceName>
          <d5p1:PlaceTypeID>64</d5p1:PlaceTypeID>
          <d5p1:PostalCode>sample string 8</d5p1:PostalCode>
          <d5p1:StateProvinceCode>sample string 7</d5p1:StateProvinceCode>
          <d5p1:UpdatedBy>19</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
          <d5p1:WarehouseID>22</d5p1:WarehouseID>
        </d2p1:DestinationPlace>
        <d2p1:FreightLegCount>2</d2p1:FreightLegCount>
        <d2p1:HoldNotes>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
        </d2p1:HoldNotes>
        <d2p1:OriginAddress>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:Address1>sample string 5</d2p1:Address1>
          <d2p1:Address2>sample string 6</d2p1:Address2>
          <d2p1:AddressHash>QEA=</d2p1:AddressHash>
          <d2p1:AddressID>1</d2p1:AddressID>
          <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
          <d2p1:City>sample string 7</d2p1:City>
          <d2p1:Comments>sample string 19</d2p1:Comments>
          <d2p1:ContactName>sample string 2</d2p1:ContactName>
          <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
          <d2p1:CreatedBy>20</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:EMail>sample string 16</d2p1:EMail>
          <d2p1:EntityName>sample string 3</d2p1:EntityName>
          <d2p1:Fax>sample string 14</d2p1:Fax>
          <d2p1:Mobile>sample string 15</d2p1:Mobile>
          <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
          <d2p1:Phone>sample string 13</d2p1:Phone>
          <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
          <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
          <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
          <d2p1:TollFree>sample string 12</d2p1:TollFree>
          <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:Website>sample string 17</d2p1:Website>
        </d2p1:OriginAddress>
        <d2p1:OriginAddressID>1</d2p1:OriginAddressID>
        <d2p1:OriginCSC>sample string 1</d2p1:OriginCSC>
        <d2p1:OriginEntity>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <EntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</EntityID>
          <EntityName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</EntityName>
          <FBContactMasterID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBContactMasterID>
          <OnCreditHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnCreditHold>
          <OnPropackHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnPropackHold>
          <P3PLClientID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</P3PLClientID>
          <PaymentTermsID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PaymentTermsID>
          <ShortName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</ShortName>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:IsPayableCrossDock>true</d2p1:IsPayableCrossDock>
        </d2p1:OriginEntity>
        <d2p1:OriginEntityID>1</d2p1:OriginEntityID>
        <d2p1:OriginPlace xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:Address1>sample string 4</d5p1:Address1>
          <d5p1:Address2>sample string 5</d5p1:Address2>
          <d5p1:AirportCode>sample string 10</d5p1:AirportCode>
          <d5p1:CSC>sample string 21</d5p1:CSC>
          <d5p1:City>sample string 6</d5p1:City>
          <d5p1:Comment>sample string 16</d5p1:Comment>
          <d5p1:CountryCode>sample string 9</d5p1:CountryCode>
          <d5p1:CreatedBy>17</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactsSub2ID>1</d5p1:FBContactsSub2ID>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsBillingAddress>true</d5p1:IsBillingAddress>
          <d5p1:IsCrossDock>true</d5p1:IsCrossDock>
          <d5p1:IsTerminal>true</d5p1:IsTerminal>
          <d5p1:OpenHours>sample string 11</d5p1:OpenHours>
          <d5p1:PlaceID>1</d5p1:PlaceID>
          <d5p1:PlaceName>sample string 3</d5p1:PlaceName>
          <d5p1:PlaceTypeID>64</d5p1:PlaceTypeID>
          <d5p1:PostalCode>sample string 8</d5p1:PostalCode>
          <d5p1:StateProvinceCode>sample string 7</d5p1:StateProvinceCode>
          <d5p1:UpdatedBy>19</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
          <d5p1:WarehouseID>22</d5p1:WarehouseID>
        </d2p1:OriginPlace>
        <d2p1:OriginPlaceID>1</d2p1:OriginPlaceID>
        <d2p1:Pieces>
          <d2p1:ordPieceEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BoxNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BoxNumber>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</DataVersion>
            <DimWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DimWeight>
            <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
            <ItemCount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ItemCount>
            <ManualTotalWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ManualTotalWeight>
            <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</OrderID>
            <PackTimeFinish xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </PackTimeFinish>
            <PackTimeStart xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </PackTimeStart>
            <PackedByUserID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PackedByUserID>
            <PalletNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PalletNumber>
            <PieceDescription xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</PieceDescription>
            <PieceHeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceHeight>
            <PieceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceID>
            <PieceLength xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceLength>
            <PieceTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PieceTypeID>
            <PieceWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWeight>
            <PieceWidth xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWidth>
            <Quantity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">5</Quantity>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <WarehouseAlertID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</WarehouseAlertID>
            <WarehouseCheck xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</WarehouseCheck>
            <d2p1:PieceTypeName>sample string 1</d2p1:PieceTypeName>
            <d2p1:TotalWeight>1</d2p1:TotalWeight>
          </d2p1:ordPieceEx>
          <d2p1:ordPieceEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BoxNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BoxNumber>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</DataVersion>
            <DimWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DimWeight>
            <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
            <ItemCount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ItemCount>
            <ManualTotalWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ManualTotalWeight>
            <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</OrderID>
            <PackTimeFinish xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </PackTimeFinish>
            <PackTimeStart xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </PackTimeStart>
            <PackedByUserID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PackedByUserID>
            <PalletNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PalletNumber>
            <PieceDescription xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</PieceDescription>
            <PieceHeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceHeight>
            <PieceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceID>
            <PieceLength xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceLength>
            <PieceTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PieceTypeID>
            <PieceWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWeight>
            <PieceWidth xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWidth>
            <Quantity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">5</Quantity>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3996937Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <WarehouseAlertID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</WarehouseAlertID>
            <WarehouseCheck xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</WarehouseCheck>
            <d2p1:PieceTypeName>sample string 1</d2p1:PieceTypeName>
            <d2p1:TotalWeight>1</d2p1:TotalWeight>
          </d2p1:ordPieceEx>
        </d2p1:Pieces>
        <d2p1:Tracking>
          <d2p1:ordTracking>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:CategoryCode>sample string 15</d2p1:CategoryCode>
            <d2p1:ContactPerson>sample string 5</d2p1:ContactPerson>
            <d2p1:CreatedBy>8</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:DateTracked xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:DateTracked>
            <d2p1:FBMasterID>1</d2p1:FBMasterID>
            <d2p1:FBTrackID>1</d2p1:FBTrackID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:OrderID>2</d2p1:OrderID>
            <d2p1:PersonName>sample string 12</d2p1:PersonName>
            <d2p1:Status>sample string 3</d2p1:Status>
            <d2p1:Terminal>sample string 4</d2p1:Terminal>
            <d2p1:TrackingCategoryID>7</d2p1:TrackingCategoryID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:TrackingType>sample string 14</d2p1:TrackingType>
            <d2p1:TrackingTypeID>6</d2p1:TrackingTypeID>
            <d2p1:UpdatedBy>10</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:UserInitials>sample string 13</d2p1:UserInitials>
          </d2p1:ordTracking>
          <d2p1:ordTracking>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:CategoryCode>sample string 15</d2p1:CategoryCode>
            <d2p1:ContactPerson>sample string 5</d2p1:ContactPerson>
            <d2p1:CreatedBy>8</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:DateTracked xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:DateTracked>
            <d2p1:FBMasterID>1</d2p1:FBMasterID>
            <d2p1:FBTrackID>1</d2p1:FBTrackID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:OrderID>2</d2p1:OrderID>
            <d2p1:PersonName>sample string 12</d2p1:PersonName>
            <d2p1:Status>sample string 3</d2p1:Status>
            <d2p1:Terminal>sample string 4</d2p1:Terminal>
            <d2p1:TrackingCategoryID>7</d2p1:TrackingCategoryID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:TrackingType>sample string 14</d2p1:TrackingType>
            <d2p1:TrackingTypeID>6</d2p1:TrackingTypeID>
            <d2p1:UpdatedBy>10</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:UserInitials>sample string 13</d2p1:UserInitials>
          </d2p1:ordTracking>
        </d2p1:Tracking>
      </d2p1:OutboundLeg>
      <d2p1:Pieces>
        <d2p1:ordPieceEx>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <BoxNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BoxNumber>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</DataVersion>
          <DimWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DimWeight>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <ItemCount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ItemCount>
          <ManualTotalWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ManualTotalWeight>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</OrderID>
          <PackTimeFinish xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </PackTimeFinish>
          <PackTimeStart xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </PackTimeStart>
          <PackedByUserID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PackedByUserID>
          <PalletNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PalletNumber>
          <PieceDescription xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</PieceDescription>
          <PieceHeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceHeight>
          <PieceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceID>
          <PieceLength xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceLength>
          <PieceTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PieceTypeID>
          <PieceWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWeight>
          <PieceWidth xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWidth>
          <Quantity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">5</Quantity>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <WarehouseAlertID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</WarehouseAlertID>
          <WarehouseCheck xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</WarehouseCheck>
          <d2p1:PieceTypeName>sample string 1</d2p1:PieceTypeName>
          <d2p1:TotalWeight>1</d2p1:TotalWeight>
        </d2p1:ordPieceEx>
        <d2p1:ordPieceEx>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <BoxNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BoxNumber>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</DataVersion>
          <DimWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DimWeight>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <ItemCount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ItemCount>
          <ManualTotalWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ManualTotalWeight>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</OrderID>
          <PackTimeFinish xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </PackTimeFinish>
          <PackTimeStart xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </PackTimeStart>
          <PackedByUserID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PackedByUserID>
          <PalletNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PalletNumber>
          <PieceDescription xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</PieceDescription>
          <PieceHeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceHeight>
          <PieceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceID>
          <PieceLength xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceLength>
          <PieceTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PieceTypeID>
          <PieceWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWeight>
          <PieceWidth xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWidth>
          <Quantity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">5</Quantity>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <WarehouseAlertID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</WarehouseAlertID>
          <WarehouseCheck xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</WarehouseCheck>
          <d2p1:PieceTypeName>sample string 1</d2p1:PieceTypeName>
          <d2p1:TotalWeight>1</d2p1:TotalWeight>
        </d2p1:ordPieceEx>
      </d2p1:Pieces>
    </d2p1:ordWarehouseAlertEx>
  </returnList2>
  <returnList3 xmlns:d2p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Models">
    <d2p1:ordFreightLegEx>
      <results xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
      <ActualDeliveryDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </ActualDeliveryDate>
      <ActualPickUpDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </ActualPickUpDate>
      <AlertEmailedDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </AlertEmailedDate>
      <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">12</CreatedBy>
      <CreatedDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </CreatedDate>
      <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 5</DataVersion>
      <DestinationAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DestinationAddressID>
      <DestinationCSC xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</DestinationCSC>
      <DestinationCity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 7</DestinationCity>
      <DestinationCountryCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 9</DestinationCountryCode>
      <DestinationEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DestinationEntityID>
      <DestinationPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DestinationPlaceID>
      <DestinationStateProvinceCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DestinationStateProvinceCode>
      <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
      <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">3</FreightLegID>
      <FreightLegSequence xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</FreightLegSequence>
      <LegApproved xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</LegApproved>
      <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">4</OrderID>
      <PODDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </PODDate>
      <PODName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 10</PODName>
      <ParsPaps xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ParsPaps>
      <ScheduledDeliveryDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </ScheduledDeliveryDate>
      <ScheduledPickUpDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </ScheduledPickUpDate>
      <TrackingStatusColor xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</TrackingStatusColor>
      <TrackingStatusStep xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</TrackingStatusStep>
      <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">14</UpdatedBy>
      <UpdatedDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </UpdatedDate>
      <d2p1:Broker>
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <ApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ApprovedBy>
        <ApprovedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ApprovedDate>
        <ChargeDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ChargeDate>
        <ClearedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ClearedBy>
        <ClearedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ClearedDate>
        <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">13</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DataVersion>
        <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
        <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
        <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
        <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">6</FreightPayableID>
        <IsPayable xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</IsPayable>
        <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</OrderID>
        <PayableAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableAddressID>
        <PayableEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityID>
        <PayableEntityPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityPlaceID>
        <PayableInvoiceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</PayableInvoiceNumber>
        <PayableTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PayableTypeID>
        <ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ReferenceNumber>
        <ToChargeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ToChargeID>
        <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">15</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
        <d2p1:AdditionalFees>
          <d2p1:ordFreightFeeEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:ordFreightFeeEx>
          <d2p1:ordFreightFeeEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:ordFreightFeeEx>
        </d2p1:AdditionalFees>
        <d2p1:AutoBilling>true</d2p1:AutoBilling>
        <d2p1:BaseFee>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
          <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
          <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
          <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
          <BilledEnteredDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </BilledEnteredDate>
          <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
          <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
          <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
          <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
          <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
          <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
          <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
          <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
          <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
          <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
          <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
          <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
          <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
          <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
          <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
          <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
          <InvoicedApprovedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </InvoicedApprovedDate>
          <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
          <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
          <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
          <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
          <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
          <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
          <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
          <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
          <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
          <d2p1:FreightLegID>1</d2p1:FreightLegID>
          <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
          <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
          <d2p1:NoteCount>1</d2p1:NoteCount>
          <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
          <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
        </d2p1:BaseFee>
        <d2p1:HoldNotes>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
        </d2p1:HoldNotes>
        <d2p1:PayableAddress>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:Address1>sample string 5</d2p1:Address1>
          <d2p1:Address2>sample string 6</d2p1:Address2>
          <d2p1:AddressHash>QEA=</d2p1:AddressHash>
          <d2p1:AddressID>1</d2p1:AddressID>
          <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
          <d2p1:City>sample string 7</d2p1:City>
          <d2p1:Comments>sample string 19</d2p1:Comments>
          <d2p1:ContactName>sample string 2</d2p1:ContactName>
          <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
          <d2p1:CreatedBy>20</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:EMail>sample string 16</d2p1:EMail>
          <d2p1:EntityName>sample string 3</d2p1:EntityName>
          <d2p1:Fax>sample string 14</d2p1:Fax>
          <d2p1:Mobile>sample string 15</d2p1:Mobile>
          <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
          <d2p1:Phone>sample string 13</d2p1:Phone>
          <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
          <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
          <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
          <d2p1:TollFree>sample string 12</d2p1:TollFree>
          <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:Website>sample string 17</d2p1:Website>
        </d2p1:PayableAddress>
        <d2p1:PayableEntity xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:CreatedBy>6</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactMasterID>1</d5p1:FBContactMasterID>
          <d5p1:OnCreditHold>true</d5p1:OnCreditHold>
          <d5p1:OnPropackHold>true</d5p1:OnPropackHold>
          <d5p1:P3PLClientID>1</d5p1:P3PLClientID>
          <d5p1:PaymentTermsID>1</d5p1:PaymentTermsID>
          <d5p1:ShortName>sample string 3</d5p1:ShortName>
          <d5p1:UpdatedBy>8</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
        </d2p1:PayableEntity>
        <d2p1:PayablePlace xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:Address1>sample string 4</d5p1:Address1>
          <d5p1:Address2>sample string 5</d5p1:Address2>
          <d5p1:AirportCode>sample string 10</d5p1:AirportCode>
          <d5p1:CSC>sample string 21</d5p1:CSC>
          <d5p1:City>sample string 6</d5p1:City>
          <d5p1:Comment>sample string 16</d5p1:Comment>
          <d5p1:CountryCode>sample string 9</d5p1:CountryCode>
          <d5p1:CreatedBy>17</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactsSub2ID>1</d5p1:FBContactsSub2ID>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsBillingAddress>true</d5p1:IsBillingAddress>
          <d5p1:IsCrossDock>true</d5p1:IsCrossDock>
          <d5p1:IsTerminal>true</d5p1:IsTerminal>
          <d5p1:OpenHours>sample string 11</d5p1:OpenHours>
          <d5p1:PlaceID>1</d5p1:PlaceID>
          <d5p1:PlaceName>sample string 3</d5p1:PlaceName>
          <d5p1:PlaceTypeID>64</d5p1:PlaceTypeID>
          <d5p1:PostalCode>sample string 8</d5p1:PostalCode>
          <d5p1:StateProvinceCode>sample string 7</d5p1:StateProvinceCode>
          <d5p1:UpdatedBy>19</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
          <d5p1:WarehouseID>22</d5p1:WarehouseID>
        </d2p1:PayablePlace>
        <d2p1:PayableTypeName>sample string 1</d2p1:PayableTypeName>
        <d2p1:PreferredCurrencyCode>sample string 5</d2p1:PreferredCurrencyCode>
        <d2p1:TaskCompletedCount>3</d2p1:TaskCompletedCount>
        <d2p1:TaskCount>2</d2p1:TaskCount>
      </d2p1:Broker>
      <d2p1:Carrier>
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <ApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ApprovedBy>
        <ApprovedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ApprovedDate>
        <ChargeDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ChargeDate>
        <ClearedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ClearedBy>
        <ClearedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ClearedDate>
        <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">13</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DataVersion>
        <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
        <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
        <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
        <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">6</FreightPayableID>
        <IsPayable xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</IsPayable>
        <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</OrderID>
        <PayableAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableAddressID>
        <PayableEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityID>
        <PayableEntityPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityPlaceID>
        <PayableInvoiceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</PayableInvoiceNumber>
        <PayableTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PayableTypeID>
        <ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ReferenceNumber>
        <ToChargeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ToChargeID>
        <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">15</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
        <d2p1:AdditionalFees>
          <d2p1:ordFreightFeeEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:ordFreightFeeEx>
          <d2p1:ordFreightFeeEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:ordFreightFeeEx>
        </d2p1:AdditionalFees>
        <d2p1:AutoBilling>true</d2p1:AutoBilling>
        <d2p1:BaseFee>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
          <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
          <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
          <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
          <BilledEnteredDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </BilledEnteredDate>
          <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
          <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
          <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
          <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
          <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
          <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
          <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
          <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
          <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
          <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
          <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
          <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
          <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
          <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
          <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
          <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
          <InvoicedApprovedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </InvoicedApprovedDate>
          <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
          <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
          <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
          <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
          <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
          <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
          <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
          <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
          <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
          <d2p1:FreightLegID>1</d2p1:FreightLegID>
          <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
          <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
          <d2p1:NoteCount>1</d2p1:NoteCount>
          <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
          <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
        </d2p1:BaseFee>
        <d2p1:HoldNotes>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
        </d2p1:HoldNotes>
        <d2p1:PayableAddress>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:Address1>sample string 5</d2p1:Address1>
          <d2p1:Address2>sample string 6</d2p1:Address2>
          <d2p1:AddressHash>QEA=</d2p1:AddressHash>
          <d2p1:AddressID>1</d2p1:AddressID>
          <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
          <d2p1:City>sample string 7</d2p1:City>
          <d2p1:Comments>sample string 19</d2p1:Comments>
          <d2p1:ContactName>sample string 2</d2p1:ContactName>
          <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
          <d2p1:CreatedBy>20</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:EMail>sample string 16</d2p1:EMail>
          <d2p1:EntityName>sample string 3</d2p1:EntityName>
          <d2p1:Fax>sample string 14</d2p1:Fax>
          <d2p1:Mobile>sample string 15</d2p1:Mobile>
          <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
          <d2p1:Phone>sample string 13</d2p1:Phone>
          <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
          <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
          <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
          <d2p1:TollFree>sample string 12</d2p1:TollFree>
          <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:Website>sample string 17</d2p1:Website>
        </d2p1:PayableAddress>
        <d2p1:PayableEntity xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:CreatedBy>6</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactMasterID>1</d5p1:FBContactMasterID>
          <d5p1:OnCreditHold>true</d5p1:OnCreditHold>
          <d5p1:OnPropackHold>true</d5p1:OnPropackHold>
          <d5p1:P3PLClientID>1</d5p1:P3PLClientID>
          <d5p1:PaymentTermsID>1</d5p1:PaymentTermsID>
          <d5p1:ShortName>sample string 3</d5p1:ShortName>
          <d5p1:UpdatedBy>8</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
        </d2p1:PayableEntity>
        <d2p1:PayablePlace xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:Address1>sample string 4</d5p1:Address1>
          <d5p1:Address2>sample string 5</d5p1:Address2>
          <d5p1:AirportCode>sample string 10</d5p1:AirportCode>
          <d5p1:CSC>sample string 21</d5p1:CSC>
          <d5p1:City>sample string 6</d5p1:City>
          <d5p1:Comment>sample string 16</d5p1:Comment>
          <d5p1:CountryCode>sample string 9</d5p1:CountryCode>
          <d5p1:CreatedBy>17</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactsSub2ID>1</d5p1:FBContactsSub2ID>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsBillingAddress>true</d5p1:IsBillingAddress>
          <d5p1:IsCrossDock>true</d5p1:IsCrossDock>
          <d5p1:IsTerminal>true</d5p1:IsTerminal>
          <d5p1:OpenHours>sample string 11</d5p1:OpenHours>
          <d5p1:PlaceID>1</d5p1:PlaceID>
          <d5p1:PlaceName>sample string 3</d5p1:PlaceName>
          <d5p1:PlaceTypeID>64</d5p1:PlaceTypeID>
          <d5p1:PostalCode>sample string 8</d5p1:PostalCode>
          <d5p1:StateProvinceCode>sample string 7</d5p1:StateProvinceCode>
          <d5p1:UpdatedBy>19</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
          <d5p1:WarehouseID>22</d5p1:WarehouseID>
        </d2p1:PayablePlace>
        <d2p1:PayableTypeName>sample string 1</d2p1:PayableTypeName>
        <d2p1:PreferredCurrencyCode>sample string 5</d2p1:PreferredCurrencyCode>
        <d2p1:TaskCompletedCount>3</d2p1:TaskCompletedCount>
        <d2p1:TaskCount>2</d2p1:TaskCount>
      </d2p1:Carrier>
      <d2p1:CrossDock>
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <ApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ApprovedBy>
        <ApprovedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ApprovedDate>
        <ChargeDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ChargeDate>
        <ClearedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ClearedBy>
        <ClearedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ClearedDate>
        <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">13</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DataVersion>
        <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
        <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
        <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
        <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">6</FreightPayableID>
        <IsPayable xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</IsPayable>
        <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</OrderID>
        <PayableAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableAddressID>
        <PayableEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityID>
        <PayableEntityPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityPlaceID>
        <PayableInvoiceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</PayableInvoiceNumber>
        <PayableTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PayableTypeID>
        <ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ReferenceNumber>
        <ToChargeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ToChargeID>
        <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">15</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
        <d2p1:AdditionalFees>
          <d2p1:ordFreightFeeEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:ordFreightFeeEx>
          <d2p1:ordFreightFeeEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:ordFreightFeeEx>
        </d2p1:AdditionalFees>
        <d2p1:AutoBilling>true</d2p1:AutoBilling>
        <d2p1:BaseFee>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
          <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
          <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
          <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
          <BilledEnteredDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </BilledEnteredDate>
          <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
          <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
          <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
          <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
          <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
          <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
          <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
          <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
          <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
          <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
          <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
          <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
          <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
          <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
          <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
          <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
          <InvoicedApprovedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </InvoicedApprovedDate>
          <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
          <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
          <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
          <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
          <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
          <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
          <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
          <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
          <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
          <d2p1:FreightLegID>1</d2p1:FreightLegID>
          <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
          <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
          <d2p1:NoteCount>1</d2p1:NoteCount>
          <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
          <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
        </d2p1:BaseFee>
        <d2p1:HoldNotes>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
        </d2p1:HoldNotes>
        <d2p1:PayableAddress>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:Address1>sample string 5</d2p1:Address1>
          <d2p1:Address2>sample string 6</d2p1:Address2>
          <d2p1:AddressHash>QEA=</d2p1:AddressHash>
          <d2p1:AddressID>1</d2p1:AddressID>
          <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
          <d2p1:City>sample string 7</d2p1:City>
          <d2p1:Comments>sample string 19</d2p1:Comments>
          <d2p1:ContactName>sample string 2</d2p1:ContactName>
          <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
          <d2p1:CreatedBy>20</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:EMail>sample string 16</d2p1:EMail>
          <d2p1:EntityName>sample string 3</d2p1:EntityName>
          <d2p1:Fax>sample string 14</d2p1:Fax>
          <d2p1:Mobile>sample string 15</d2p1:Mobile>
          <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
          <d2p1:Phone>sample string 13</d2p1:Phone>
          <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
          <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
          <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
          <d2p1:TollFree>sample string 12</d2p1:TollFree>
          <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:Website>sample string 17</d2p1:Website>
        </d2p1:PayableAddress>
        <d2p1:PayableEntity xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:CreatedBy>6</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactMasterID>1</d5p1:FBContactMasterID>
          <d5p1:OnCreditHold>true</d5p1:OnCreditHold>
          <d5p1:OnPropackHold>true</d5p1:OnPropackHold>
          <d5p1:P3PLClientID>1</d5p1:P3PLClientID>
          <d5p1:PaymentTermsID>1</d5p1:PaymentTermsID>
          <d5p1:ShortName>sample string 3</d5p1:ShortName>
          <d5p1:UpdatedBy>8</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
        </d2p1:PayableEntity>
        <d2p1:PayablePlace xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:Address1>sample string 4</d5p1:Address1>
          <d5p1:Address2>sample string 5</d5p1:Address2>
          <d5p1:AirportCode>sample string 10</d5p1:AirportCode>
          <d5p1:CSC>sample string 21</d5p1:CSC>
          <d5p1:City>sample string 6</d5p1:City>
          <d5p1:Comment>sample string 16</d5p1:Comment>
          <d5p1:CountryCode>sample string 9</d5p1:CountryCode>
          <d5p1:CreatedBy>17</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactsSub2ID>1</d5p1:FBContactsSub2ID>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsBillingAddress>true</d5p1:IsBillingAddress>
          <d5p1:IsCrossDock>true</d5p1:IsCrossDock>
          <d5p1:IsTerminal>true</d5p1:IsTerminal>
          <d5p1:OpenHours>sample string 11</d5p1:OpenHours>
          <d5p1:PlaceID>1</d5p1:PlaceID>
          <d5p1:PlaceName>sample string 3</d5p1:PlaceName>
          <d5p1:PlaceTypeID>64</d5p1:PlaceTypeID>
          <d5p1:PostalCode>sample string 8</d5p1:PostalCode>
          <d5p1:StateProvinceCode>sample string 7</d5p1:StateProvinceCode>
          <d5p1:UpdatedBy>19</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
          <d5p1:WarehouseID>22</d5p1:WarehouseID>
        </d2p1:PayablePlace>
        <d2p1:PayableTypeName>sample string 1</d2p1:PayableTypeName>
        <d2p1:PreferredCurrencyCode>sample string 5</d2p1:PreferredCurrencyCode>
        <d2p1:TaskCompletedCount>3</d2p1:TaskCompletedCount>
        <d2p1:TaskCount>2</d2p1:TaskCount>
      </d2p1:CrossDock>
      <d2p1:DestinationAddress>
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <d2p1:Address1>sample string 5</d2p1:Address1>
        <d2p1:Address2>sample string 6</d2p1:Address2>
        <d2p1:AddressHash>QEA=</d2p1:AddressHash>
        <d2p1:AddressID>1</d2p1:AddressID>
        <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
        <d2p1:City>sample string 7</d2p1:City>
        <d2p1:Comments>sample string 19</d2p1:Comments>
        <d2p1:ContactName>sample string 2</d2p1:ContactName>
        <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
        <d2p1:CreatedBy>20</d2p1:CreatedBy>
        <d2p1:CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </d2p1:CreatedDate>
        <d2p1:EMail>sample string 16</d2p1:EMail>
        <d2p1:EntityName>sample string 3</d2p1:EntityName>
        <d2p1:Fax>sample string 14</d2p1:Fax>
        <d2p1:Mobile>sample string 15</d2p1:Mobile>
        <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
        <d2p1:Phone>sample string 13</d2p1:Phone>
        <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
        <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
        <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
        <d2p1:TollFree>sample string 12</d2p1:TollFree>
        <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
        <d2p1:UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </d2p1:UpdatedDate>
        <d2p1:Website>sample string 17</d2p1:Website>
      </d2p1:DestinationAddress>
      <d2p1:DestinationEntity>
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3987308Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <EntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</EntityID>
        <EntityName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</EntityName>
        <FBContactMasterID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBContactMasterID>
        <OnCreditHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnCreditHold>
        <OnPropackHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnPropackHold>
        <P3PLClientID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</P3PLClientID>
        <PaymentTermsID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PaymentTermsID>
        <ShortName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</ShortName>
        <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3987308Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
        <d2p1:IsPayableCrossDock>true</d2p1:IsPayableCrossDock>
      </d2p1:DestinationEntity>
      <d2p1:DestinationPlace xmlns:d4p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <d4p1:Address1>sample string 4</d4p1:Address1>
        <d4p1:Address2>sample string 5</d4p1:Address2>
        <d4p1:AirportCode>sample string 10</d4p1:AirportCode>
        <d4p1:CSC>sample string 21</d4p1:CSC>
        <d4p1:City>sample string 6</d4p1:City>
        <d4p1:Comment>sample string 16</d4p1:Comment>
        <d4p1:CountryCode>sample string 9</d4p1:CountryCode>
        <d4p1:CreatedBy>17</d4p1:CreatedBy>
        <d4p1:CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:37:03.3987308Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </d4p1:CreatedDate>
        <d4p1:EntityID>1</d4p1:EntityID>
        <d4p1:EntityName>sample string 2</d4p1:EntityName>
        <d4p1:FBContactsSub2ID>1</d4p1:FBContactsSub2ID>
        <d4p1:IsActive>true</d4p1:IsActive>
        <d4p1:IsBillingAddress>true</d4p1:IsBillingAddress>
        <d4p1:IsCrossDock>true</d4p1:IsCrossDock>
        <d4p1:IsTerminal>true</d4p1:IsTerminal>
        <d4p1:OpenHours>sample string 11</d4p1:OpenHours>
        <d4p1:PlaceID>1</d4p1:PlaceID>
        <d4p1:PlaceName>sample string 3</d4p1:PlaceName>
        <d4p1:PlaceTypeID>64</d4p1:PlaceTypeID>
        <d4p1:PostalCode>sample string 8</d4p1:PostalCode>
        <d4p1:StateProvinceCode>sample string 7</d4p1:StateProvinceCode>
        <d4p1:UpdatedBy>19</d4p1:UpdatedBy>
        <d4p1:UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:37:03.3987308Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </d4p1:UpdatedDate>
        <d4p1:WarehouseID>22</d4p1:WarehouseID>
      </d2p1:DestinationPlace>
      <d2p1:FreightLegCount>2</d2p1:FreightLegCount>
      <d2p1:HoldNotes>
        <d2p1:ordNote>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:ClientVisible>true</d2p1:ClientVisible>
          <d2p1:CreatedBy>10</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
          <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
          <d2p1:FreightLegID>1</d2p1:FreightLegID>
          <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
          <d2p1:InvoiceID>1</d2p1:InvoiceID>
          <d2p1:IsRead>true</d2p1:IsRead>
          <d2p1:ItemID>1</d2p1:ItemID>
          <d2p1:ItemType>Order</d2p1:ItemType>
          <d2p1:Note>sample string 7</d2p1:Note>
          <d2p1:NoteID>5</d2p1:NoteID>
          <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
          <d2p1:OrderID>6</d2p1:OrderID>
          <d2p1:QuoteID>1</d2p1:QuoteID>
          <d2p1:TaskID>1</d2p1:TaskID>
          <d2p1:TrackingID>1</d2p1:TrackingID>
          <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:WONumber>1</d2p1:WONumber>
          <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
          <d2p1:LinkName>sample string 2</d2p1:LinkName>
          <d2p1:LinkType>sample string 1</d2p1:LinkType>
          <d2p1:PersonName>sample string 3</d2p1:PersonName>
          <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
        </d2p1:ordNote>
        <d2p1:ordNote>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:ClientVisible>true</d2p1:ClientVisible>
          <d2p1:CreatedBy>10</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
          <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
          <d2p1:FreightLegID>1</d2p1:FreightLegID>
          <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
          <d2p1:InvoiceID>1</d2p1:InvoiceID>
          <d2p1:IsRead>true</d2p1:IsRead>
          <d2p1:ItemID>1</d2p1:ItemID>
          <d2p1:ItemType>Order</d2p1:ItemType>
          <d2p1:Note>sample string 7</d2p1:Note>
          <d2p1:NoteID>5</d2p1:NoteID>
          <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
          <d2p1:OrderID>6</d2p1:OrderID>
          <d2p1:QuoteID>1</d2p1:QuoteID>
          <d2p1:TaskID>1</d2p1:TaskID>
          <d2p1:TrackingID>1</d2p1:TrackingID>
          <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:WONumber>1</d2p1:WONumber>
          <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
          <d2p1:LinkName>sample string 2</d2p1:LinkName>
          <d2p1:LinkType>sample string 1</d2p1:LinkType>
          <d2p1:PersonName>sample string 3</d2p1:PersonName>
          <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
        </d2p1:ordNote>
      </d2p1:HoldNotes>
      <d2p1:OriginAddress>
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <d2p1:Address1>sample string 5</d2p1:Address1>
        <d2p1:Address2>sample string 6</d2p1:Address2>
        <d2p1:AddressHash>QEA=</d2p1:AddressHash>
        <d2p1:AddressID>1</d2p1:AddressID>
        <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
        <d2p1:City>sample string 7</d2p1:City>
        <d2p1:Comments>sample string 19</d2p1:Comments>
        <d2p1:ContactName>sample string 2</d2p1:ContactName>
        <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
        <d2p1:CreatedBy>20</d2p1:CreatedBy>
        <d2p1:CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </d2p1:CreatedDate>
        <d2p1:EMail>sample string 16</d2p1:EMail>
        <d2p1:EntityName>sample string 3</d2p1:EntityName>
        <d2p1:Fax>sample string 14</d2p1:Fax>
        <d2p1:Mobile>sample string 15</d2p1:Mobile>
        <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
        <d2p1:Phone>sample string 13</d2p1:Phone>
        <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
        <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
        <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
        <d2p1:TollFree>sample string 12</d2p1:TollFree>
        <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
        <d2p1:UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </d2p1:UpdatedDate>
        <d2p1:Website>sample string 17</d2p1:Website>
      </d2p1:OriginAddress>
      <d2p1:OriginAddressID>1</d2p1:OriginAddressID>
      <d2p1:OriginCSC>sample string 1</d2p1:OriginCSC>
      <d2p1:OriginEntity>
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3987308Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <EntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</EntityID>
        <EntityName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</EntityName>
        <FBContactMasterID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBContactMasterID>
        <OnCreditHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnCreditHold>
        <OnPropackHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnPropackHold>
        <P3PLClientID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</P3PLClientID>
        <PaymentTermsID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PaymentTermsID>
        <ShortName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</ShortName>
        <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3987308Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
        <d2p1:IsPayableCrossDock>true</d2p1:IsPayableCrossDock>
      </d2p1:OriginEntity>
      <d2p1:OriginEntityID>1</d2p1:OriginEntityID>
      <d2p1:OriginPlace xmlns:d4p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <d4p1:Address1>sample string 4</d4p1:Address1>
        <d4p1:Address2>sample string 5</d4p1:Address2>
        <d4p1:AirportCode>sample string 10</d4p1:AirportCode>
        <d4p1:CSC>sample string 21</d4p1:CSC>
        <d4p1:City>sample string 6</d4p1:City>
        <d4p1:Comment>sample string 16</d4p1:Comment>
        <d4p1:CountryCode>sample string 9</d4p1:CountryCode>
        <d4p1:CreatedBy>17</d4p1:CreatedBy>
        <d4p1:CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:37:03.3987308Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </d4p1:CreatedDate>
        <d4p1:EntityID>1</d4p1:EntityID>
        <d4p1:EntityName>sample string 2</d4p1:EntityName>
        <d4p1:FBContactsSub2ID>1</d4p1:FBContactsSub2ID>
        <d4p1:IsActive>true</d4p1:IsActive>
        <d4p1:IsBillingAddress>true</d4p1:IsBillingAddress>
        <d4p1:IsCrossDock>true</d4p1:IsCrossDock>
        <d4p1:IsTerminal>true</d4p1:IsTerminal>
        <d4p1:OpenHours>sample string 11</d4p1:OpenHours>
        <d4p1:PlaceID>1</d4p1:PlaceID>
        <d4p1:PlaceName>sample string 3</d4p1:PlaceName>
        <d4p1:PlaceTypeID>64</d4p1:PlaceTypeID>
        <d4p1:PostalCode>sample string 8</d4p1:PostalCode>
        <d4p1:StateProvinceCode>sample string 7</d4p1:StateProvinceCode>
        <d4p1:UpdatedBy>19</d4p1:UpdatedBy>
        <d4p1:UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:37:03.3987308Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </d4p1:UpdatedDate>
        <d4p1:WarehouseID>22</d4p1:WarehouseID>
      </d2p1:OriginPlace>
      <d2p1:OriginPlaceID>1</d2p1:OriginPlaceID>
      <d2p1:Pieces>
        <d2p1:ordPieceEx>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <BoxNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BoxNumber>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</DataVersion>
          <DimWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DimWeight>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <ItemCount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ItemCount>
          <ManualTotalWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ManualTotalWeight>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</OrderID>
          <PackTimeFinish xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </PackTimeFinish>
          <PackTimeStart xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </PackTimeStart>
          <PackedByUserID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PackedByUserID>
          <PalletNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PalletNumber>
          <PieceDescription xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</PieceDescription>
          <PieceHeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceHeight>
          <PieceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceID>
          <PieceLength xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceLength>
          <PieceTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PieceTypeID>
          <PieceWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWeight>
          <PieceWidth xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWidth>
          <Quantity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">5</Quantity>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <WarehouseAlertID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</WarehouseAlertID>
          <WarehouseCheck xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</WarehouseCheck>
          <d2p1:PieceTypeName>sample string 1</d2p1:PieceTypeName>
          <d2p1:TotalWeight>1</d2p1:TotalWeight>
        </d2p1:ordPieceEx>
        <d2p1:ordPieceEx>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <BoxNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BoxNumber>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</DataVersion>
          <DimWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DimWeight>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <ItemCount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ItemCount>
          <ManualTotalWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ManualTotalWeight>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</OrderID>
          <PackTimeFinish xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </PackTimeFinish>
          <PackTimeStart xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </PackTimeStart>
          <PackedByUserID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PackedByUserID>
          <PalletNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PalletNumber>
          <PieceDescription xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</PieceDescription>
          <PieceHeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceHeight>
          <PieceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceID>
          <PieceLength xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceLength>
          <PieceTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PieceTypeID>
          <PieceWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWeight>
          <PieceWidth xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWidth>
          <Quantity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">5</Quantity>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <WarehouseAlertID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</WarehouseAlertID>
          <WarehouseCheck xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</WarehouseCheck>
          <d2p1:PieceTypeName>sample string 1</d2p1:PieceTypeName>
          <d2p1:TotalWeight>1</d2p1:TotalWeight>
        </d2p1:ordPieceEx>
      </d2p1:Pieces>
      <d2p1:Tracking>
        <d2p1:ordTracking>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:CategoryCode>sample string 15</d2p1:CategoryCode>
          <d2p1:ContactPerson>sample string 5</d2p1:ContactPerson>
          <d2p1:CreatedBy>8</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:DateTracked xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:DateTracked>
          <d2p1:FBMasterID>1</d2p1:FBMasterID>
          <d2p1:FBTrackID>1</d2p1:FBTrackID>
          <d2p1:FreightLegID>1</d2p1:FreightLegID>
          <d2p1:OrderID>2</d2p1:OrderID>
          <d2p1:PersonName>sample string 12</d2p1:PersonName>
          <d2p1:Status>sample string 3</d2p1:Status>
          <d2p1:Terminal>sample string 4</d2p1:Terminal>
          <d2p1:TrackingCategoryID>7</d2p1:TrackingCategoryID>
          <d2p1:TrackingID>1</d2p1:TrackingID>
          <d2p1:TrackingType>sample string 14</d2p1:TrackingType>
          <d2p1:TrackingTypeID>6</d2p1:TrackingTypeID>
          <d2p1:UpdatedBy>10</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:UserInitials>sample string 13</d2p1:UserInitials>
        </d2p1:ordTracking>
        <d2p1:ordTracking>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:CategoryCode>sample string 15</d2p1:CategoryCode>
          <d2p1:ContactPerson>sample string 5</d2p1:ContactPerson>
          <d2p1:CreatedBy>8</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:DateTracked xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:DateTracked>
          <d2p1:FBMasterID>1</d2p1:FBMasterID>
          <d2p1:FBTrackID>1</d2p1:FBTrackID>
          <d2p1:FreightLegID>1</d2p1:FreightLegID>
          <d2p1:OrderID>2</d2p1:OrderID>
          <d2p1:PersonName>sample string 12</d2p1:PersonName>
          <d2p1:Status>sample string 3</d2p1:Status>
          <d2p1:Terminal>sample string 4</d2p1:Terminal>
          <d2p1:TrackingCategoryID>7</d2p1:TrackingCategoryID>
          <d2p1:TrackingID>1</d2p1:TrackingID>
          <d2p1:TrackingType>sample string 14</d2p1:TrackingType>
          <d2p1:TrackingTypeID>6</d2p1:TrackingTypeID>
          <d2p1:UpdatedBy>10</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:UserInitials>sample string 13</d2p1:UserInitials>
        </d2p1:ordTracking>
      </d2p1:Tracking>
    </d2p1:ordFreightLegEx>
    <d2p1:ordFreightLegEx>
      <results xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
      <ActualDeliveryDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </ActualDeliveryDate>
      <ActualPickUpDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </ActualPickUpDate>
      <AlertEmailedDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </AlertEmailedDate>
      <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">12</CreatedBy>
      <CreatedDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </CreatedDate>
      <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 5</DataVersion>
      <DestinationAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DestinationAddressID>
      <DestinationCSC xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</DestinationCSC>
      <DestinationCity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 7</DestinationCity>
      <DestinationCountryCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 9</DestinationCountryCode>
      <DestinationEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DestinationEntityID>
      <DestinationPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DestinationPlaceID>
      <DestinationStateProvinceCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DestinationStateProvinceCode>
      <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
      <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">3</FreightLegID>
      <FreightLegSequence xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</FreightLegSequence>
      <LegApproved xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</LegApproved>
      <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">4</OrderID>
      <PODDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </PODDate>
      <PODName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 10</PODName>
      <ParsPaps xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ParsPaps>
      <ScheduledDeliveryDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </ScheduledDeliveryDate>
      <ScheduledPickUpDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </ScheduledPickUpDate>
      <TrackingStatusColor xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</TrackingStatusColor>
      <TrackingStatusStep xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</TrackingStatusStep>
      <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">14</UpdatedBy>
      <UpdatedDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <d4p1:DateTime>2025-12-06T23:37:03.3996937Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </UpdatedDate>
      <d2p1:Broker>
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <ApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ApprovedBy>
        <ApprovedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ApprovedDate>
        <ChargeDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ChargeDate>
        <ClearedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ClearedBy>
        <ClearedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ClearedDate>
        <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">13</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DataVersion>
        <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
        <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
        <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
        <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">6</FreightPayableID>
        <IsPayable xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</IsPayable>
        <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</OrderID>
        <PayableAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableAddressID>
        <PayableEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityID>
        <PayableEntityPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityPlaceID>
        <PayableInvoiceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</PayableInvoiceNumber>
        <PayableTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PayableTypeID>
        <ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ReferenceNumber>
        <ToChargeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ToChargeID>
        <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">15</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
        <d2p1:AdditionalFees>
          <d2p1:ordFreightFeeEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:ordFreightFeeEx>
          <d2p1:ordFreightFeeEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:ordFreightFeeEx>
        </d2p1:AdditionalFees>
        <d2p1:AutoBilling>true</d2p1:AutoBilling>
        <d2p1:BaseFee>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
          <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
          <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
          <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
          <BilledEnteredDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </BilledEnteredDate>
          <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
          <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
          <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
          <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
          <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
          <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
          <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
          <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
          <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
          <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
          <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
          <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
          <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
          <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
          <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
          <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
          <InvoicedApprovedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </InvoicedApprovedDate>
          <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
          <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
          <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
          <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
          <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
          <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
          <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
          <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
          <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
          <d2p1:FreightLegID>1</d2p1:FreightLegID>
          <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
          <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
          <d2p1:NoteCount>1</d2p1:NoteCount>
          <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
          <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
        </d2p1:BaseFee>
        <d2p1:HoldNotes>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
        </d2p1:HoldNotes>
        <d2p1:PayableAddress>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:Address1>sample string 5</d2p1:Address1>
          <d2p1:Address2>sample string 6</d2p1:Address2>
          <d2p1:AddressHash>QEA=</d2p1:AddressHash>
          <d2p1:AddressID>1</d2p1:AddressID>
          <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
          <d2p1:City>sample string 7</d2p1:City>
          <d2p1:Comments>sample string 19</d2p1:Comments>
          <d2p1:ContactName>sample string 2</d2p1:ContactName>
          <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
          <d2p1:CreatedBy>20</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:EMail>sample string 16</d2p1:EMail>
          <d2p1:EntityName>sample string 3</d2p1:EntityName>
          <d2p1:Fax>sample string 14</d2p1:Fax>
          <d2p1:Mobile>sample string 15</d2p1:Mobile>
          <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
          <d2p1:Phone>sample string 13</d2p1:Phone>
          <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
          <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
          <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
          <d2p1:TollFree>sample string 12</d2p1:TollFree>
          <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:Website>sample string 17</d2p1:Website>
        </d2p1:PayableAddress>
        <d2p1:PayableEntity xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:CreatedBy>6</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactMasterID>1</d5p1:FBContactMasterID>
          <d5p1:OnCreditHold>true</d5p1:OnCreditHold>
          <d5p1:OnPropackHold>true</d5p1:OnPropackHold>
          <d5p1:P3PLClientID>1</d5p1:P3PLClientID>
          <d5p1:PaymentTermsID>1</d5p1:PaymentTermsID>
          <d5p1:ShortName>sample string 3</d5p1:ShortName>
          <d5p1:UpdatedBy>8</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
        </d2p1:PayableEntity>
        <d2p1:PayablePlace xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:Address1>sample string 4</d5p1:Address1>
          <d5p1:Address2>sample string 5</d5p1:Address2>
          <d5p1:AirportCode>sample string 10</d5p1:AirportCode>
          <d5p1:CSC>sample string 21</d5p1:CSC>
          <d5p1:City>sample string 6</d5p1:City>
          <d5p1:Comment>sample string 16</d5p1:Comment>
          <d5p1:CountryCode>sample string 9</d5p1:CountryCode>
          <d5p1:CreatedBy>17</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactsSub2ID>1</d5p1:FBContactsSub2ID>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsBillingAddress>true</d5p1:IsBillingAddress>
          <d5p1:IsCrossDock>true</d5p1:IsCrossDock>
          <d5p1:IsTerminal>true</d5p1:IsTerminal>
          <d5p1:OpenHours>sample string 11</d5p1:OpenHours>
          <d5p1:PlaceID>1</d5p1:PlaceID>
          <d5p1:PlaceName>sample string 3</d5p1:PlaceName>
          <d5p1:PlaceTypeID>64</d5p1:PlaceTypeID>
          <d5p1:PostalCode>sample string 8</d5p1:PostalCode>
          <d5p1:StateProvinceCode>sample string 7</d5p1:StateProvinceCode>
          <d5p1:UpdatedBy>19</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
          <d5p1:WarehouseID>22</d5p1:WarehouseID>
        </d2p1:PayablePlace>
        <d2p1:PayableTypeName>sample string 1</d2p1:PayableTypeName>
        <d2p1:PreferredCurrencyCode>sample string 5</d2p1:PreferredCurrencyCode>
        <d2p1:TaskCompletedCount>3</d2p1:TaskCompletedCount>
        <d2p1:TaskCount>2</d2p1:TaskCount>
      </d2p1:Broker>
      <d2p1:Carrier>
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <ApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ApprovedBy>
        <ApprovedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ApprovedDate>
        <ChargeDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ChargeDate>
        <ClearedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ClearedBy>
        <ClearedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ClearedDate>
        <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">13</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DataVersion>
        <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
        <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
        <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
        <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">6</FreightPayableID>
        <IsPayable xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</IsPayable>
        <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</OrderID>
        <PayableAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableAddressID>
        <PayableEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityID>
        <PayableEntityPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityPlaceID>
        <PayableInvoiceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</PayableInvoiceNumber>
        <PayableTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PayableTypeID>
        <ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ReferenceNumber>
        <ToChargeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ToChargeID>
        <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">15</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
        <d2p1:AdditionalFees>
          <d2p1:ordFreightFeeEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:ordFreightFeeEx>
          <d2p1:ordFreightFeeEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:ordFreightFeeEx>
        </d2p1:AdditionalFees>
        <d2p1:AutoBilling>true</d2p1:AutoBilling>
        <d2p1:BaseFee>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
          <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
          <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
          <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
          <BilledEnteredDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </BilledEnteredDate>
          <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
          <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
          <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
          <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
          <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
          <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
          <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
          <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
          <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
          <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
          <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
          <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
          <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
          <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
          <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
          <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
          <InvoicedApprovedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </InvoicedApprovedDate>
          <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
          <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
          <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
          <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
          <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
          <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
          <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
          <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
          <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
          <d2p1:FreightLegID>1</d2p1:FreightLegID>
          <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
          <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
          <d2p1:NoteCount>1</d2p1:NoteCount>
          <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
          <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
        </d2p1:BaseFee>
        <d2p1:HoldNotes>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
        </d2p1:HoldNotes>
        <d2p1:PayableAddress>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:Address1>sample string 5</d2p1:Address1>
          <d2p1:Address2>sample string 6</d2p1:Address2>
          <d2p1:AddressHash>QEA=</d2p1:AddressHash>
          <d2p1:AddressID>1</d2p1:AddressID>
          <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
          <d2p1:City>sample string 7</d2p1:City>
          <d2p1:Comments>sample string 19</d2p1:Comments>
          <d2p1:ContactName>sample string 2</d2p1:ContactName>
          <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
          <d2p1:CreatedBy>20</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:EMail>sample string 16</d2p1:EMail>
          <d2p1:EntityName>sample string 3</d2p1:EntityName>
          <d2p1:Fax>sample string 14</d2p1:Fax>
          <d2p1:Mobile>sample string 15</d2p1:Mobile>
          <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
          <d2p1:Phone>sample string 13</d2p1:Phone>
          <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
          <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
          <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
          <d2p1:TollFree>sample string 12</d2p1:TollFree>
          <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:Website>sample string 17</d2p1:Website>
        </d2p1:PayableAddress>
        <d2p1:PayableEntity xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:CreatedBy>6</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactMasterID>1</d5p1:FBContactMasterID>
          <d5p1:OnCreditHold>true</d5p1:OnCreditHold>
          <d5p1:OnPropackHold>true</d5p1:OnPropackHold>
          <d5p1:P3PLClientID>1</d5p1:P3PLClientID>
          <d5p1:PaymentTermsID>1</d5p1:PaymentTermsID>
          <d5p1:ShortName>sample string 3</d5p1:ShortName>
          <d5p1:UpdatedBy>8</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
        </d2p1:PayableEntity>
        <d2p1:PayablePlace xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:Address1>sample string 4</d5p1:Address1>
          <d5p1:Address2>sample string 5</d5p1:Address2>
          <d5p1:AirportCode>sample string 10</d5p1:AirportCode>
          <d5p1:CSC>sample string 21</d5p1:CSC>
          <d5p1:City>sample string 6</d5p1:City>
          <d5p1:Comment>sample string 16</d5p1:Comment>
          <d5p1:CountryCode>sample string 9</d5p1:CountryCode>
          <d5p1:CreatedBy>17</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactsSub2ID>1</d5p1:FBContactsSub2ID>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsBillingAddress>true</d5p1:IsBillingAddress>
          <d5p1:IsCrossDock>true</d5p1:IsCrossDock>
          <d5p1:IsTerminal>true</d5p1:IsTerminal>
          <d5p1:OpenHours>sample string 11</d5p1:OpenHours>
          <d5p1:PlaceID>1</d5p1:PlaceID>
          <d5p1:PlaceName>sample string 3</d5p1:PlaceName>
          <d5p1:PlaceTypeID>64</d5p1:PlaceTypeID>
          <d5p1:PostalCode>sample string 8</d5p1:PostalCode>
          <d5p1:StateProvinceCode>sample string 7</d5p1:StateProvinceCode>
          <d5p1:UpdatedBy>19</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
          <d5p1:WarehouseID>22</d5p1:WarehouseID>
        </d2p1:PayablePlace>
        <d2p1:PayableTypeName>sample string 1</d2p1:PayableTypeName>
        <d2p1:PreferredCurrencyCode>sample string 5</d2p1:PreferredCurrencyCode>
        <d2p1:TaskCompletedCount>3</d2p1:TaskCompletedCount>
        <d2p1:TaskCount>2</d2p1:TaskCount>
      </d2p1:Carrier>
      <d2p1:CrossDock>
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <ApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ApprovedBy>
        <ApprovedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ApprovedDate>
        <ChargeDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ChargeDate>
        <ClearedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ClearedBy>
        <ClearedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </ClearedDate>
        <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">13</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 8</DataVersion>
        <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
        <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
        <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
        <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">6</FreightPayableID>
        <IsPayable xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</IsPayable>
        <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</OrderID>
        <PayableAddressID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableAddressID>
        <PayableEntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityID>
        <PayableEntityPlaceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PayableEntityPlaceID>
        <PayableInvoiceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</PayableInvoiceNumber>
        <PayableTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PayableTypeID>
        <ReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 11</ReferenceNumber>
        <ToChargeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ToChargeID>
        <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">15</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
        <d2p1:AdditionalFees>
          <d2p1:ordFreightFeeEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:ordFreightFeeEx>
          <d2p1:ordFreightFeeEx>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
            <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
            <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
            <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
            <BilledEnteredDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </BilledEnteredDate>
            <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
            <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
            <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
            <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
            <CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </CreatedDate>
            <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
            <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
            <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
            <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
            <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
            <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
            <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
            <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
            <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
            <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
            <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
            <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
            <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
            <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
            <InvoicedApprovedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </InvoicedApprovedDate>
            <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
            <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
            <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
            <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
            <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
            <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
            <UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </UpdatedDate>
            <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
            <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
            <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
            <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
            <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
            <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
            <d2p1:NoteCount>1</d2p1:NoteCount>
            <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
            <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
          </d2p1:ordFreightFeeEx>
        </d2p1:AdditionalFees>
        <d2p1:AutoBilling>true</d2p1:AutoBilling>
        <d2p1:BaseFee>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <BilledAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledAmount>
          <BilledBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledBaseAmount>
          <BilledCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 15</BilledCurrencyCode>
          <BilledEnteredBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledEnteredBy>
          <BilledEnteredDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </BilledEnteredDate>
          <BilledExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BilledExchangeRate>
          <BilledReferenceNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 16</BilledReferenceNumber>
          <CommissionPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CommissionPercent>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">18</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <CustomBillableAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</CustomBillableAmount>
          <FBSubChargesLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesLegID>
          <FBSubPayablesID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubPayablesID>
          <FeeStatus xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 17</FeeStatus>
          <FeeTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</FeeTypeID>
          <FreightFeeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">10</FreightFeeID>
          <FreightPayableID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightPayableID>
          <FuelSurchargePercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FuelSurchargePercent>
          <InputAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputAmount>
          <InputBaseAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputBaseAmount>
          <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 12</InputCurrencyCode>
          <InputExchangeRate xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InputExchangeRate>
          <InvoicedAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedAmount>
          <InvoicedApprovedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</InvoicedApprovedBy>
          <InvoicedApprovedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </InvoicedApprovedDate>
          <MarkupAmount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupAmount>
          <MarkupPercent xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</MarkupPercent>
          <OnInvoiceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</OnInvoiceID>
          <ShowBillableOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowBillableOnInvoice>
          <ShowNameOnInvoice xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</ShowNameOnInvoice>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">20</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <d2p1:BilledEnteredByInitials>sample string 5</d2p1:BilledEnteredByInitials>
          <d2p1:BilledEnteredByName>sample string 4</d2p1:BilledEnteredByName>
          <d2p1:CreatedByInitials>sample string 7</d2p1:CreatedByInitials>
          <d2p1:CreatedByName>sample string 6</d2p1:CreatedByName>
          <d2p1:FeeTypeName>sample string 1</d2p1:FeeTypeName>
          <d2p1:FreightLegID>1</d2p1:FreightLegID>
          <d2p1:InvoicedApprovedByInitials>sample string 3</d2p1:InvoicedApprovedByInitials>
          <d2p1:InvoicedApprovedByName>sample string 2</d2p1:InvoicedApprovedByName>
          <d2p1:NoteCount>1</d2p1:NoteCount>
          <d2p1:UpdatedByInitials>sample string 9</d2p1:UpdatedByInitials>
          <d2p1:UpdatedByName>sample string 8</d2p1:UpdatedByName>
        </d2p1:BaseFee>
        <d2p1:HoldNotes>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
          <d2p1:ordNote>
            <results xmlns:d7p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
            <d2p1:ClientVisible>true</d2p1:ClientVisible>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:CreatedDate>
            <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
            <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
            <d2p1:FreightLegID>1</d2p1:FreightLegID>
            <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
            <d2p1:InvoiceID>1</d2p1:InvoiceID>
            <d2p1:IsRead>true</d2p1:IsRead>
            <d2p1:ItemID>1</d2p1:ItemID>
            <d2p1:ItemType>Order</d2p1:ItemType>
            <d2p1:Note>sample string 7</d2p1:Note>
            <d2p1:NoteID>5</d2p1:NoteID>
            <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
            <d2p1:OrderID>6</d2p1:OrderID>
            <d2p1:QuoteID>1</d2p1:QuoteID>
            <d2p1:TaskID>1</d2p1:TaskID>
            <d2p1:TrackingID>1</d2p1:TrackingID>
            <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
            <d2p1:UpdatedDate xmlns:d7p1="http://schemas.datacontract.org/2004/07/System">
              <d7p1:DateTime>2025-12-06T23:37:03.3990237Z</d7p1:DateTime>
              <d7p1:OffsetMinutes>0</d7p1:OffsetMinutes>
            </d2p1:UpdatedDate>
            <d2p1:WONumber>1</d2p1:WONumber>
            <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
            <d2p1:LinkName>sample string 2</d2p1:LinkName>
            <d2p1:LinkType>sample string 1</d2p1:LinkType>
            <d2p1:PersonName>sample string 3</d2p1:PersonName>
            <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
          </d2p1:ordNote>
        </d2p1:HoldNotes>
        <d2p1:PayableAddress>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:Address1>sample string 5</d2p1:Address1>
          <d2p1:Address2>sample string 6</d2p1:Address2>
          <d2p1:AddressHash>QEA=</d2p1:AddressHash>
          <d2p1:AddressID>1</d2p1:AddressID>
          <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
          <d2p1:City>sample string 7</d2p1:City>
          <d2p1:Comments>sample string 19</d2p1:Comments>
          <d2p1:ContactName>sample string 2</d2p1:ContactName>
          <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
          <d2p1:CreatedBy>20</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:EMail>sample string 16</d2p1:EMail>
          <d2p1:EntityName>sample string 3</d2p1:EntityName>
          <d2p1:Fax>sample string 14</d2p1:Fax>
          <d2p1:Mobile>sample string 15</d2p1:Mobile>
          <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
          <d2p1:Phone>sample string 13</d2p1:Phone>
          <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
          <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
          <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
          <d2p1:TollFree>sample string 12</d2p1:TollFree>
          <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:Website>sample string 17</d2p1:Website>
        </d2p1:PayableAddress>
        <d2p1:PayableEntity xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:CreatedBy>6</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactMasterID>1</d5p1:FBContactMasterID>
          <d5p1:OnCreditHold>true</d5p1:OnCreditHold>
          <d5p1:OnPropackHold>true</d5p1:OnPropackHold>
          <d5p1:P3PLClientID>1</d5p1:P3PLClientID>
          <d5p1:PaymentTermsID>1</d5p1:PaymentTermsID>
          <d5p1:ShortName>sample string 3</d5p1:ShortName>
          <d5p1:UpdatedBy>8</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
        </d2p1:PayableEntity>
        <d2p1:PayablePlace xmlns:d5p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d5p1:Address1>sample string 4</d5p1:Address1>
          <d5p1:Address2>sample string 5</d5p1:Address2>
          <d5p1:AirportCode>sample string 10</d5p1:AirportCode>
          <d5p1:CSC>sample string 21</d5p1:CSC>
          <d5p1:City>sample string 6</d5p1:City>
          <d5p1:Comment>sample string 16</d5p1:Comment>
          <d5p1:CountryCode>sample string 9</d5p1:CountryCode>
          <d5p1:CreatedBy>17</d5p1:CreatedBy>
          <d5p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:CreatedDate>
          <d5p1:EntityID>1</d5p1:EntityID>
          <d5p1:EntityName>sample string 2</d5p1:EntityName>
          <d5p1:FBContactsSub2ID>1</d5p1:FBContactsSub2ID>
          <d5p1:IsActive>true</d5p1:IsActive>
          <d5p1:IsBillingAddress>true</d5p1:IsBillingAddress>
          <d5p1:IsCrossDock>true</d5p1:IsCrossDock>
          <d5p1:IsTerminal>true</d5p1:IsTerminal>
          <d5p1:OpenHours>sample string 11</d5p1:OpenHours>
          <d5p1:PlaceID>1</d5p1:PlaceID>
          <d5p1:PlaceName>sample string 3</d5p1:PlaceName>
          <d5p1:PlaceTypeID>64</d5p1:PlaceTypeID>
          <d5p1:PostalCode>sample string 8</d5p1:PostalCode>
          <d5p1:StateProvinceCode>sample string 7</d5p1:StateProvinceCode>
          <d5p1:UpdatedBy>19</d5p1:UpdatedBy>
          <d5p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3987308Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d5p1:UpdatedDate>
          <d5p1:WarehouseID>22</d5p1:WarehouseID>
        </d2p1:PayablePlace>
        <d2p1:PayableTypeName>sample string 1</d2p1:PayableTypeName>
        <d2p1:PreferredCurrencyCode>sample string 5</d2p1:PreferredCurrencyCode>
        <d2p1:TaskCompletedCount>3</d2p1:TaskCompletedCount>
        <d2p1:TaskCount>2</d2p1:TaskCount>
      </d2p1:CrossDock>
      <d2p1:DestinationAddress>
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <d2p1:Address1>sample string 5</d2p1:Address1>
        <d2p1:Address2>sample string 6</d2p1:Address2>
        <d2p1:AddressHash>QEA=</d2p1:AddressHash>
        <d2p1:AddressID>1</d2p1:AddressID>
        <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
        <d2p1:City>sample string 7</d2p1:City>
        <d2p1:Comments>sample string 19</d2p1:Comments>
        <d2p1:ContactName>sample string 2</d2p1:ContactName>
        <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
        <d2p1:CreatedBy>20</d2p1:CreatedBy>
        <d2p1:CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </d2p1:CreatedDate>
        <d2p1:EMail>sample string 16</d2p1:EMail>
        <d2p1:EntityName>sample string 3</d2p1:EntityName>
        <d2p1:Fax>sample string 14</d2p1:Fax>
        <d2p1:Mobile>sample string 15</d2p1:Mobile>
        <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
        <d2p1:Phone>sample string 13</d2p1:Phone>
        <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
        <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
        <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
        <d2p1:TollFree>sample string 12</d2p1:TollFree>
        <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
        <d2p1:UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </d2p1:UpdatedDate>
        <d2p1:Website>sample string 17</d2p1:Website>
      </d2p1:DestinationAddress>
      <d2p1:DestinationEntity>
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3987308Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <EntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</EntityID>
        <EntityName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</EntityName>
        <FBContactMasterID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBContactMasterID>
        <OnCreditHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnCreditHold>
        <OnPropackHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnPropackHold>
        <P3PLClientID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</P3PLClientID>
        <PaymentTermsID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PaymentTermsID>
        <ShortName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</ShortName>
        <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3987308Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
        <d2p1:IsPayableCrossDock>true</d2p1:IsPayableCrossDock>
      </d2p1:DestinationEntity>
      <d2p1:DestinationPlace xmlns:d4p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <d4p1:Address1>sample string 4</d4p1:Address1>
        <d4p1:Address2>sample string 5</d4p1:Address2>
        <d4p1:AirportCode>sample string 10</d4p1:AirportCode>
        <d4p1:CSC>sample string 21</d4p1:CSC>
        <d4p1:City>sample string 6</d4p1:City>
        <d4p1:Comment>sample string 16</d4p1:Comment>
        <d4p1:CountryCode>sample string 9</d4p1:CountryCode>
        <d4p1:CreatedBy>17</d4p1:CreatedBy>
        <d4p1:CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:37:03.3987308Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </d4p1:CreatedDate>
        <d4p1:EntityID>1</d4p1:EntityID>
        <d4p1:EntityName>sample string 2</d4p1:EntityName>
        <d4p1:FBContactsSub2ID>1</d4p1:FBContactsSub2ID>
        <d4p1:IsActive>true</d4p1:IsActive>
        <d4p1:IsBillingAddress>true</d4p1:IsBillingAddress>
        <d4p1:IsCrossDock>true</d4p1:IsCrossDock>
        <d4p1:IsTerminal>true</d4p1:IsTerminal>
        <d4p1:OpenHours>sample string 11</d4p1:OpenHours>
        <d4p1:PlaceID>1</d4p1:PlaceID>
        <d4p1:PlaceName>sample string 3</d4p1:PlaceName>
        <d4p1:PlaceTypeID>64</d4p1:PlaceTypeID>
        <d4p1:PostalCode>sample string 8</d4p1:PostalCode>
        <d4p1:StateProvinceCode>sample string 7</d4p1:StateProvinceCode>
        <d4p1:UpdatedBy>19</d4p1:UpdatedBy>
        <d4p1:UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:37:03.3987308Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </d4p1:UpdatedDate>
        <d4p1:WarehouseID>22</d4p1:WarehouseID>
      </d2p1:DestinationPlace>
      <d2p1:FreightLegCount>2</d2p1:FreightLegCount>
      <d2p1:HoldNotes>
        <d2p1:ordNote>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:ClientVisible>true</d2p1:ClientVisible>
          <d2p1:CreatedBy>10</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
          <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
          <d2p1:FreightLegID>1</d2p1:FreightLegID>
          <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
          <d2p1:InvoiceID>1</d2p1:InvoiceID>
          <d2p1:IsRead>true</d2p1:IsRead>
          <d2p1:ItemID>1</d2p1:ItemID>
          <d2p1:ItemType>Order</d2p1:ItemType>
          <d2p1:Note>sample string 7</d2p1:Note>
          <d2p1:NoteID>5</d2p1:NoteID>
          <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
          <d2p1:OrderID>6</d2p1:OrderID>
          <d2p1:QuoteID>1</d2p1:QuoteID>
          <d2p1:TaskID>1</d2p1:TaskID>
          <d2p1:TrackingID>1</d2p1:TrackingID>
          <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:WONumber>1</d2p1:WONumber>
          <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
          <d2p1:LinkName>sample string 2</d2p1:LinkName>
          <d2p1:LinkType>sample string 1</d2p1:LinkType>
          <d2p1:PersonName>sample string 3</d2p1:PersonName>
          <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
        </d2p1:ordNote>
        <d2p1:ordNote>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:ClientVisible>true</d2p1:ClientVisible>
          <d2p1:CreatedBy>10</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:FreightFeeID>1</d2p1:FreightFeeID>
          <d2p1:FreightHandlingID>1</d2p1:FreightHandlingID>
          <d2p1:FreightLegID>1</d2p1:FreightLegID>
          <d2p1:FreightPayableID>1</d2p1:FreightPayableID>
          <d2p1:InvoiceID>1</d2p1:InvoiceID>
          <d2p1:IsRead>true</d2p1:IsRead>
          <d2p1:ItemID>1</d2p1:ItemID>
          <d2p1:ItemType>Order</d2p1:ItemType>
          <d2p1:Note>sample string 7</d2p1:Note>
          <d2p1:NoteID>5</d2p1:NoteID>
          <d2p1:NoteTypeID>All</d2p1:NoteTypeID>
          <d2p1:OrderID>6</d2p1:OrderID>
          <d2p1:QuoteID>1</d2p1:QuoteID>
          <d2p1:TaskID>1</d2p1:TaskID>
          <d2p1:TrackingID>1</d2p1:TrackingID>
          <d2p1:UpdatedBy>12</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:WONumber>1</d2p1:WONumber>
          <d2p1:WarehouseAlertID>1</d2p1:WarehouseAlertID>
          <d2p1:LinkName>sample string 2</d2p1:LinkName>
          <d2p1:LinkType>sample string 1</d2p1:LinkType>
          <d2p1:PersonName>sample string 3</d2p1:PersonName>
          <d2p1:UserInitials>sample string 4</d2p1:UserInitials>
        </d2p1:ordNote>
      </d2p1:HoldNotes>
      <d2p1:OriginAddress>
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <d2p1:Address1>sample string 5</d2p1:Address1>
        <d2p1:Address2>sample string 6</d2p1:Address2>
        <d2p1:AddressHash>QEA=</d2p1:AddressHash>
        <d2p1:AddressID>1</d2p1:AddressID>
        <d2p1:AirportCode>sample string 11</d2p1:AirportCode>
        <d2p1:City>sample string 7</d2p1:City>
        <d2p1:Comments>sample string 19</d2p1:Comments>
        <d2p1:ContactName>sample string 2</d2p1:ContactName>
        <d2p1:CountryCode>sample string 10</d2p1:CountryCode>
        <d2p1:CreatedBy>20</d2p1:CreatedBy>
        <d2p1:CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </d2p1:CreatedDate>
        <d2p1:EMail>sample string 16</d2p1:EMail>
        <d2p1:EntityName>sample string 3</d2p1:EntityName>
        <d2p1:Fax>sample string 14</d2p1:Fax>
        <d2p1:Mobile>sample string 15</d2p1:Mobile>
        <d2p1:OpenHours>sample string 18</d2p1:OpenHours>
        <d2p1:Phone>sample string 13</d2p1:Phone>
        <d2p1:PlaceName>sample string 4</d2p1:PlaceName>
        <d2p1:PostalCode>sample string 8</d2p1:PostalCode>
        <d2p1:StateProvinceCode>sample string 9</d2p1:StateProvinceCode>
        <d2p1:TollFree>sample string 12</d2p1:TollFree>
        <d2p1:UpdatedBy>22</d2p1:UpdatedBy>
        <d2p1:UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:37:03.3990237Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </d2p1:UpdatedDate>
        <d2p1:Website>sample string 17</d2p1:Website>
      </d2p1:OriginAddress>
      <d2p1:OriginAddressID>1</d2p1:OriginAddressID>
      <d2p1:OriginCSC>sample string 1</d2p1:OriginCSC>
      <d2p1:OriginEntity>
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3987308Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <EntityID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</EntityID>
        <EntityName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</EntityName>
        <FBContactMasterID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBContactMasterID>
        <OnCreditHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnCreditHold>
        <OnPropackHold xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</OnPropackHold>
        <P3PLClientID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</P3PLClientID>
        <PaymentTermsID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PaymentTermsID>
        <ShortName xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</ShortName>
        <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
          <d5p1:DateTime>2025-12-06T23:37:03.3987308Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
        <d2p1:IsPayableCrossDock>true</d2p1:IsPayableCrossDock>
      </d2p1:OriginEntity>
      <d2p1:OriginEntityID>1</d2p1:OriginEntityID>
      <d2p1:OriginPlace xmlns:d4p1="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
        <results xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
        <d4p1:Address1>sample string 4</d4p1:Address1>
        <d4p1:Address2>sample string 5</d4p1:Address2>
        <d4p1:AirportCode>sample string 10</d4p1:AirportCode>
        <d4p1:CSC>sample string 21</d4p1:CSC>
        <d4p1:City>sample string 6</d4p1:City>
        <d4p1:Comment>sample string 16</d4p1:Comment>
        <d4p1:CountryCode>sample string 9</d4p1:CountryCode>
        <d4p1:CreatedBy>17</d4p1:CreatedBy>
        <d4p1:CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:37:03.3987308Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </d4p1:CreatedDate>
        <d4p1:EntityID>1</d4p1:EntityID>
        <d4p1:EntityName>sample string 2</d4p1:EntityName>
        <d4p1:FBContactsSub2ID>1</d4p1:FBContactsSub2ID>
        <d4p1:IsActive>true</d4p1:IsActive>
        <d4p1:IsBillingAddress>true</d4p1:IsBillingAddress>
        <d4p1:IsCrossDock>true</d4p1:IsCrossDock>
        <d4p1:IsTerminal>true</d4p1:IsTerminal>
        <d4p1:OpenHours>sample string 11</d4p1:OpenHours>
        <d4p1:PlaceID>1</d4p1:PlaceID>
        <d4p1:PlaceName>sample string 3</d4p1:PlaceName>
        <d4p1:PlaceTypeID>64</d4p1:PlaceTypeID>
        <d4p1:PostalCode>sample string 8</d4p1:PostalCode>
        <d4p1:StateProvinceCode>sample string 7</d4p1:StateProvinceCode>
        <d4p1:UpdatedBy>19</d4p1:UpdatedBy>
        <d4p1:UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:37:03.3987308Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </d4p1:UpdatedDate>
        <d4p1:WarehouseID>22</d4p1:WarehouseID>
      </d2p1:OriginPlace>
      <d2p1:OriginPlaceID>1</d2p1:OriginPlaceID>
      <d2p1:Pieces>
        <d2p1:ordPieceEx>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <BoxNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BoxNumber>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</DataVersion>
          <DimWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DimWeight>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <ItemCount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ItemCount>
          <ManualTotalWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ManualTotalWeight>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</OrderID>
          <PackTimeFinish xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </PackTimeFinish>
          <PackTimeStart xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </PackTimeStart>
          <PackedByUserID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PackedByUserID>
          <PalletNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PalletNumber>
          <PieceDescription xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</PieceDescription>
          <PieceHeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceHeight>
          <PieceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceID>
          <PieceLength xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceLength>
          <PieceTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PieceTypeID>
          <PieceWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWeight>
          <PieceWidth xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWidth>
          <Quantity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">5</Quantity>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <WarehouseAlertID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</WarehouseAlertID>
          <WarehouseCheck xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</WarehouseCheck>
          <d2p1:PieceTypeName>sample string 1</d2p1:PieceTypeName>
          <d2p1:TotalWeight>1</d2p1:TotalWeight>
        </d2p1:ordPieceEx>
        <d2p1:ordPieceEx>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <BoxNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</BoxNumber>
          <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</CreatedBy>
          <CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </CreatedDate>
          <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 3</DataVersion>
          <DimWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</DimWeight>
          <FreightLegID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FreightLegID>
          <ItemCount xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ItemCount>
          <ManualTotalWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ManualTotalWeight>
          <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</OrderID>
          <PackTimeFinish xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </PackTimeFinish>
          <PackTimeStart xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </PackTimeStart>
          <PackedByUserID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PackedByUserID>
          <PalletNumber xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PalletNumber>
          <PieceDescription xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</PieceDescription>
          <PieceHeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceHeight>
          <PieceID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceID>
          <PieceLength xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceLength>
          <PieceTypeID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">64</PieceTypeID>
          <PieceWeight xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWeight>
          <PieceWidth xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</PieceWidth>
          <Quantity xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">5</Quantity>
          <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</UpdatedBy>
          <UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
            <d6p1:DateTime>2025-12-06T23:37:03.3996937Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </UpdatedDate>
          <WarehouseAlertID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</WarehouseAlertID>
          <WarehouseCheck xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</WarehouseCheck>
          <d2p1:PieceTypeName>sample string 1</d2p1:PieceTypeName>
          <d2p1:TotalWeight>1</d2p1:TotalWeight>
        </d2p1:ordPieceEx>
      </d2p1:Pieces>
      <d2p1:Tracking>
        <d2p1:ordTracking>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:CategoryCode>sample string 15</d2p1:CategoryCode>
          <d2p1:ContactPerson>sample string 5</d2p1:ContactPerson>
          <d2p1:CreatedBy>8</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:DateTracked xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:DateTracked>
          <d2p1:FBMasterID>1</d2p1:FBMasterID>
          <d2p1:FBTrackID>1</d2p1:FBTrackID>
          <d2p1:FreightLegID>1</d2p1:FreightLegID>
          <d2p1:OrderID>2</d2p1:OrderID>
          <d2p1:PersonName>sample string 12</d2p1:PersonName>
          <d2p1:Status>sample string 3</d2p1:Status>
          <d2p1:Terminal>sample string 4</d2p1:Terminal>
          <d2p1:TrackingCategoryID>7</d2p1:TrackingCategoryID>
          <d2p1:TrackingID>1</d2p1:TrackingID>
          <d2p1:TrackingType>sample string 14</d2p1:TrackingType>
          <d2p1:TrackingTypeID>6</d2p1:TrackingTypeID>
          <d2p1:UpdatedBy>10</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:UserInitials>sample string 13</d2p1:UserInitials>
        </d2p1:ordTracking>
        <d2p1:ordTracking>
          <results xmlns:d6p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
          <d2p1:CategoryCode>sample string 15</d2p1:CategoryCode>
          <d2p1:ContactPerson>sample string 5</d2p1:ContactPerson>
          <d2p1:CreatedBy>8</d2p1:CreatedBy>
          <d2p1:CreatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:CreatedDate>
          <d2p1:DateTracked xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:DateTracked>
          <d2p1:FBMasterID>1</d2p1:FBMasterID>
          <d2p1:FBTrackID>1</d2p1:FBTrackID>
          <d2p1:FreightLegID>1</d2p1:FreightLegID>
          <d2p1:OrderID>2</d2p1:OrderID>
          <d2p1:PersonName>sample string 12</d2p1:PersonName>
          <d2p1:Status>sample string 3</d2p1:Status>
          <d2p1:Terminal>sample string 4</d2p1:Terminal>
          <d2p1:TrackingCategoryID>7</d2p1:TrackingCategoryID>
          <d2p1:TrackingID>1</d2p1:TrackingID>
          <d2p1:TrackingType>sample string 14</d2p1:TrackingType>
          <d2p1:TrackingTypeID>6</d2p1:TrackingTypeID>
          <d2p1:UpdatedBy>10</d2p1:UpdatedBy>
          <d2p1:UpdatedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
            <d6p1:DateTime>2025-12-06T23:37:03.3990237Z</d6p1:DateTime>
            <d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
          </d2p1:UpdatedDate>
          <d2p1:UserInitials>sample string 13</d2p1:UserInitials>
        </d2p1:ordTracking>
      </d2p1:Tracking>
    </d2p1:ordFreightLegEx>
  </returnList3>
</UpsertRetStatusOfordTaskordWarehouseAlertExordFreightLegExy_SdvuEtL>