POST api/audRerate/TrialReRate/{importBatchID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
importBatchID

integer

Required

Body Parameters

TrialPackage
NameDescriptionTypeAdditional information
PackageID

integer

None.

ShipPackageID

integer

None.

WorldLinkPackageID

integer

None.

AuditCarrierID

integer

None.

TrackingNumber

string

None.

ShipperName

string

None.

ShipperCompany

string

None.

ShipperAddress1

string

None.

ShipperAddress2

string

None.

ShipperCity

string

None.

ShipperStateProvince

string

None.

ShipperPostalCode

string

None.

ShipperCountry

string

None.

ConsigneeName

string

None.

ConsigneeCompany

string

None.

ConsigneeAddress1

string

None.

ConsigneeAddress2

string

None.

ConsigneeCity

string

None.

ConsigneeStateProvince

string

None.

ConsigneePostalCode

string

None.

ConsigneeCountry

string

None.

ActualWeight

decimal number

None.

Length

decimal number

None.

Width

decimal number

None.

Height

decimal number

None.

DimFactor

decimal number

None.

ShippingServiceCode

string

None.

ShipWarehouseID

integer

None.

ShipOrderID

integer

None.

ClientDimFactor

decimal number

None.

SendItCarrierID

integer

None.

MultiRateType

string

None.

SendITService

string

None.

IncoTerm

string

None.

TrialRequestedServices

Collection of ReRateRequestedService

None.

Request Formats

application/json, text/json

Sample:
{
  "PackageID": 1,
  "ShipPackageID": 2,
  "WorldLinkPackageID": 3,
  "AuditCarrierID": 4,
  "TrackingNumber": "sample string 5",
  "ShipperName": "sample string 6",
  "ShipperCompany": "sample string 7",
  "ShipperAddress1": "sample string 8",
  "ShipperAddress2": "sample string 9",
  "ShipperCity": "sample string 10",
  "ShipperStateProvince": "sample string 11",
  "ShipperPostalCode": "sample string 12",
  "ShipperCountry": "sample string 13",
  "ConsigneeName": "sample string 14",
  "ConsigneeCompany": "sample string 15",
  "ConsigneeAddress1": "sample string 16",
  "ConsigneeAddress2": "sample string 17",
  "ConsigneeCity": "sample string 18",
  "ConsigneeStateProvince": "sample string 19",
  "ConsigneePostalCode": "sample string 20",
  "ConsigneeCountry": "sample string 21",
  "ActualWeight": 22.0,
  "Length": 23.0,
  "Width": 24.0,
  "Height": 25.0,
  "DimFactor": 26.0,
  "ShippingServiceCode": "sample string 27",
  "ShipWarehouseID": 28,
  "ShipOrderID": 29,
  "ClientDimFactor": 30.0,
  "SendItCarrierID": 31,
  "MultiRateType": "sample string 32",
  "SendITService": "sample string 33",
  "IncoTerm": "sample string 34",
  "TrialRequestedServices": [
    {
      "RequestedServiceID": 1,
      "AudPackageID": 2,
      "Description": "sample string 3",
      "Value": "sample string 4",
      "InputType": "sample string 5"
    },
    {
      "RequestedServiceID": 1,
      "AudPackageID": 2,
      "Description": "sample string 3",
      "Value": "sample string 4",
      "InputType": "sample string 5"
    }
  ]
}

application/xml, text/xml

Sample:
<TrialPackage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
  <ActualWeight>22</ActualWeight>
  <AuditCarrierID>4</AuditCarrierID>
  <ClientDimFactor>30</ClientDimFactor>
  <ConsigneeAddress1>sample string 16</ConsigneeAddress1>
  <ConsigneeAddress2>sample string 17</ConsigneeAddress2>
  <ConsigneeCity>sample string 18</ConsigneeCity>
  <ConsigneeCompany>sample string 15</ConsigneeCompany>
  <ConsigneeCountry>sample string 21</ConsigneeCountry>
  <ConsigneeName>sample string 14</ConsigneeName>
  <ConsigneePostalCode>sample string 20</ConsigneePostalCode>
  <ConsigneeStateProvince>sample string 19</ConsigneeStateProvince>
  <DimFactor>26</DimFactor>
  <Height>25</Height>
  <IncoTerm>sample string 34</IncoTerm>
  <Length>23</Length>
  <MultiRateType>sample string 32</MultiRateType>
  <PackageID>1</PackageID>
  <SendITService>sample string 33</SendITService>
  <SendItCarrierID>31</SendItCarrierID>
  <ShipOrderID>29</ShipOrderID>
  <ShipPackageID>2</ShipPackageID>
  <ShipWarehouseID>28</ShipWarehouseID>
  <ShipperAddress1>sample string 8</ShipperAddress1>
  <ShipperAddress2>sample string 9</ShipperAddress2>
  <ShipperCity>sample string 10</ShipperCity>
  <ShipperCompany>sample string 7</ShipperCompany>
  <ShipperCountry>sample string 13</ShipperCountry>
  <ShipperName>sample string 6</ShipperName>
  <ShipperPostalCode>sample string 12</ShipperPostalCode>
  <ShipperStateProvince>sample string 11</ShipperStateProvince>
  <ShippingServiceCode>sample string 27</ShippingServiceCode>
  <TrackingNumber>sample string 5</TrackingNumber>
  <TrialRequestedServices>
    <ReRateRequestedService>
      <AudPackageID>2</AudPackageID>
      <Description>sample string 3</Description>
      <InputType>sample string 5</InputType>
      <RequestedServiceID>1</RequestedServiceID>
      <Value>sample string 4</Value>
    </ReRateRequestedService>
    <ReRateRequestedService>
      <AudPackageID>2</AudPackageID>
      <Description>sample string 3</Description>
      <InputType>sample string 5</InputType>
      <RequestedServiceID>1</RequestedServiceID>
      <Value>sample string 4</Value>
    </ReRateRequestedService>
  </TrialRequestedServices>
  <Width>24</Width>
  <WorldLinkPackageID>3</WorldLinkPackageID>
</TrialPackage>

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 'TrialPackage'.

Response Information

Resource Description

Collection of audChargesCompare
NameDescriptionTypeAdditional information
PackageID

integer

None.

ManifestChargeName

string

None.

SurchargeTypeID

integer

None.

InvoiceNumber

string

None.

ImportBatchID

integer

None.

InvoiceDate

date

None.

ClientRate

decimal number

None.

ClientRateDelta

decimal number

None.

DiscountRate

decimal number

None.

DiscountRateDelta

decimal number

None.

BuyMargin

decimal number

None.

ExpectedCharges

Collection of audRatedChargeDb

None.

CarrierChargeDescription

string

None.

CarrierChargeAmount

decimal number

None.

CarrierCharges

Collection of audChargeDb

None.

ChargeRecords

integer

None.

ActualMargin

decimal number

None.

ReRateClientRate

decimal number

None.

ReRateDiscountRate

decimal number

None.

BackBillAmount

decimal number

None.

CategoryIgnored

boolean

None.

CategoryIgnoredBy

Collection of integer

None.

AdjustedSellRate

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PackageID": 1,
    "ManifestChargeName": "sample string 2",
    "SurchargeTypeID": 3,
    "InvoiceNumber": "sample string 4",
    "ImportBatchID": 5,
    "InvoiceDate": "2025-12-06T23:42:53.0488956+00:00",
    "ClientRate": 1.0,
    "ClientRateDelta": 1.0,
    "DiscountRate": 1.0,
    "DiscountRateDelta": 1.0,
    "BuyMargin": 1.0,
    "ExpectedCharges": [
      {
        "results": null,
        "RatedChargeID": 1,
        "PackageID": 2,
        "ImportBatchID": 1,
        "ChargeDescription": "sample string 3",
        "StandardBookRate": 1.0,
        "ClientBookRate": 1.0,
        "DiscountBookRate": 1.0,
        "ClientRate": 1.0,
        "DiscountRate": 1.0,
        "ReRateStandardBookRate": 1.0,
        "ReRateClientBookRate": 1.0,
        "ReRateDiscountBookRate": 1.0,
        "ReRateClientRate": 1.0,
        "ReRateDiscountRate": 1.0,
        "ClientRateDelta": 1.0,
        "ShipChargeID": 4,
        "BackBillChargeAmount": 1.0,
        "BackBillChargedDate": "2025-12-06T23:42:53.0488956+00:00",
        "BackBillChargedByUserID": 5,
        "BackBillChargedByUserName": "sample string 6",
        "BackBillIgnoredDate": "2025-12-06T23:42:53.0488956+00:00",
        "BackBillIgnoredByUserID": 1,
        "BackBillIgnoredByUserName": "sample string 7",
        "BackBillChargeID": "70422eb2-4211-4e68-8e8a-9007061cb1dc",
        "BackBillBatchID": "22b8bc52-0a31-4807-9fd3-b7028f8abe60",
        "IssueDisputedByUserID": 1,
        "IssueDisputedDate": "2025-12-06T23:42:53.0488956+00:00",
        "IssueDisputedByUserName": "sample string 8",
        "IssueAcceptedByUserID": 1,
        "IssueAcceptedDate": "2025-12-06T23:42:53.0488956+00:00",
        "IssueAcceptedByUserName": "sample string 9",
        "CreatedBy": 10,
        "CreatedDate": "2025-12-06T23:42:53.0488956+00:00",
        "UpdatedBy": 12,
        "UpdatedDate": "2025-12-06T23:42:53.0488956+00:00",
        "SurchargeTypeID": 1,
        "IsOriginal": true,
        "DisputeLockedBy": 1,
        "DisputeLockedDate": "2025-12-06T23:42:53.0488956+00:00"
      },
      {
        "results": null,
        "RatedChargeID": 1,
        "PackageID": 2,
        "ImportBatchID": 1,
        "ChargeDescription": "sample string 3",
        "StandardBookRate": 1.0,
        "ClientBookRate": 1.0,
        "DiscountBookRate": 1.0,
        "ClientRate": 1.0,
        "DiscountRate": 1.0,
        "ReRateStandardBookRate": 1.0,
        "ReRateClientBookRate": 1.0,
        "ReRateDiscountBookRate": 1.0,
        "ReRateClientRate": 1.0,
        "ReRateDiscountRate": 1.0,
        "ClientRateDelta": 1.0,
        "ShipChargeID": 4,
        "BackBillChargeAmount": 1.0,
        "BackBillChargedDate": "2025-12-06T23:42:53.0488956+00:00",
        "BackBillChargedByUserID": 5,
        "BackBillChargedByUserName": "sample string 6",
        "BackBillIgnoredDate": "2025-12-06T23:42:53.0488956+00:00",
        "BackBillIgnoredByUserID": 1,
        "BackBillIgnoredByUserName": "sample string 7",
        "BackBillChargeID": "70422eb2-4211-4e68-8e8a-9007061cb1dc",
        "BackBillBatchID": "22b8bc52-0a31-4807-9fd3-b7028f8abe60",
        "IssueDisputedByUserID": 1,
        "IssueDisputedDate": "2025-12-06T23:42:53.0488956+00:00",
        "IssueDisputedByUserName": "sample string 8",
        "IssueAcceptedByUserID": 1,
        "IssueAcceptedDate": "2025-12-06T23:42:53.0488956+00:00",
        "IssueAcceptedByUserName": "sample string 9",
        "CreatedBy": 10,
        "CreatedDate": "2025-12-06T23:42:53.0488956+00:00",
        "UpdatedBy": 12,
        "UpdatedDate": "2025-12-06T23:42:53.0488956+00:00",
        "SurchargeTypeID": 1,
        "IsOriginal": true,
        "DisputeLockedBy": 1,
        "DisputeLockedDate": "2025-12-06T23:42:53.0488956+00:00"
      }
    ],
    "CarrierChargeDescription": "sample string 6",
    "CarrierChargeAmount": 1.0,
    "CarrierCharges": [
      {
        "results": null,
        "ChargeID": 1,
        "PackageID": 2,
        "ImportBatchID": 3,
        "InvoiceNumber": "sample string 4",
        "ImportPackageID": 1,
        "ChargeDescription": "sample string 5",
        "Charge": 1.0,
        "AdditionalCharge": true,
        "BaseFreight": true,
        "ChargeDate": "2025-12-06T23:42:53.0488956+00:00",
        "ShipChargeID": 1,
        "BackBillChargedDate": "2025-12-06T23:42:53.0488956+00:00",
        "BackBillChargedByUserID": 1,
        "BackBillIgnoredDate": "2025-12-06T23:42:53.0488956+00:00",
        "BackBillIgnoredByUserID": 1,
        "VASShippingServiceCode": "sample string 7",
        "VASClientID": 1,
        "VASChargedDate": "2025-12-06T23:42:53.0488956+00:00",
        "VASChargedByUserID": 1,
        "VASIgnoredDate": "2025-12-06T23:42:53.0488956+00:00",
        "VASIgnoredByUserID": 1,
        "BackBillChargeAmount": 1,
        "AuditBackBillFlag": 1,
        "AuditOverchargeFlag": 1,
        "SurchargeCarrierID": 1,
        "SurchargeTypeID": 1,
        "InvoiceDate": "2025-12-06T23:42:53.0488956+00:00",
        "DateShipped": "2025-12-06T23:42:53.0488956+00:00",
        "AuditVasFlag": true,
        "VASStatus": "sample string 8",
        "BackBillStatus": "sample string 9",
        "CreatedBy": 10,
        "CreatedDate": "2025-12-06T23:42:53.0488956+00:00",
        "UpdatedBy": 12,
        "UpdatedDate": "2025-12-06T23:42:53.0488956+00:00"
      },
      {
        "results": null,
        "ChargeID": 1,
        "PackageID": 2,
        "ImportBatchID": 3,
        "InvoiceNumber": "sample string 4",
        "ImportPackageID": 1,
        "ChargeDescription": "sample string 5",
        "Charge": 1.0,
        "AdditionalCharge": true,
        "BaseFreight": true,
        "ChargeDate": "2025-12-06T23:42:53.0488956+00:00",
        "ShipChargeID": 1,
        "BackBillChargedDate": "2025-12-06T23:42:53.0488956+00:00",
        "BackBillChargedByUserID": 1,
        "BackBillIgnoredDate": "2025-12-06T23:42:53.0488956+00:00",
        "BackBillIgnoredByUserID": 1,
        "VASShippingServiceCode": "sample string 7",
        "VASClientID": 1,
        "VASChargedDate": "2025-12-06T23:42:53.0488956+00:00",
        "VASChargedByUserID": 1,
        "VASIgnoredDate": "2025-12-06T23:42:53.0488956+00:00",
        "VASIgnoredByUserID": 1,
        "BackBillChargeAmount": 1,
        "AuditBackBillFlag": 1,
        "AuditOverchargeFlag": 1,
        "SurchargeCarrierID": 1,
        "SurchargeTypeID": 1,
        "InvoiceDate": "2025-12-06T23:42:53.0488956+00:00",
        "DateShipped": "2025-12-06T23:42:53.0488956+00:00",
        "AuditVasFlag": true,
        "VASStatus": "sample string 8",
        "BackBillStatus": "sample string 9",
        "CreatedBy": 10,
        "CreatedDate": "2025-12-06T23:42:53.0488956+00:00",
        "UpdatedBy": 12,
        "UpdatedDate": "2025-12-06T23:42:53.0488956+00:00"
      }
    ],
    "ChargeRecords": 7,
    "ActualMargin": 1.0,
    "ReRateClientRate": 1.0,
    "ReRateDiscountRate": 1.0,
    "BackBillAmount": 1.0,
    "CategoryIgnored": true,
    "CategoryIgnoredBy": [
      1,
      2
    ],
    "AdjustedSellRate": 1.0
  },
  {
    "PackageID": 1,
    "ManifestChargeName": "sample string 2",
    "SurchargeTypeID": 3,
    "InvoiceNumber": "sample string 4",
    "ImportBatchID": 5,
    "InvoiceDate": "2025-12-06T23:42:53.0488956+00:00",
    "ClientRate": 1.0,
    "ClientRateDelta": 1.0,
    "DiscountRate": 1.0,
    "DiscountRateDelta": 1.0,
    "BuyMargin": 1.0,
    "ExpectedCharges": [
      {
        "results": null,
        "RatedChargeID": 1,
        "PackageID": 2,
        "ImportBatchID": 1,
        "ChargeDescription": "sample string 3",
        "StandardBookRate": 1.0,
        "ClientBookRate": 1.0,
        "DiscountBookRate": 1.0,
        "ClientRate": 1.0,
        "DiscountRate": 1.0,
        "ReRateStandardBookRate": 1.0,
        "ReRateClientBookRate": 1.0,
        "ReRateDiscountBookRate": 1.0,
        "ReRateClientRate": 1.0,
        "ReRateDiscountRate": 1.0,
        "ClientRateDelta": 1.0,
        "ShipChargeID": 4,
        "BackBillChargeAmount": 1.0,
        "BackBillChargedDate": "2025-12-06T23:42:53.0488956+00:00",
        "BackBillChargedByUserID": 5,
        "BackBillChargedByUserName": "sample string 6",
        "BackBillIgnoredDate": "2025-12-06T23:42:53.0488956+00:00",
        "BackBillIgnoredByUserID": 1,
        "BackBillIgnoredByUserName": "sample string 7",
        "BackBillChargeID": "70422eb2-4211-4e68-8e8a-9007061cb1dc",
        "BackBillBatchID": "22b8bc52-0a31-4807-9fd3-b7028f8abe60",
        "IssueDisputedByUserID": 1,
        "IssueDisputedDate": "2025-12-06T23:42:53.0488956+00:00",
        "IssueDisputedByUserName": "sample string 8",
        "IssueAcceptedByUserID": 1,
        "IssueAcceptedDate": "2025-12-06T23:42:53.0488956+00:00",
        "IssueAcceptedByUserName": "sample string 9",
        "CreatedBy": 10,
        "CreatedDate": "2025-12-06T23:42:53.0488956+00:00",
        "UpdatedBy": 12,
        "UpdatedDate": "2025-12-06T23:42:53.0488956+00:00",
        "SurchargeTypeID": 1,
        "IsOriginal": true,
        "DisputeLockedBy": 1,
        "DisputeLockedDate": "2025-12-06T23:42:53.0488956+00:00"
      },
      {
        "results": null,
        "RatedChargeID": 1,
        "PackageID": 2,
        "ImportBatchID": 1,
        "ChargeDescription": "sample string 3",
        "StandardBookRate": 1.0,
        "ClientBookRate": 1.0,
        "DiscountBookRate": 1.0,
        "ClientRate": 1.0,
        "DiscountRate": 1.0,
        "ReRateStandardBookRate": 1.0,
        "ReRateClientBookRate": 1.0,
        "ReRateDiscountBookRate": 1.0,
        "ReRateClientRate": 1.0,
        "ReRateDiscountRate": 1.0,
        "ClientRateDelta": 1.0,
        "ShipChargeID": 4,
        "BackBillChargeAmount": 1.0,
        "BackBillChargedDate": "2025-12-06T23:42:53.0488956+00:00",
        "BackBillChargedByUserID": 5,
        "BackBillChargedByUserName": "sample string 6",
        "BackBillIgnoredDate": "2025-12-06T23:42:53.0488956+00:00",
        "BackBillIgnoredByUserID": 1,
        "BackBillIgnoredByUserName": "sample string 7",
        "BackBillChargeID": "70422eb2-4211-4e68-8e8a-9007061cb1dc",
        "BackBillBatchID": "22b8bc52-0a31-4807-9fd3-b7028f8abe60",
        "IssueDisputedByUserID": 1,
        "IssueDisputedDate": "2025-12-06T23:42:53.0488956+00:00",
        "IssueDisputedByUserName": "sample string 8",
        "IssueAcceptedByUserID": 1,
        "IssueAcceptedDate": "2025-12-06T23:42:53.0488956+00:00",
        "IssueAcceptedByUserName": "sample string 9",
        "CreatedBy": 10,
        "CreatedDate": "2025-12-06T23:42:53.0488956+00:00",
        "UpdatedBy": 12,
        "UpdatedDate": "2025-12-06T23:42:53.0488956+00:00",
        "SurchargeTypeID": 1,
        "IsOriginal": true,
        "DisputeLockedBy": 1,
        "DisputeLockedDate": "2025-12-06T23:42:53.0488956+00:00"
      }
    ],
    "CarrierChargeDescription": "sample string 6",
    "CarrierChargeAmount": 1.0,
    "CarrierCharges": [
      {
        "results": null,
        "ChargeID": 1,
        "PackageID": 2,
        "ImportBatchID": 3,
        "InvoiceNumber": "sample string 4",
        "ImportPackageID": 1,
        "ChargeDescription": "sample string 5",
        "Charge": 1.0,
        "AdditionalCharge": true,
        "BaseFreight": true,
        "ChargeDate": "2025-12-06T23:42:53.0488956+00:00",
        "ShipChargeID": 1,
        "BackBillChargedDate": "2025-12-06T23:42:53.0488956+00:00",
        "BackBillChargedByUserID": 1,
        "BackBillIgnoredDate": "2025-12-06T23:42:53.0488956+00:00",
        "BackBillIgnoredByUserID": 1,
        "VASShippingServiceCode": "sample string 7",
        "VASClientID": 1,
        "VASChargedDate": "2025-12-06T23:42:53.0488956+00:00",
        "VASChargedByUserID": 1,
        "VASIgnoredDate": "2025-12-06T23:42:53.0488956+00:00",
        "VASIgnoredByUserID": 1,
        "BackBillChargeAmount": 1,
        "AuditBackBillFlag": 1,
        "AuditOverchargeFlag": 1,
        "SurchargeCarrierID": 1,
        "SurchargeTypeID": 1,
        "InvoiceDate": "2025-12-06T23:42:53.0488956+00:00",
        "DateShipped": "2025-12-06T23:42:53.0488956+00:00",
        "AuditVasFlag": true,
        "VASStatus": "sample string 8",
        "BackBillStatus": "sample string 9",
        "CreatedBy": 10,
        "CreatedDate": "2025-12-06T23:42:53.0488956+00:00",
        "UpdatedBy": 12,
        "UpdatedDate": "2025-12-06T23:42:53.0488956+00:00"
      },
      {
        "results": null,
        "ChargeID": 1,
        "PackageID": 2,
        "ImportBatchID": 3,
        "InvoiceNumber": "sample string 4",
        "ImportPackageID": 1,
        "ChargeDescription": "sample string 5",
        "Charge": 1.0,
        "AdditionalCharge": true,
        "BaseFreight": true,
        "ChargeDate": "2025-12-06T23:42:53.0488956+00:00",
        "ShipChargeID": 1,
        "BackBillChargedDate": "2025-12-06T23:42:53.0488956+00:00",
        "BackBillChargedByUserID": 1,
        "BackBillIgnoredDate": "2025-12-06T23:42:53.0488956+00:00",
        "BackBillIgnoredByUserID": 1,
        "VASShippingServiceCode": "sample string 7",
        "VASClientID": 1,
        "VASChargedDate": "2025-12-06T23:42:53.0488956+00:00",
        "VASChargedByUserID": 1,
        "VASIgnoredDate": "2025-12-06T23:42:53.0488956+00:00",
        "VASIgnoredByUserID": 1,
        "BackBillChargeAmount": 1,
        "AuditBackBillFlag": 1,
        "AuditOverchargeFlag": 1,
        "SurchargeCarrierID": 1,
        "SurchargeTypeID": 1,
        "InvoiceDate": "2025-12-06T23:42:53.0488956+00:00",
        "DateShipped": "2025-12-06T23:42:53.0488956+00:00",
        "AuditVasFlag": true,
        "VASStatus": "sample string 8",
        "BackBillStatus": "sample string 9",
        "CreatedBy": 10,
        "CreatedDate": "2025-12-06T23:42:53.0488956+00:00",
        "UpdatedBy": 12,
        "UpdatedDate": "2025-12-06T23:42:53.0488956+00:00"
      }
    ],
    "ChargeRecords": 7,
    "ActualMargin": 1.0,
    "ReRateClientRate": 1.0,
    "ReRateDiscountRate": 1.0,
    "BackBillAmount": 1.0,
    "CategoryIgnored": true,
    "CategoryIgnoredBy": [
      1,
      2
    ],
    "AdjustedSellRate": 1.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfaudChargesCompare xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
  <audChargesCompare>
    <ActualMargin>1</ActualMargin>
    <AdjustedSellRate>1</AdjustedSellRate>
    <BackBillAmount>1</BackBillAmount>
    <BuyMargin>1</BuyMargin>
    <CarrierChargeAmount>1</CarrierChargeAmount>
    <CarrierChargeDescription>sample string 6</CarrierChargeDescription>
    <CarrierCharges>
      <audChargeDb>
        <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" />
        <AdditionalCharge>true</AdditionalCharge>
        <AuditBackBillFlag>1</AuditBackBillFlag>
        <AuditOverchargeFlag>1</AuditOverchargeFlag>
        <AuditVasFlag>true</AuditVasFlag>
        <BackBillChargeAmount>1</BackBillChargeAmount>
        <BackBillChargedByUserID>1</BackBillChargedByUserID>
        <BackBillChargedDate>2025-12-06T23:42:53.0488956+00:00</BackBillChargedDate>
        <BackBillIgnoredByUserID>1</BackBillIgnoredByUserID>
        <BackBillIgnoredDate>2025-12-06T23:42:53.0488956+00:00</BackBillIgnoredDate>
        <BackBillStatus>sample string 9</BackBillStatus>
        <BaseFreight>true</BaseFreight>
        <Charge>1</Charge>
        <ChargeDate>2025-12-06T23:42:53.0488956+00:00</ChargeDate>
        <ChargeDescription>sample string 5</ChargeDescription>
        <ChargeID>1</ChargeID>
        <CreatedBy>10</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <DateShipped>2025-12-06T23:42:53.0488956+00:00</DateShipped>
        <ImportBatchID>3</ImportBatchID>
        <ImportPackageID>1</ImportPackageID>
        <InvoiceDate>2025-12-06T23:42:53.0488956+00:00</InvoiceDate>
        <InvoiceNumber>sample string 4</InvoiceNumber>
        <PackageID>2</PackageID>
        <ShipChargeID>1</ShipChargeID>
        <SurchargeCarrierID>1</SurchargeCarrierID>
        <SurchargeTypeID>1</SurchargeTypeID>
        <UpdatedBy>12</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
        <VASChargedByUserID>1</VASChargedByUserID>
        <VASChargedDate>2025-12-06T23:42:53.0488956+00:00</VASChargedDate>
        <VASClientID>1</VASClientID>
        <VASIgnoredByUserID>1</VASIgnoredByUserID>
        <VASIgnoredDate>2025-12-06T23:42:53.0488956+00:00</VASIgnoredDate>
        <VASShippingServiceCode>sample string 7</VASShippingServiceCode>
        <VASStatus>sample string 8</VASStatus>
      </audChargeDb>
      <audChargeDb>
        <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" />
        <AdditionalCharge>true</AdditionalCharge>
        <AuditBackBillFlag>1</AuditBackBillFlag>
        <AuditOverchargeFlag>1</AuditOverchargeFlag>
        <AuditVasFlag>true</AuditVasFlag>
        <BackBillChargeAmount>1</BackBillChargeAmount>
        <BackBillChargedByUserID>1</BackBillChargedByUserID>
        <BackBillChargedDate>2025-12-06T23:42:53.0488956+00:00</BackBillChargedDate>
        <BackBillIgnoredByUserID>1</BackBillIgnoredByUserID>
        <BackBillIgnoredDate>2025-12-06T23:42:53.0488956+00:00</BackBillIgnoredDate>
        <BackBillStatus>sample string 9</BackBillStatus>
        <BaseFreight>true</BaseFreight>
        <Charge>1</Charge>
        <ChargeDate>2025-12-06T23:42:53.0488956+00:00</ChargeDate>
        <ChargeDescription>sample string 5</ChargeDescription>
        <ChargeID>1</ChargeID>
        <CreatedBy>10</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <DateShipped>2025-12-06T23:42:53.0488956+00:00</DateShipped>
        <ImportBatchID>3</ImportBatchID>
        <ImportPackageID>1</ImportPackageID>
        <InvoiceDate>2025-12-06T23:42:53.0488956+00:00</InvoiceDate>
        <InvoiceNumber>sample string 4</InvoiceNumber>
        <PackageID>2</PackageID>
        <ShipChargeID>1</ShipChargeID>
        <SurchargeCarrierID>1</SurchargeCarrierID>
        <SurchargeTypeID>1</SurchargeTypeID>
        <UpdatedBy>12</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
        <VASChargedByUserID>1</VASChargedByUserID>
        <VASChargedDate>2025-12-06T23:42:53.0488956+00:00</VASChargedDate>
        <VASClientID>1</VASClientID>
        <VASIgnoredByUserID>1</VASIgnoredByUserID>
        <VASIgnoredDate>2025-12-06T23:42:53.0488956+00:00</VASIgnoredDate>
        <VASShippingServiceCode>sample string 7</VASShippingServiceCode>
        <VASStatus>sample string 8</VASStatus>
      </audChargeDb>
    </CarrierCharges>
    <CategoryIgnored>true</CategoryIgnored>
    <CategoryIgnoredBy xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </CategoryIgnoredBy>
    <ChargeRecords>7</ChargeRecords>
    <ClientRate>1</ClientRate>
    <ClientRateDelta>1</ClientRateDelta>
    <DiscountRate>1</DiscountRate>
    <DiscountRateDelta>1</DiscountRateDelta>
    <ExpectedCharges>
      <audRatedChargeDb>
        <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" />
        <BackBillBatchID>22b8bc52-0a31-4807-9fd3-b7028f8abe60</BackBillBatchID>
        <BackBillChargeAmount>1</BackBillChargeAmount>
        <BackBillChargeID>70422eb2-4211-4e68-8e8a-9007061cb1dc</BackBillChargeID>
        <BackBillChargedByUserID>5</BackBillChargedByUserID>
        <BackBillChargedByUserName>sample string 6</BackBillChargedByUserName>
        <BackBillChargedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </BackBillChargedDate>
        <BackBillIgnoredByUserID>1</BackBillIgnoredByUserID>
        <BackBillIgnoredByUserName>sample string 7</BackBillIgnoredByUserName>
        <BackBillIgnoredDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </BackBillIgnoredDate>
        <ChargeDescription>sample string 3</ChargeDescription>
        <ClientBookRate>1</ClientBookRate>
        <ClientRate>1</ClientRate>
        <ClientRateDelta>1</ClientRateDelta>
        <CreatedBy>10</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <DiscountBookRate>1</DiscountBookRate>
        <DiscountRate>1</DiscountRate>
        <DisputeLockedBy>1</DisputeLockedBy>
        <DisputeLockedDate>2025-12-06T23:42:53.0488956+00:00</DisputeLockedDate>
        <ImportBatchID>1</ImportBatchID>
        <IsOriginal>true</IsOriginal>
        <IssueAcceptedByUserID>1</IssueAcceptedByUserID>
        <IssueAcceptedByUserName>sample string 9</IssueAcceptedByUserName>
        <IssueAcceptedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </IssueAcceptedDate>
        <IssueDisputedByUserID>1</IssueDisputedByUserID>
        <IssueDisputedByUserName>sample string 8</IssueDisputedByUserName>
        <IssueDisputedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </IssueDisputedDate>
        <PackageID>2</PackageID>
        <RatedChargeID>1</RatedChargeID>
        <ReRateClientBookRate>1</ReRateClientBookRate>
        <ReRateClientRate>1</ReRateClientRate>
        <ReRateDiscountBookRate>1</ReRateDiscountBookRate>
        <ReRateDiscountRate>1</ReRateDiscountRate>
        <ReRateStandardBookRate>1</ReRateStandardBookRate>
        <ShipChargeID>4</ShipChargeID>
        <StandardBookRate>1</StandardBookRate>
        <SurchargeTypeID>1</SurchargeTypeID>
        <UpdatedBy>12</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
      </audRatedChargeDb>
      <audRatedChargeDb>
        <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" />
        <BackBillBatchID>22b8bc52-0a31-4807-9fd3-b7028f8abe60</BackBillBatchID>
        <BackBillChargeAmount>1</BackBillChargeAmount>
        <BackBillChargeID>70422eb2-4211-4e68-8e8a-9007061cb1dc</BackBillChargeID>
        <BackBillChargedByUserID>5</BackBillChargedByUserID>
        <BackBillChargedByUserName>sample string 6</BackBillChargedByUserName>
        <BackBillChargedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </BackBillChargedDate>
        <BackBillIgnoredByUserID>1</BackBillIgnoredByUserID>
        <BackBillIgnoredByUserName>sample string 7</BackBillIgnoredByUserName>
        <BackBillIgnoredDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </BackBillIgnoredDate>
        <ChargeDescription>sample string 3</ChargeDescription>
        <ClientBookRate>1</ClientBookRate>
        <ClientRate>1</ClientRate>
        <ClientRateDelta>1</ClientRateDelta>
        <CreatedBy>10</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <DiscountBookRate>1</DiscountBookRate>
        <DiscountRate>1</DiscountRate>
        <DisputeLockedBy>1</DisputeLockedBy>
        <DisputeLockedDate>2025-12-06T23:42:53.0488956+00:00</DisputeLockedDate>
        <ImportBatchID>1</ImportBatchID>
        <IsOriginal>true</IsOriginal>
        <IssueAcceptedByUserID>1</IssueAcceptedByUserID>
        <IssueAcceptedByUserName>sample string 9</IssueAcceptedByUserName>
        <IssueAcceptedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </IssueAcceptedDate>
        <IssueDisputedByUserID>1</IssueDisputedByUserID>
        <IssueDisputedByUserName>sample string 8</IssueDisputedByUserName>
        <IssueDisputedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </IssueDisputedDate>
        <PackageID>2</PackageID>
        <RatedChargeID>1</RatedChargeID>
        <ReRateClientBookRate>1</ReRateClientBookRate>
        <ReRateClientRate>1</ReRateClientRate>
        <ReRateDiscountBookRate>1</ReRateDiscountBookRate>
        <ReRateDiscountRate>1</ReRateDiscountRate>
        <ReRateStandardBookRate>1</ReRateStandardBookRate>
        <ShipChargeID>4</ShipChargeID>
        <StandardBookRate>1</StandardBookRate>
        <SurchargeTypeID>1</SurchargeTypeID>
        <UpdatedBy>12</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
      </audRatedChargeDb>
    </ExpectedCharges>
    <ImportBatchID>5</ImportBatchID>
    <InvoiceDate>2025-12-06T23:42:53.0488956+00:00</InvoiceDate>
    <InvoiceNumber>sample string 4</InvoiceNumber>
    <ManifestChargeName>sample string 2</ManifestChargeName>
    <PackageID>1</PackageID>
    <ReRateClientRate>1</ReRateClientRate>
    <ReRateDiscountRate>1</ReRateDiscountRate>
    <SurchargeTypeID>3</SurchargeTypeID>
  </audChargesCompare>
  <audChargesCompare>
    <ActualMargin>1</ActualMargin>
    <AdjustedSellRate>1</AdjustedSellRate>
    <BackBillAmount>1</BackBillAmount>
    <BuyMargin>1</BuyMargin>
    <CarrierChargeAmount>1</CarrierChargeAmount>
    <CarrierChargeDescription>sample string 6</CarrierChargeDescription>
    <CarrierCharges>
      <audChargeDb>
        <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" />
        <AdditionalCharge>true</AdditionalCharge>
        <AuditBackBillFlag>1</AuditBackBillFlag>
        <AuditOverchargeFlag>1</AuditOverchargeFlag>
        <AuditVasFlag>true</AuditVasFlag>
        <BackBillChargeAmount>1</BackBillChargeAmount>
        <BackBillChargedByUserID>1</BackBillChargedByUserID>
        <BackBillChargedDate>2025-12-06T23:42:53.0488956+00:00</BackBillChargedDate>
        <BackBillIgnoredByUserID>1</BackBillIgnoredByUserID>
        <BackBillIgnoredDate>2025-12-06T23:42:53.0488956+00:00</BackBillIgnoredDate>
        <BackBillStatus>sample string 9</BackBillStatus>
        <BaseFreight>true</BaseFreight>
        <Charge>1</Charge>
        <ChargeDate>2025-12-06T23:42:53.0488956+00:00</ChargeDate>
        <ChargeDescription>sample string 5</ChargeDescription>
        <ChargeID>1</ChargeID>
        <CreatedBy>10</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <DateShipped>2025-12-06T23:42:53.0488956+00:00</DateShipped>
        <ImportBatchID>3</ImportBatchID>
        <ImportPackageID>1</ImportPackageID>
        <InvoiceDate>2025-12-06T23:42:53.0488956+00:00</InvoiceDate>
        <InvoiceNumber>sample string 4</InvoiceNumber>
        <PackageID>2</PackageID>
        <ShipChargeID>1</ShipChargeID>
        <SurchargeCarrierID>1</SurchargeCarrierID>
        <SurchargeTypeID>1</SurchargeTypeID>
        <UpdatedBy>12</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
        <VASChargedByUserID>1</VASChargedByUserID>
        <VASChargedDate>2025-12-06T23:42:53.0488956+00:00</VASChargedDate>
        <VASClientID>1</VASClientID>
        <VASIgnoredByUserID>1</VASIgnoredByUserID>
        <VASIgnoredDate>2025-12-06T23:42:53.0488956+00:00</VASIgnoredDate>
        <VASShippingServiceCode>sample string 7</VASShippingServiceCode>
        <VASStatus>sample string 8</VASStatus>
      </audChargeDb>
      <audChargeDb>
        <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" />
        <AdditionalCharge>true</AdditionalCharge>
        <AuditBackBillFlag>1</AuditBackBillFlag>
        <AuditOverchargeFlag>1</AuditOverchargeFlag>
        <AuditVasFlag>true</AuditVasFlag>
        <BackBillChargeAmount>1</BackBillChargeAmount>
        <BackBillChargedByUserID>1</BackBillChargedByUserID>
        <BackBillChargedDate>2025-12-06T23:42:53.0488956+00:00</BackBillChargedDate>
        <BackBillIgnoredByUserID>1</BackBillIgnoredByUserID>
        <BackBillIgnoredDate>2025-12-06T23:42:53.0488956+00:00</BackBillIgnoredDate>
        <BackBillStatus>sample string 9</BackBillStatus>
        <BaseFreight>true</BaseFreight>
        <Charge>1</Charge>
        <ChargeDate>2025-12-06T23:42:53.0488956+00:00</ChargeDate>
        <ChargeDescription>sample string 5</ChargeDescription>
        <ChargeID>1</ChargeID>
        <CreatedBy>10</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <DateShipped>2025-12-06T23:42:53.0488956+00:00</DateShipped>
        <ImportBatchID>3</ImportBatchID>
        <ImportPackageID>1</ImportPackageID>
        <InvoiceDate>2025-12-06T23:42:53.0488956+00:00</InvoiceDate>
        <InvoiceNumber>sample string 4</InvoiceNumber>
        <PackageID>2</PackageID>
        <ShipChargeID>1</ShipChargeID>
        <SurchargeCarrierID>1</SurchargeCarrierID>
        <SurchargeTypeID>1</SurchargeTypeID>
        <UpdatedBy>12</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
        <VASChargedByUserID>1</VASChargedByUserID>
        <VASChargedDate>2025-12-06T23:42:53.0488956+00:00</VASChargedDate>
        <VASClientID>1</VASClientID>
        <VASIgnoredByUserID>1</VASIgnoredByUserID>
        <VASIgnoredDate>2025-12-06T23:42:53.0488956+00:00</VASIgnoredDate>
        <VASShippingServiceCode>sample string 7</VASShippingServiceCode>
        <VASStatus>sample string 8</VASStatus>
      </audChargeDb>
    </CarrierCharges>
    <CategoryIgnored>true</CategoryIgnored>
    <CategoryIgnoredBy xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </CategoryIgnoredBy>
    <ChargeRecords>7</ChargeRecords>
    <ClientRate>1</ClientRate>
    <ClientRateDelta>1</ClientRateDelta>
    <DiscountRate>1</DiscountRate>
    <DiscountRateDelta>1</DiscountRateDelta>
    <ExpectedCharges>
      <audRatedChargeDb>
        <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" />
        <BackBillBatchID>22b8bc52-0a31-4807-9fd3-b7028f8abe60</BackBillBatchID>
        <BackBillChargeAmount>1</BackBillChargeAmount>
        <BackBillChargeID>70422eb2-4211-4e68-8e8a-9007061cb1dc</BackBillChargeID>
        <BackBillChargedByUserID>5</BackBillChargedByUserID>
        <BackBillChargedByUserName>sample string 6</BackBillChargedByUserName>
        <BackBillChargedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </BackBillChargedDate>
        <BackBillIgnoredByUserID>1</BackBillIgnoredByUserID>
        <BackBillIgnoredByUserName>sample string 7</BackBillIgnoredByUserName>
        <BackBillIgnoredDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </BackBillIgnoredDate>
        <ChargeDescription>sample string 3</ChargeDescription>
        <ClientBookRate>1</ClientBookRate>
        <ClientRate>1</ClientRate>
        <ClientRateDelta>1</ClientRateDelta>
        <CreatedBy>10</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <DiscountBookRate>1</DiscountBookRate>
        <DiscountRate>1</DiscountRate>
        <DisputeLockedBy>1</DisputeLockedBy>
        <DisputeLockedDate>2025-12-06T23:42:53.0488956+00:00</DisputeLockedDate>
        <ImportBatchID>1</ImportBatchID>
        <IsOriginal>true</IsOriginal>
        <IssueAcceptedByUserID>1</IssueAcceptedByUserID>
        <IssueAcceptedByUserName>sample string 9</IssueAcceptedByUserName>
        <IssueAcceptedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </IssueAcceptedDate>
        <IssueDisputedByUserID>1</IssueDisputedByUserID>
        <IssueDisputedByUserName>sample string 8</IssueDisputedByUserName>
        <IssueDisputedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </IssueDisputedDate>
        <PackageID>2</PackageID>
        <RatedChargeID>1</RatedChargeID>
        <ReRateClientBookRate>1</ReRateClientBookRate>
        <ReRateClientRate>1</ReRateClientRate>
        <ReRateDiscountBookRate>1</ReRateDiscountBookRate>
        <ReRateDiscountRate>1</ReRateDiscountRate>
        <ReRateStandardBookRate>1</ReRateStandardBookRate>
        <ShipChargeID>4</ShipChargeID>
        <StandardBookRate>1</StandardBookRate>
        <SurchargeTypeID>1</SurchargeTypeID>
        <UpdatedBy>12</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
      </audRatedChargeDb>
      <audRatedChargeDb>
        <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" />
        <BackBillBatchID>22b8bc52-0a31-4807-9fd3-b7028f8abe60</BackBillBatchID>
        <BackBillChargeAmount>1</BackBillChargeAmount>
        <BackBillChargeID>70422eb2-4211-4e68-8e8a-9007061cb1dc</BackBillChargeID>
        <BackBillChargedByUserID>5</BackBillChargedByUserID>
        <BackBillChargedByUserName>sample string 6</BackBillChargedByUserName>
        <BackBillChargedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </BackBillChargedDate>
        <BackBillIgnoredByUserID>1</BackBillIgnoredByUserID>
        <BackBillIgnoredByUserName>sample string 7</BackBillIgnoredByUserName>
        <BackBillIgnoredDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </BackBillIgnoredDate>
        <ChargeDescription>sample string 3</ChargeDescription>
        <ClientBookRate>1</ClientBookRate>
        <ClientRate>1</ClientRate>
        <ClientRateDelta>1</ClientRateDelta>
        <CreatedBy>10</CreatedBy>
        <CreatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </CreatedDate>
        <DiscountBookRate>1</DiscountBookRate>
        <DiscountRate>1</DiscountRate>
        <DisputeLockedBy>1</DisputeLockedBy>
        <DisputeLockedDate>2025-12-06T23:42:53.0488956+00:00</DisputeLockedDate>
        <ImportBatchID>1</ImportBatchID>
        <IsOriginal>true</IsOriginal>
        <IssueAcceptedByUserID>1</IssueAcceptedByUserID>
        <IssueAcceptedByUserName>sample string 9</IssueAcceptedByUserName>
        <IssueAcceptedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </IssueAcceptedDate>
        <IssueDisputedByUserID>1</IssueDisputedByUserID>
        <IssueDisputedByUserName>sample string 8</IssueDisputedByUserName>
        <IssueDisputedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </IssueDisputedDate>
        <PackageID>2</PackageID>
        <RatedChargeID>1</RatedChargeID>
        <ReRateClientBookRate>1</ReRateClientBookRate>
        <ReRateClientRate>1</ReRateClientRate>
        <ReRateDiscountBookRate>1</ReRateDiscountBookRate>
        <ReRateDiscountRate>1</ReRateDiscountRate>
        <ReRateStandardBookRate>1</ReRateStandardBookRate>
        <ShipChargeID>4</ShipChargeID>
        <StandardBookRate>1</StandardBookRate>
        <SurchargeTypeID>1</SurchargeTypeID>
        <UpdatedBy>12</UpdatedBy>
        <UpdatedDate xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-12-06T23:42:53.0488956Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </UpdatedDate>
      </audRatedChargeDb>
    </ExpectedCharges>
    <ImportBatchID>5</ImportBatchID>
    <InvoiceDate>2025-12-06T23:42:53.0488956+00:00</InvoiceDate>
    <InvoiceNumber>sample string 4</InvoiceNumber>
    <ManifestChargeName>sample string 2</ManifestChargeName>
    <PackageID>1</PackageID>
    <ReRateClientRate>1</ReRateClientRate>
    <ReRateDiscountRate>1</ReRateDiscountRate>
    <SurchargeTypeID>3</SurchargeTypeID>
  </audChargesCompare>
</ArrayOfaudChargesCompare>