POST api/Rate_V1
Rating with all carriers and services
Request Information
URI Parameters
None.
Body Parameters
Rate Request
WS_Repository.Models.Requests.Rate.RateRequestName | Description | Type | Additional information |
---|---|---|---|
WS_Key |
(Mandatory) Webservice Key provided by 2ship support |
string |
None. |
CarrierId |
(Optional) if pressent will get all services for that carrier |
integer |
None. |
ServiceCode |
(Optional) can be present just if there is a Carrier Id and then will get just that service rate. |
string |
None. |
Sender |
(Mandatory) Sender Contact |
WS_Repository.Models.Requests.Rate.Contact |
None. |
Recipient |
(Mandatory) Recipient Contact |
WS_Repository.Models.Requests.Rate.Contact |
None. |
CrossDockAddress |
(Optional) Cross Dock Address - used for 2 leg shipments to determinate the middle address of the shipment. this address become 1'st leg recipient and 2'nd leg sender |
WS_Repository.Models.Requests.Rate.Contact |
None. |
Packages |
(Mandatory) Array of Package |
Collection of WS_Repository.Models.Requests.Rate.Package |
None. |
PickupDate |
(Optional) The Ship Date (default is today) |
date |
None. |
Billing |
(Optional) used to rate with other account |
WS_Repository.Models.Requests.Rate.BillingOptions |
None. |
ShipmentOptions |
(Optional) Used to filter services that include some options |
WS_Repository.Models.Requests.Rate.RateOptions |
None. |
ServiceGroups |
(Optional) Array of Service Groups Codes - used to filter services which are in these Groups |
Collection of integer |
None. |
LocationId |
(Optional) If not set will use the sender address to match the right Location to use. |
integer |
None. |
LocationName |
(Optional) If not set will use the LocationId or the sender address to match the right Location to use. |
string |
None. |
RateFilter |
(Optional) used to filter rates by cheapest, fastest... (Default Value = GetAllServices) |
WS_Repository.Models.Requests.Rate.RateFilterType |
None. |
FilterByNearestDropOffLocation |
(Optional) used to filter carriers that have a Drop Off Location (Office, Postal Office) in the Maximum distance of Km/Miles specified in MaxDistanceToDropOffLocation field |
boolean |
None. |
ShowAutomatedParcelMachine |
(Optional) used to show Show Automated Parcel Machine when FilterByNearestDropOffLocation = true |
boolean |
None. |
RecipientIsAutomatedParcelMachineLocation |
(Optional) Specify that the Recipient is an Automated Parcel Machine Location |
boolean |
None. |
MaxDistanceToDropOffLocation |
(Mandatory if FilterByNearestDropOffLocation is true) the maximum distance of a Drop Off Location (valid values: 0.1 ... 100 km/miles) |
decimal number |
None. |
MaxDistanceToDropOffLocationUM |
(Optional) the default value is Kilometers |
WS_Repository.Models.Requests.Rate.DistanceType |
None. |
FilterByDeliveryDate |
(Optional) Filter by max delivery date |
boolean |
None. |
MaxDeliveryDate |
(Optional) Max delivery date to filter by |
date |
None. |
HasQRCodeLabelPrinting |
(Optional) Drop Off Location has QR code label printing available |
boolean |
None. |
CustomerMarkups |
(Optional) Provide your own values for Customer Pricing calculation |
Collection of WS_Repository.Models.Requests.Rate.CustomerMarkup |
None. |
ConsolidationUnitId |
(Optional) Used to rate through a consolidation unit, get by calling GetAllOpenedConsolidationUnits |
integer |
None. |
RateCurrencySelect |
(Optional) Used to return rates in your selected currency using the 2Ship exchange rate from openexchangerates.org |
string |
None. |
GetUngroupedServices |
(Optional) Used to return also carrier services that are not present in any service group, this is applying when you don't specify any Service Groups in the Request and when the RateFilter is one of the following: GetJustCheapestServiceForEachServiceGroup, GetJustCheapestServiceForEachServiceGroupAndAverageListPrice, GetJustFastestServiceForEachServiceGroup, GetAllServicesForEachServiceGroup |
boolean |
None. |
RateTimeout |
(Optional) Maximum # of miliseconds before a rate response will be returned. Response from 2Ship will include services and rates acquired within this time frame Default Value is 60,000 (1 Minute) |
integer |
None. |
PickupRequest |
(Optional) Used to return rates with the pickup request charge |
boolean |
None. |
RateKey |
(Internal) DO NOT USE |
string |
None. |
Contents |
(Optional) Contents of the shipment packages |
WS_Repository.Models.Requests.Rate.Contents |
None. |
CalculatePackagesByContents |
(Optional) if this flag is set true then Packages field will be overridden with generated packages based on a 2ship packing algorithm |
boolean |
None. |
CalculatePackagesByContentsOptions |
(Optional) Packages generation parameters |
WS_Repository.Models.Requests.Rate.CalculatePackagesByContentsOptions |
None. |
UseDefaultGlobalShipmentOptions |
(Optional) It specify to load the default global options from 2Ship |
boolean |
None. |
ShipFromLockerOrLocation |
(Optional) Specify ship from a locker / carrier location / carrier retail location |
boolean |
None. |
ShipFromLocationLockerInfo |
(Required if ShipFromLockerOrLocation = true) |
WS_Repository.Models.Common.ShipFromLocationLockerInfo |
None. |
ShipToLockerOrLocation |
(Optional) Specify ship to a locker / carrier location / carrier retail location |
boolean |
None. |
ShipToLocationLockerInfo |
(Required if ShipFromLockerOrLocation = true) |
WS_Repository.Models.Common.ShipToLocationLockerInfo |
None. |
ApplyDutiesAndTaxes |
(Optional) It specify to get estimated duties and taxes cost for international shipments |
boolean |
None. |
ReturnRatedPackages |
If is set it returns the RatedPackages object list and its content assignament |
boolean |
None. |
Request Formats
application/json, text/json
{ "WS_Key": "sample string 1", "CarrierId": 2, "ServiceCode": "sample string 3", "Sender": { "Id": "sample string 1", "Country": "sample string 2", "State": "sample string 3", "City": "sample string 4", "PostalCode": "sample string 5", "Address1": "sample string 6", "CompanyName": "sample string 7", "IsResidential": true }, "Recipient": { "Id": "sample string 1", "Country": "sample string 2", "State": "sample string 3", "City": "sample string 4", "PostalCode": "sample string 5", "Address1": "sample string 6", "CompanyName": "sample string 7", "IsResidential": true }, "CrossDockAddress": { "Id": "sample string 1", "Country": "sample string 2", "State": "sample string 3", "City": "sample string 4", "PostalCode": "sample string 5", "Address1": "sample string 6", "CompanyName": "sample string 7", "IsResidential": true }, "Packages": [ { "Weight": 1.0, "Width": 2.0, "Length": 3.0, "Height": 4.0, "FreightClassId": 5.0, "IsStackable": true, "NMFCItem": "sample string 7", "NMFCSub": "sample string 8", "WeightType": 0, "DimensionType": 0, "DimensionCode": "sample string 9", "Packaging": 0, "InsuranceAmount": 10.0, "InsuranceCurrency": "sample string 11", "RateType": 0, "ApplyWeightAndDimsFromTheAssignedCommodity": true }, { "Weight": 1.0, "Width": 2.0, "Length": 3.0, "Height": 4.0, "FreightClassId": 5.0, "IsStackable": true, "NMFCItem": "sample string 7", "NMFCSub": "sample string 8", "WeightType": 0, "DimensionType": 0, "DimensionCode": "sample string 9", "Packaging": 0, "InsuranceAmount": 10.0, "InsuranceCurrency": "sample string 11", "RateType": 0, "ApplyWeightAndDimsFromTheAssignedCommodity": true } ], "PickupDate": "2022-07-06T00:48:19.6558512Z", "Billing": { "BillingType": 1, "BillingAddress": { "Id": "sample string 1", "Country": "sample string 2", "State": "sample string 3", "City": "sample string 4", "PostalCode": "sample string 5", "Address1": "sample string 6", "CompanyName": "sample string 7", "IsResidential": true }, "BillingAccount": "sample string 1" }, "ShipmentOptions": { "SaturdayDelivery": true, "SaturdayPickUp": true, "CollectOnDelivery": { "Ammount": 1.0, "Amount": 2.0 }, "SignatureRequired": true, "SignatureOption": 0, "NoSignatureRequired": true, "DangerousGoods": true, "ShipToLocker": true, "ShipToRetail": true, "ShipToCarrier": true, "ShipFromLocker": true, "ShipFromRetail": true, "ShipFromCarrier": true, "ShipmentOptionsByCodeAndValue": [ { "value": "sample string 1", "code": 2, "SubOptions": [ { "Code": "sample string 1", "Value": "sample string 2" }, { "Code": "sample string 1", "Value": "sample string 2" } ] }, { "value": "sample string 1", "code": 2, "SubOptions": [ { "Code": "sample string 1", "Value": "sample string 2" }, { "Code": "sample string 1", "Value": "sample string 2" } ] } ] }, "ServiceGroups": [ 1, 2 ], "LocationId": 5, "LocationName": "sample string 6", "RateFilter": 0, "FilterByNearestDropOffLocation": true, "ShowAutomatedParcelMachine": true, "RecipientIsAutomatedParcelMachineLocation": true, "MaxDistanceToDropOffLocation": 10.0, "MaxDistanceToDropOffLocationUM": 0, "FilterByDeliveryDate": true, "MaxDeliveryDate": "2022-07-06T00:48:19.6558512-04:00", "HasQRCodeLabelPrinting": true, "CustomerMarkups": [ { "CarrierId": 1, "MarkupValue": 2.0, "MarkupType": 0 }, { "CarrierId": 1, "MarkupValue": 2.0, "MarkupType": 0 } ], "ConsolidationUnitId": 14, "RateCurrencySelect": "sample string 15", "GetUngroupedServices": true, "RateTimeout": 17, "PickupRequest": true, "RateKey": "sample string 19", "Contents": { "Commodities": [ { "ID": "sample string 1", "Description": "sample string 2", "Quantity": 3.0, "UnitValue": 4.0, "TaxPercentage": 1.0, "TotalWeight": 5.0, "ItemWeight": 6.0, "ItemLength": 7.0, "ItemWidth": 8.0, "ItemHeight": 9.0, "ItemMeasurementsType": 0, "SKUOrItemOrUPC": "sample string 10", "OnHoldImportBooksPerBox": 12.0, "PackageNumber": 1, "DangerousGoodsInfo": { "ContainsDangerousGoods": true, "Accessible": true, "RegulationSet": 0, "RegulationLevelCode": 0, "UN": "sample string 2", "Class": "sample string 3", "PackingGroup": 0, "Authorization": "sample string 4", "AdditionalHandlingInformation": "sample string 5", "TechnicalName": "sample string 6", "AdditionalDescription": "sample string 7", "PackagingContainerType": "sample string 8", "PackagingType": "sample string 9", "SignatureName": "sample string 10", "SignaturePlace": "sample string 11", "SignatureDate": "sample string 12", "SignatureTitle": "sample string 13", "TransportType": 0, "DGPackingType": 0, "Radioactive": true, "EmergencyPhone": "sample string 14", "EmergencyContact": "sample string 15", "AllPackedInOne": true, "OverPacked": true, "QValue": "sample string 16", "ChemicalRecord": "sample string 17", "HazardLabelRequired": "sample string 18", "SubRiskClass": "sample string 19", "TunelRestriction": true, "AirportDeparture": "sample string 20", "AirportDestination": "sample string 21", "Offeror": "sample string 22", "PackageInstructions": "sample string 23", "ProperShippingName": "sample string 24" }, "LTLClassId": "sample string 13", "NMFCItem": "sample string 14", "NMFCSub": "sample string 15", "MID": "sample string 16", "ShipAsItsOwnPackage": true, "ShipInAnyPackage": true, "HarmonizedCode": "sample string 19", "CountryOfManufacture": "sample string 20" }, { "ID": "sample string 1", "Description": "sample string 2", "Quantity": 3.0, "UnitValue": 4.0, "TaxPercentage": 1.0, "TotalWeight": 5.0, "ItemWeight": 6.0, "ItemLength": 7.0, "ItemWidth": 8.0, "ItemHeight": 9.0, "ItemMeasurementsType": 0, "SKUOrItemOrUPC": "sample string 10", "OnHoldImportBooksPerBox": 12.0, "PackageNumber": 1, "DangerousGoodsInfo": { "ContainsDangerousGoods": true, "Accessible": true, "RegulationSet": 0, "RegulationLevelCode": 0, "UN": "sample string 2", "Class": "sample string 3", "PackingGroup": 0, "Authorization": "sample string 4", "AdditionalHandlingInformation": "sample string 5", "TechnicalName": "sample string 6", "AdditionalDescription": "sample string 7", "PackagingContainerType": "sample string 8", "PackagingType": "sample string 9", "SignatureName": "sample string 10", "SignaturePlace": "sample string 11", "SignatureDate": "sample string 12", "SignatureTitle": "sample string 13", "TransportType": 0, "DGPackingType": 0, "Radioactive": true, "EmergencyPhone": "sample string 14", "EmergencyContact": "sample string 15", "AllPackedInOne": true, "OverPacked": true, "QValue": "sample string 16", "ChemicalRecord": "sample string 17", "HazardLabelRequired": "sample string 18", "SubRiskClass": "sample string 19", "TunelRestriction": true, "AirportDeparture": "sample string 20", "AirportDestination": "sample string 21", "Offeror": "sample string 22", "PackageInstructions": "sample string 23", "ProperShippingName": "sample string 24" }, "LTLClassId": "sample string 13", "NMFCItem": "sample string 14", "NMFCSub": "sample string 15", "MID": "sample string 16", "ShipAsItsOwnPackage": true, "ShipInAnyPackage": true, "HarmonizedCode": "sample string 19", "CountryOfManufacture": "sample string 20" } ] }, "CalculatePackagesByContents": true, "CalculatePackagesByContentsOptions": { "PackageDimensions": [ { "UseForFreight": true, "MaxWeight": 2.0, "Width": 3.0, "Length": 4.0, "Height": 5.0 }, { "UseForFreight": true, "MaxWeight": 2.0, "Width": 3.0, "Length": 4.0, "Height": 5.0 } ], "DoNotRotateItems": true, "SplitPackagesAtSingleItemWeight": 2.0, "MinTotalWeightToAddSkidsToo": 3.0, "MaxSingleItemWeightForSkidsOnly": 4.0, "MaxWeight": 5.0, "MaxLength": 6.0, "MaxLengthPlusGirth": 7.0, "MaxSingleItemLengthForSkid": 8.0, "MaxSingleItemWidthForSkid": 9.0, "MaxSingleItemHeightForSkid": 10.0, "MaxSkidWeight": 11.0, "PaddingPercentage": 12, "EnableBoxBalancing": true }, "UseDefaultGlobalShipmentOptions": true, "ShipFromLockerOrLocation": true, "ShipFromLocationLockerInfo": { "Id": "sample string 1", "Postal": "sample string 2", "City": "sample string 3", "State": "sample string 4", "Country": "sample string 5", "Address1": "sample string 6", "Address2": "sample string 7", "Address3": "sample string 8", "Name": "sample string 9", "LocationType": 0, "LocationTypeDescription": "sample string 10" }, "ShipToLockerOrLocation": true, "ShipToLocationLockerInfo": { "Id": "sample string 1", "Postal": "sample string 2", "City": "sample string 3", "State": "sample string 4", "Country": "sample string 5", "Address1": "sample string 6", "Address2": "sample string 7", "Address3": "sample string 8", "Name": "sample string 9", "LocationType": 0, "LocationTypeDescription": "sample string 10" }, "ApplyDutiesAndTaxes": true, "ReturnRatedPackages": true }
application/xml, text/xml
<RateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate"> <ApplyDutiesAndTaxes>true</ApplyDutiesAndTaxes> <Billing> <BillingAccount>sample string 1</BillingAccount> <BillingAddress> <Address1>sample string 6</Address1> <City>sample string 4</City> <CompanyName>sample string 7</CompanyName> <Country>sample string 2</Country> <Id>sample string 1</Id> <IsResidential>true</IsResidential> <PostalCode>sample string 5</PostalCode> <State>sample string 3</State> </BillingAddress> <BillingType>Prepaid</BillingType> </Billing> <CalculatePackagesByContents>true</CalculatePackagesByContents> <CalculatePackagesByContentsOptions> <DoNotRotateItems>true</DoNotRotateItems> <EnableBoxBalancing>true</EnableBoxBalancing> <MaxLength>6</MaxLength> <MaxLengthPlusGirth>7</MaxLengthPlusGirth> <MaxSingleItemHeightForSkid>10</MaxSingleItemHeightForSkid> <MaxSingleItemLengthForSkid>8</MaxSingleItemLengthForSkid> <MaxSingleItemWeightForSkidsOnly>4</MaxSingleItemWeightForSkidsOnly> <MaxSingleItemWidthForSkid>9</MaxSingleItemWidthForSkid> <MaxSkidWeight>11</MaxSkidWeight> <MaxWeight>5</MaxWeight> <MinTotalWeightToAddSkidsToo>3</MinTotalWeightToAddSkidsToo> <PackageDimensions> <CalculatePackagesDimension_Rate> <Height>5</Height> <Length>4</Length> <MaxWeight>2</MaxWeight> <UseForFreight>true</UseForFreight> <Width>3</Width> </CalculatePackagesDimension_Rate> <CalculatePackagesDimension_Rate> <Height>5</Height> <Length>4</Length> <MaxWeight>2</MaxWeight> <UseForFreight>true</UseForFreight> <Width>3</Width> </CalculatePackagesDimension_Rate> </PackageDimensions> <PaddingPercentage>12</PaddingPercentage> <SplitPackagesAtSingleItemWeight>2</SplitPackagesAtSingleItemWeight> </CalculatePackagesByContentsOptions> <CarrierId>2</CarrierId> <ConsolidationUnitId>14</ConsolidationUnitId> <Contents> <Commodities> <Commodity_Rate> <CountryOfManufacture>sample string 20</CountryOfManufacture> <DangerousGoodsInfo> <Accessible>true</Accessible> <AdditionalDescription>sample string 7</AdditionalDescription> <AdditionalHandlingInformation>sample string 5</AdditionalHandlingInformation> <AirportDeparture>sample string 20</AirportDeparture> <AirportDestination>sample string 21</AirportDestination> <AllPackedInOne>true</AllPackedInOne> <Authorization>sample string 4</Authorization> <ChemicalRecord>sample string 17</ChemicalRecord> <Class>sample string 3</Class> <ContainsDangerousGoods>true</ContainsDangerousGoods> <DGPackingType>OTHER</DGPackingType> <EmergencyContact>sample string 15</EmergencyContact> <EmergencyPhone>sample string 14</EmergencyPhone> <HazardLabelRequired>sample string 18</HazardLabelRequired> <Offeror>sample string 22</Offeror> <OverPacked>true</OverPacked> <PackageInstructions>sample string 23</PackageInstructions> <PackagingContainerType>sample string 8</PackagingContainerType> <PackagingType>sample string 9</PackagingType> <PackingGroup>NONE</PackingGroup> <ProperShippingName>sample string 24</ProperShippingName> <QValue>sample string 16</QValue> <Radioactive>true</Radioactive> <RegulationLevelCode>FullyRegulated</RegulationLevelCode> <RegulationSet>CFR</RegulationSet> <SignatureDate>sample string 12</SignatureDate> <SignatureName>sample string 10</SignatureName> <SignaturePlace>sample string 11</SignaturePlace> <SignatureTitle>sample string 13</SignatureTitle> <SubRiskClass>sample string 19</SubRiskClass> <TechnicalName>sample string 6</TechnicalName> <TransportType>PassengerAndCargoAircraft</TransportType> <TunelRestriction>true</TunelRestriction> <UN>sample string 2</UN> </DangerousGoodsInfo> <Description>sample string 2</Description> <HarmonizedCode>sample string 19</HarmonizedCode> <ID>sample string 1</ID> <ItemHeight>9</ItemHeight> <ItemLength>7</ItemLength> <ItemMeasurementsType>Imperial</ItemMeasurementsType> <ItemWeight>6</ItemWeight> <ItemWidth>8</ItemWidth> <LTLClassId>sample string 13</LTLClassId> <MID>sample string 16</MID> <NMFCItem>sample string 14</NMFCItem> <NMFCSub>sample string 15</NMFCSub> <OnHoldImportBooksPerBox>12</OnHoldImportBooksPerBox> <PackageNumber>1</PackageNumber> <Quantity>3</Quantity> <SKUOrItemOrUPC>sample string 10</SKUOrItemOrUPC> <ShipAsItsOwnPackage>true</ShipAsItsOwnPackage> <ShipInAnyPackage>true</ShipInAnyPackage> <TaxPercentage>1</TaxPercentage> <TotalWeight>5</TotalWeight> <UnitValue>4</UnitValue> </Commodity_Rate> <Commodity_Rate> <CountryOfManufacture>sample string 20</CountryOfManufacture> <DangerousGoodsInfo> <Accessible>true</Accessible> <AdditionalDescription>sample string 7</AdditionalDescription> <AdditionalHandlingInformation>sample string 5</AdditionalHandlingInformation> <AirportDeparture>sample string 20</AirportDeparture> <AirportDestination>sample string 21</AirportDestination> <AllPackedInOne>true</AllPackedInOne> <Authorization>sample string 4</Authorization> <ChemicalRecord>sample string 17</ChemicalRecord> <Class>sample string 3</Class> <ContainsDangerousGoods>true</ContainsDangerousGoods> <DGPackingType>OTHER</DGPackingType> <EmergencyContact>sample string 15</EmergencyContact> <EmergencyPhone>sample string 14</EmergencyPhone> <HazardLabelRequired>sample string 18</HazardLabelRequired> <Offeror>sample string 22</Offeror> <OverPacked>true</OverPacked> <PackageInstructions>sample string 23</PackageInstructions> <PackagingContainerType>sample string 8</PackagingContainerType> <PackagingType>sample string 9</PackagingType> <PackingGroup>NONE</PackingGroup> <ProperShippingName>sample string 24</ProperShippingName> <QValue>sample string 16</QValue> <Radioactive>true</Radioactive> <RegulationLevelCode>FullyRegulated</RegulationLevelCode> <RegulationSet>CFR</RegulationSet> <SignatureDate>sample string 12</SignatureDate> <SignatureName>sample string 10</SignatureName> <SignaturePlace>sample string 11</SignaturePlace> <SignatureTitle>sample string 13</SignatureTitle> <SubRiskClass>sample string 19</SubRiskClass> <TechnicalName>sample string 6</TechnicalName> <TransportType>PassengerAndCargoAircraft</TransportType> <TunelRestriction>true</TunelRestriction> <UN>sample string 2</UN> </DangerousGoodsInfo> <Description>sample string 2</Description> <HarmonizedCode>sample string 19</HarmonizedCode> <ID>sample string 1</ID> <ItemHeight>9</ItemHeight> <ItemLength>7</ItemLength> <ItemMeasurementsType>Imperial</ItemMeasurementsType> <ItemWeight>6</ItemWeight> <ItemWidth>8</ItemWidth> <LTLClassId>sample string 13</LTLClassId> <MID>sample string 16</MID> <NMFCItem>sample string 14</NMFCItem> <NMFCSub>sample string 15</NMFCSub> <OnHoldImportBooksPerBox>12</OnHoldImportBooksPerBox> <PackageNumber>1</PackageNumber> <Quantity>3</Quantity> <SKUOrItemOrUPC>sample string 10</SKUOrItemOrUPC> <ShipAsItsOwnPackage>true</ShipAsItsOwnPackage> <ShipInAnyPackage>true</ShipInAnyPackage> <TaxPercentage>1</TaxPercentage> <TotalWeight>5</TotalWeight> <UnitValue>4</UnitValue> </Commodity_Rate> </Commodities> </Contents> <CrossDockAddress> <Address1>sample string 6</Address1> <City>sample string 4</City> <CompanyName>sample string 7</CompanyName> <Country>sample string 2</Country> <Id>sample string 1</Id> <IsResidential>true</IsResidential> <PostalCode>sample string 5</PostalCode> <State>sample string 3</State> </CrossDockAddress> <CustomerMarkups> <CustomerMarkup_Rate> <CarrierId>1</CarrierId> <MarkupType>MarkupPercentage</MarkupType> <MarkupValue>2</MarkupValue> </CustomerMarkup_Rate> <CustomerMarkup_Rate> <CarrierId>1</CarrierId> <MarkupType>MarkupPercentage</MarkupType> <MarkupValue>2</MarkupValue> </CustomerMarkup_Rate> </CustomerMarkups> <FilterByDeliveryDate>true</FilterByDeliveryDate> <FilterByNearestDropOffLocation>true</FilterByNearestDropOffLocation> <GetUngroupedServices>true</GetUngroupedServices> <HasQRCodeLabelPrinting>true</HasQRCodeLabelPrinting> <LocationId>5</LocationId> <LocationName>sample string 6</LocationName> <MaxDeliveryDate>2022-07-06T00:48:19.6558512-04:00</MaxDeliveryDate> <MaxDistanceToDropOffLocation>10</MaxDistanceToDropOffLocation> <MaxDistanceToDropOffLocationUM>Kilometers</MaxDistanceToDropOffLocationUM> <Packages> <Package_Rate> <ApplyWeightAndDimsFromTheAssignedCommodity>true</ApplyWeightAndDimsFromTheAssignedCommodity> <DimensionCode>sample string 9</DimensionCode> <DimensionType>Inches</DimensionType> <FreightClassId>5</FreightClassId> <Height>4</Height> <InsuranceAmount>10</InsuranceAmount> <InsuranceCurrency>sample string 11</InsuranceCurrency> <IsStackable>true</IsStackable> <Length>3</Length> <NMFCItem>sample string 7</NMFCItem> <NMFCSub>sample string 8</NMFCSub> <Packaging>NotSet</Packaging> <RateType>NotSet</RateType> <Weight>1</Weight> <WeightType>Pounds</WeightType> <Width>2</Width> </Package_Rate> <Package_Rate> <ApplyWeightAndDimsFromTheAssignedCommodity>true</ApplyWeightAndDimsFromTheAssignedCommodity> <DimensionCode>sample string 9</DimensionCode> <DimensionType>Inches</DimensionType> <FreightClassId>5</FreightClassId> <Height>4</Height> <InsuranceAmount>10</InsuranceAmount> <InsuranceCurrency>sample string 11</InsuranceCurrency> <IsStackable>true</IsStackable> <Length>3</Length> <NMFCItem>sample string 7</NMFCItem> <NMFCSub>sample string 8</NMFCSub> <Packaging>NotSet</Packaging> <RateType>NotSet</RateType> <Weight>1</Weight> <WeightType>Pounds</WeightType> <Width>2</Width> </Package_Rate> </Packages> <PickupDate>2022-07-06T00:48:19.6558512Z</PickupDate> <PickupRequest>true</PickupRequest> <RateCurrencySelect>sample string 15</RateCurrencySelect> <RateFilter>GetAllServices</RateFilter> <RateKey>sample string 19</RateKey> <RateTimeout>17</RateTimeout> <Recipient> <Address1>sample string 6</Address1> <City>sample string 4</City> <CompanyName>sample string 7</CompanyName> <Country>sample string 2</Country> <Id>sample string 1</Id> <IsResidential>true</IsResidential> <PostalCode>sample string 5</PostalCode> <State>sample string 3</State> </Recipient> <RecipientIsAutomatedParcelMachineLocation>true</RecipientIsAutomatedParcelMachineLocation> <ReturnRatedPackages>true</ReturnRatedPackages> <Sender> <Address1>sample string 6</Address1> <City>sample string 4</City> <CompanyName>sample string 7</CompanyName> <Country>sample string 2</Country> <Id>sample string 1</Id> <IsResidential>true</IsResidential> <PostalCode>sample string 5</PostalCode> <State>sample string 3</State> </Sender> <ServiceCode>sample string 3</ServiceCode> <ServiceGroups xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </ServiceGroups> <ShipFromLocationLockerInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Common"> <d2p1:Address1>sample string 6</d2p1:Address1> <d2p1:Address2>sample string 7</d2p1:Address2> <d2p1:Address3>sample string 8</d2p1:Address3> <d2p1:City>sample string 3</d2p1:City> <d2p1:Country>sample string 5</d2p1:Country> <d2p1:Id>sample string 1</d2p1:Id> <d2p1:LocationType>Unknown</d2p1:LocationType> <d2p1:LocationTypeDescription>sample string 10</d2p1:LocationTypeDescription> <d2p1:Name>sample string 9</d2p1:Name> <d2p1:Postal>sample string 2</d2p1:Postal> <d2p1:State>sample string 4</d2p1:State> </ShipFromLocationLockerInfo> <ShipFromLockerOrLocation>true</ShipFromLockerOrLocation> <ShipToLocationLockerInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Common"> <d2p1:Address1>sample string 6</d2p1:Address1> <d2p1:Address2>sample string 7</d2p1:Address2> <d2p1:Address3>sample string 8</d2p1:Address3> <d2p1:City>sample string 3</d2p1:City> <d2p1:Country>sample string 5</d2p1:Country> <d2p1:Id>sample string 1</d2p1:Id> <d2p1:LocationType>Unknown</d2p1:LocationType> <d2p1:LocationTypeDescription>sample string 10</d2p1:LocationTypeDescription> <d2p1:Name>sample string 9</d2p1:Name> <d2p1:Postal>sample string 2</d2p1:Postal> <d2p1:State>sample string 4</d2p1:State> </ShipToLocationLockerInfo> <ShipToLockerOrLocation>true</ShipToLockerOrLocation> <ShipmentOptions> <CollectOnDelivery> <Ammount>1</Ammount> <Amount>2</Amount> </CollectOnDelivery> <DangerousGoods>true</DangerousGoods> <NoSignatureRequired>true</NoSignatureRequired> <SaturdayDelivery>true</SaturdayDelivery> <SaturdayPickUp>true</SaturdayPickUp> <ShipFromCarrier>true</ShipFromCarrier> <ShipFromLocker>true</ShipFromLocker> <ShipFromRetail>true</ShipFromRetail> <ShipToCarrier>true</ShipToCarrier> <ShipToLocker>true</ShipToLocker> <ShipToRetail>true</ShipToRetail> <ShipmentOptionsByCodeAndValue> <RateShipmentOptionByCode> <SubOptions> <RateSubShipmentOption> <Code>sample string 1</Code> <Value>sample string 2</Value> </RateSubShipmentOption> <RateSubShipmentOption> <Code>sample string 1</Code> <Value>sample string 2</Value> </RateSubShipmentOption> </SubOptions> <code>2</code> <value>sample string 1</value> </RateShipmentOptionByCode> <RateShipmentOptionByCode> <SubOptions> <RateSubShipmentOption> <Code>sample string 1</Code> <Value>sample string 2</Value> </RateSubShipmentOption> <RateSubShipmentOption> <Code>sample string 1</Code> <Value>sample string 2</Value> </RateSubShipmentOption> </SubOptions> <code>2</code> <value>sample string 1</value> </RateShipmentOptionByCode> </ShipmentOptionsByCodeAndValue> <SignatureOption>Default</SignatureOption> <SignatureRequired>true</SignatureRequired> </ShipmentOptions> <ShowAutomatedParcelMachine>true</ShowAutomatedParcelMachine> <UseDefaultGlobalShipmentOptions>true</UseDefaultGlobalShipmentOptions> <WS_Key>sample string 1</WS_Key> </RateRequest>
application/x-www-form-urlencoded
Response Information
Resource Description
List of CarrierRate
Collection of WS_Repository.Models.Responses.Rate.CarrierRateName | Description | Type | Additional information |
---|---|---|---|
Carrier |
Carrier |
WS_Repository.Models.Responses.Rate.Carrier |
None. |
DropOffLocations |
Array of possible Drop Off Locations (5 max) |
Collection of WS_Repository.Models.Responses.Rate.DropOffLocation |
None. |
Services |
Array of Services wit cost |
Collection of WS_Repository.Models.Responses.Rate.RateService |
None. |
ExchangeRate |
Exchange Rate object available if the RateCurrencySelect is specify on the rate request |
WS_Repository.Models.Responses.Rate.ExchangeRate |
None. |
DutiesAndTaxesCost |
This is only an Estimate of the Duties and Taxes for your shipment. Actual charges may be different. |
WS_Repository.Models.Responses.Rate.DutiesAndTaxesCost |
None. |
RatedPackages |
Rated Packages |
Collection of WS_Repository.Models.Responses.Rate.RatedPackage |
None. |
Response Formats
application/json, text/json
[ { "Carrier": { "Id": 1, "SCAC": "sample string 2", "Name": "sample string 3", "Type": 0, "BillingAccount": "sample string 4" }, "DropOffLocations": [ { "Latitude": "sample string 1", "Longitude": "sample string 2", "Postal": "sample string 3", "City": "sample string 4", "State": "sample string 5", "Country": "sample string 6", "Address": "sample string 7", "Name": "sample string 8", "Distance": "sample string 9", "Id": "sample string 10", "Location": "sample string 11", "Observations": "sample string 12", "IsAutomatedParcelMachine": true, "LocationType": "sample string 14", "LocationTypeDescription": "sample string 15", "HasQRCodeLabelPrinting": true }, { "Latitude": "sample string 1", "Longitude": "sample string 2", "Postal": "sample string 3", "City": "sample string 4", "State": "sample string 5", "Country": "sample string 6", "Address": "sample string 7", "Name": "sample string 8", "Distance": "sample string 9", "Id": "sample string 10", "Location": "sample string 11", "Observations": "sample string 12", "IsAutomatedParcelMachine": true, "LocationType": "sample string 14", "LocationTypeDescription": "sample string 15", "HasQRCodeLabelPrinting": true } ], "Services": [ { "CarrierId": 1, "SCAC": "sample string 2", "CarrierName": "sample string 3", "ERROR": "sample string 4", "Service": { "Name": "sample string 1", "Code": "sample string 2", "ServiceGroups": [ 1, 2 ], "DeliveryServiceGroups": [ { "GroupId": 1, "GroupName": "sample string 2", "GroupCutOffDayIsSpecified": true, "GroupCutOffDay": 4, "GroupCutOffTime": "sample string 5" }, { "GroupId": 1, "GroupName": "sample string 2", "GroupCutOffDayIsSpecified": true, "GroupCutOffDay": 4, "GroupCutOffTime": "sample string 5" } ], "GroupsShipmentOptions": [ { "Code": 1, "Value": "sample string 2", "Name": "sample string 3" }, { "Code": 1, "Value": "sample string 2", "Name": "sample string 3" } ], "PerformanceScore": 3.0, "DeliveryPerformanceOnTimePercentage": 4.0 }, "TransitDays": 5, "DeliveryDate": "2022-07-06T00:48:19.6607292Z", "AverageListPrice": 10.0, "ListPrice": { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 5.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 6.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 7.0, "Currency": "sample string 8", "OnlinePaymentFee": 9.0, "TransactionFee": 10.0, "PickupFee": 11.0, "TotalPriceInSelectedCurrency": 12.0, "PackagePrices": [ { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 }, { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 } ] }, "ClientPrice": { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 5.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 6.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 7.0, "Currency": "sample string 8", "OnlinePaymentFee": 9.0, "TransactionFee": 10.0, "PickupFee": 11.0, "TotalPriceInSelectedCurrency": 12.0, "PackagePrices": [ { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 }, { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 } ] }, "CustomerPrice": { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 5.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 6.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 7.0, "Currency": "sample string 8", "OnlinePaymentFee": 9.0, "TransactionFee": 10.0, "PickupFee": 11.0, "TotalPriceInSelectedCurrency": 12.0, "PackagePrices": [ { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 }, { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 } ] }, "OriginRateZone": "sample string 12", "DestinationRateZone": "sample string 13" }, { "CarrierId": 1, "SCAC": "sample string 2", "CarrierName": "sample string 3", "ERROR": "sample string 4", "Service": { "Name": "sample string 1", "Code": "sample string 2", "ServiceGroups": [ 1, 2 ], "DeliveryServiceGroups": [ { "GroupId": 1, "GroupName": "sample string 2", "GroupCutOffDayIsSpecified": true, "GroupCutOffDay": 4, "GroupCutOffTime": "sample string 5" }, { "GroupId": 1, "GroupName": "sample string 2", "GroupCutOffDayIsSpecified": true, "GroupCutOffDay": 4, "GroupCutOffTime": "sample string 5" } ], "GroupsShipmentOptions": [ { "Code": 1, "Value": "sample string 2", "Name": "sample string 3" }, { "Code": 1, "Value": "sample string 2", "Name": "sample string 3" } ], "PerformanceScore": 3.0, "DeliveryPerformanceOnTimePercentage": 4.0 }, "TransitDays": 5, "DeliveryDate": "2022-07-06T00:48:19.6607292Z", "AverageListPrice": 10.0, "ListPrice": { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 5.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 6.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 7.0, "Currency": "sample string 8", "OnlinePaymentFee": 9.0, "TransactionFee": 10.0, "PickupFee": 11.0, "TotalPriceInSelectedCurrency": 12.0, "PackagePrices": [ { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 }, { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 } ] }, "ClientPrice": { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 5.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 6.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 7.0, "Currency": "sample string 8", "OnlinePaymentFee": 9.0, "TransactionFee": 10.0, "PickupFee": 11.0, "TotalPriceInSelectedCurrency": 12.0, "PackagePrices": [ { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 }, { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 } ] }, "CustomerPrice": { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 5.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 6.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 7.0, "Currency": "sample string 8", "OnlinePaymentFee": 9.0, "TransactionFee": 10.0, "PickupFee": 11.0, "TotalPriceInSelectedCurrency": 12.0, "PackagePrices": [ { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 }, { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 } ] }, "OriginRateZone": "sample string 12", "DestinationRateZone": "sample string 13" } ], "ExchangeRate": { "Value": 1.1, "FromCurrency": "sample string 2", "ToCurrency": "sample string 3" }, "DutiesAndTaxesCost": { "Cost": 1.0, "Currency": "sample string 2", "Success": true, "ErrorMessage": "sample string 4" }, "RatedPackages": [ { "CommoditiesAssignment": [ { "SKU": "sample string 1", "Quantity": 2.0, "Description": "sample string 3" }, { "SKU": "sample string 1", "Quantity": 2.0, "Description": "sample string 3" } ], "Weight": 1.0, "Width": 2.0, "Length": 3.0, "Height": 4.0, "FreightClassId": 5.0, "IsStackable": true, "NMFCItem": "sample string 7", "NMFCSub": "sample string 8", "WeightType": 0, "DimensionType": 0, "DimensionCode": "sample string 9", "Packaging": 0, "InsuranceAmount": 10.0, "InsuranceCurrency": "sample string 11", "RateType": 0, "ApplyWeightAndDimsFromTheAssignedCommodity": true }, { "CommoditiesAssignment": [ { "SKU": "sample string 1", "Quantity": 2.0, "Description": "sample string 3" }, { "SKU": "sample string 1", "Quantity": 2.0, "Description": "sample string 3" } ], "Weight": 1.0, "Width": 2.0, "Length": 3.0, "Height": 4.0, "FreightClassId": 5.0, "IsStackable": true, "NMFCItem": "sample string 7", "NMFCSub": "sample string 8", "WeightType": 0, "DimensionType": 0, "DimensionCode": "sample string 9", "Packaging": 0, "InsuranceAmount": 10.0, "InsuranceCurrency": "sample string 11", "RateType": 0, "ApplyWeightAndDimsFromTheAssignedCommodity": true } ] }, { "Carrier": { "Id": 1, "SCAC": "sample string 2", "Name": "sample string 3", "Type": 0, "BillingAccount": "sample string 4" }, "DropOffLocations": [ { "Latitude": "sample string 1", "Longitude": "sample string 2", "Postal": "sample string 3", "City": "sample string 4", "State": "sample string 5", "Country": "sample string 6", "Address": "sample string 7", "Name": "sample string 8", "Distance": "sample string 9", "Id": "sample string 10", "Location": "sample string 11", "Observations": "sample string 12", "IsAutomatedParcelMachine": true, "LocationType": "sample string 14", "LocationTypeDescription": "sample string 15", "HasQRCodeLabelPrinting": true }, { "Latitude": "sample string 1", "Longitude": "sample string 2", "Postal": "sample string 3", "City": "sample string 4", "State": "sample string 5", "Country": "sample string 6", "Address": "sample string 7", "Name": "sample string 8", "Distance": "sample string 9", "Id": "sample string 10", "Location": "sample string 11", "Observations": "sample string 12", "IsAutomatedParcelMachine": true, "LocationType": "sample string 14", "LocationTypeDescription": "sample string 15", "HasQRCodeLabelPrinting": true } ], "Services": [ { "CarrierId": 1, "SCAC": "sample string 2", "CarrierName": "sample string 3", "ERROR": "sample string 4", "Service": { "Name": "sample string 1", "Code": "sample string 2", "ServiceGroups": [ 1, 2 ], "DeliveryServiceGroups": [ { "GroupId": 1, "GroupName": "sample string 2", "GroupCutOffDayIsSpecified": true, "GroupCutOffDay": 4, "GroupCutOffTime": "sample string 5" }, { "GroupId": 1, "GroupName": "sample string 2", "GroupCutOffDayIsSpecified": true, "GroupCutOffDay": 4, "GroupCutOffTime": "sample string 5" } ], "GroupsShipmentOptions": [ { "Code": 1, "Value": "sample string 2", "Name": "sample string 3" }, { "Code": 1, "Value": "sample string 2", "Name": "sample string 3" } ], "PerformanceScore": 3.0, "DeliveryPerformanceOnTimePercentage": 4.0 }, "TransitDays": 5, "DeliveryDate": "2022-07-06T00:48:19.6607292Z", "AverageListPrice": 10.0, "ListPrice": { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 5.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 6.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 7.0, "Currency": "sample string 8", "OnlinePaymentFee": 9.0, "TransactionFee": 10.0, "PickupFee": 11.0, "TotalPriceInSelectedCurrency": 12.0, "PackagePrices": [ { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 }, { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 } ] }, "ClientPrice": { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 5.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 6.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 7.0, "Currency": "sample string 8", "OnlinePaymentFee": 9.0, "TransactionFee": 10.0, "PickupFee": 11.0, "TotalPriceInSelectedCurrency": 12.0, "PackagePrices": [ { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 }, { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 } ] }, "CustomerPrice": { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 5.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 6.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 7.0, "Currency": "sample string 8", "OnlinePaymentFee": 9.0, "TransactionFee": 10.0, "PickupFee": 11.0, "TotalPriceInSelectedCurrency": 12.0, "PackagePrices": [ { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 }, { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 } ] }, "OriginRateZone": "sample string 12", "DestinationRateZone": "sample string 13" }, { "CarrierId": 1, "SCAC": "sample string 2", "CarrierName": "sample string 3", "ERROR": "sample string 4", "Service": { "Name": "sample string 1", "Code": "sample string 2", "ServiceGroups": [ 1, 2 ], "DeliveryServiceGroups": [ { "GroupId": 1, "GroupName": "sample string 2", "GroupCutOffDayIsSpecified": true, "GroupCutOffDay": 4, "GroupCutOffTime": "sample string 5" }, { "GroupId": 1, "GroupName": "sample string 2", "GroupCutOffDayIsSpecified": true, "GroupCutOffDay": 4, "GroupCutOffTime": "sample string 5" } ], "GroupsShipmentOptions": [ { "Code": 1, "Value": "sample string 2", "Name": "sample string 3" }, { "Code": 1, "Value": "sample string 2", "Name": "sample string 3" } ], "PerformanceScore": 3.0, "DeliveryPerformanceOnTimePercentage": 4.0 }, "TransitDays": 5, "DeliveryDate": "2022-07-06T00:48:19.6607292Z", "AverageListPrice": 10.0, "ListPrice": { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 5.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 6.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 7.0, "Currency": "sample string 8", "OnlinePaymentFee": 9.0, "TransactionFee": 10.0, "PickupFee": 11.0, "TotalPriceInSelectedCurrency": 12.0, "PackagePrices": [ { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 }, { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 } ] }, "ClientPrice": { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 5.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 6.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 7.0, "Currency": "sample string 8", "OnlinePaymentFee": 9.0, "TransactionFee": 10.0, "PickupFee": 11.0, "TotalPriceInSelectedCurrency": 12.0, "PackagePrices": [ { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 }, { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 } ] }, "CustomerPrice": { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 5.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 6.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 7.0, "Currency": "sample string 8", "OnlinePaymentFee": 9.0, "TransactionFee": 10.0, "PickupFee": 11.0, "TotalPriceInSelectedCurrency": 12.0, "PackagePrices": [ { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 }, { "DimensionalWeight": 1.0, "BilledWeight": 2.0, "WeightType": 0, "Freight": 3.0, "Fuel": { "Percentage": 1.0, "Amount": 2.0 }, "TotalSurcharges": 4.0, "Surcharges": [ { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 }, { "Code": "sample string 1", "Name": "sample string 2", "AffectsFuel": true, "Amount": 4.0 } ], "TotalTaxes": 5.0, "Taxes": [ { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 }, { "Name": "sample string 1", "Percentage": 2.0, "Amount": 3.0 } ], "Total": 6.0, "Currency": "sample string 7", "OnlinePaymentFee": 8.0, "TransactionFee": 9.0, "PickupFee": 10.0 } ] }, "OriginRateZone": "sample string 12", "DestinationRateZone": "sample string 13" } ], "ExchangeRate": { "Value": 1.1, "FromCurrency": "sample string 2", "ToCurrency": "sample string 3" }, "DutiesAndTaxesCost": { "Cost": 1.0, "Currency": "sample string 2", "Success": true, "ErrorMessage": "sample string 4" }, "RatedPackages": [ { "CommoditiesAssignment": [ { "SKU": "sample string 1", "Quantity": 2.0, "Description": "sample string 3" }, { "SKU": "sample string 1", "Quantity": 2.0, "Description": "sample string 3" } ], "Weight": 1.0, "Width": 2.0, "Length": 3.0, "Height": 4.0, "FreightClassId": 5.0, "IsStackable": true, "NMFCItem": "sample string 7", "NMFCSub": "sample string 8", "WeightType": 0, "DimensionType": 0, "DimensionCode": "sample string 9", "Packaging": 0, "InsuranceAmount": 10.0, "InsuranceCurrency": "sample string 11", "RateType": 0, "ApplyWeightAndDimsFromTheAssignedCommodity": true }, { "CommoditiesAssignment": [ { "SKU": "sample string 1", "Quantity": 2.0, "Description": "sample string 3" }, { "SKU": "sample string 1", "Quantity": 2.0, "Description": "sample string 3" } ], "Weight": 1.0, "Width": 2.0, "Length": 3.0, "Height": 4.0, "FreightClassId": 5.0, "IsStackable": true, "NMFCItem": "sample string 7", "NMFCSub": "sample string 8", "WeightType": 0, "DimensionType": 0, "DimensionCode": "sample string 9", "Packaging": 0, "InsuranceAmount": 10.0, "InsuranceCurrency": "sample string 11", "RateType": 0, "ApplyWeightAndDimsFromTheAssignedCommodity": true } ] } ]
application/xml, text/xml
<ArrayOfCarrierRate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Responses.Rate"> <CarrierRate> <Carrier> <BillingAccount>sample string 4</BillingAccount> <Id>1</Id> <Name>sample string 3</Name> <SCAC>sample string 2</SCAC> <Type>SmallPack</Type> </Carrier> <DropOffLocations> <DropOffLocation> <Address>sample string 7</Address> <City>sample string 4</City> <Country>sample string 6</Country> <Distance>sample string 9</Distance> <HasQRCodeLabelPrinting>true</HasQRCodeLabelPrinting> <Id>sample string 10</Id> <IsAutomatedParcelMachine>true</IsAutomatedParcelMachine> <Latitude>sample string 1</Latitude> <Location>sample string 11</Location> <LocationType>sample string 14</LocationType> <LocationTypeDescription>sample string 15</LocationTypeDescription> <Longitude>sample string 2</Longitude> <Name>sample string 8</Name> <Observations>sample string 12</Observations> <Postal>sample string 3</Postal> <State>sample string 5</State> </DropOffLocation> <DropOffLocation> <Address>sample string 7</Address> <City>sample string 4</City> <Country>sample string 6</Country> <Distance>sample string 9</Distance> <HasQRCodeLabelPrinting>true</HasQRCodeLabelPrinting> <Id>sample string 10</Id> <IsAutomatedParcelMachine>true</IsAutomatedParcelMachine> <Latitude>sample string 1</Latitude> <Location>sample string 11</Location> <LocationType>sample string 14</LocationType> <LocationTypeDescription>sample string 15</LocationTypeDescription> <Longitude>sample string 2</Longitude> <Name>sample string 8</Name> <Observations>sample string 12</Observations> <Postal>sample string 3</Postal> <State>sample string 5</State> </DropOffLocation> </DropOffLocations> <DutiesAndTaxesCost> <Cost>1</Cost> <Currency>sample string 2</Currency> <ErrorMessage>sample string 4</ErrorMessage> <Success>true</Success> </DutiesAndTaxesCost> <ExchangeRate> <FromCurrency>sample string 2</FromCurrency> <ToCurrency>sample string 3</ToCurrency> <Value>1.1</Value> </ExchangeRate> <RatedPackages> <RatedPackage> <ApplyWeightAndDimsFromTheAssignedCommodity xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">true</ApplyWeightAndDimsFromTheAssignedCommodity> <DimensionCode xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">sample string 9</DimensionCode> <DimensionType xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">Inches</DimensionType> <FreightClassId xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">5</FreightClassId> <Height xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">4</Height> <InsuranceAmount xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">10</InsuranceAmount> <InsuranceCurrency xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">sample string 11</InsuranceCurrency> <IsStackable xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">true</IsStackable> <Length xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">3</Length> <NMFCItem xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">sample string 7</NMFCItem> <NMFCSub xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">sample string 8</NMFCSub> <Packaging xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">NotSet</Packaging> <RateType xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">NotSet</RateType> <Weight xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">1</Weight> <WeightType xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">Pounds</WeightType> <Width xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">2</Width> <CommoditiesAssignment> <CommodityAssignment> <Description>sample string 3</Description> <Quantity>2</Quantity> <SKU>sample string 1</SKU> </CommodityAssignment> <CommodityAssignment> <Description>sample string 3</Description> <Quantity>2</Quantity> <SKU>sample string 1</SKU> </CommodityAssignment> </CommoditiesAssignment> </RatedPackage> <RatedPackage> <ApplyWeightAndDimsFromTheAssignedCommodity xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">true</ApplyWeightAndDimsFromTheAssignedCommodity> <DimensionCode xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">sample string 9</DimensionCode> <DimensionType xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">Inches</DimensionType> <FreightClassId xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">5</FreightClassId> <Height xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">4</Height> <InsuranceAmount xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">10</InsuranceAmount> <InsuranceCurrency xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">sample string 11</InsuranceCurrency> <IsStackable xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">true</IsStackable> <Length xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">3</Length> <NMFCItem xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">sample string 7</NMFCItem> <NMFCSub xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">sample string 8</NMFCSub> <Packaging xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">NotSet</Packaging> <RateType xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">NotSet</RateType> <Weight xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">1</Weight> <WeightType xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">Pounds</WeightType> <Width xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">2</Width> <CommoditiesAssignment> <CommodityAssignment> <Description>sample string 3</Description> <Quantity>2</Quantity> <SKU>sample string 1</SKU> </CommodityAssignment> <CommodityAssignment> <Description>sample string 3</Description> <Quantity>2</Quantity> <SKU>sample string 1</SKU> </CommodityAssignment> </CommoditiesAssignment> </RatedPackage> </RatedPackages> <Services> <RateService> <AverageListPrice>10</AverageListPrice> <CarrierId>1</CarrierId> <CarrierName>sample string 3</CarrierName> <ClientPrice> <BilledWeight>2</BilledWeight> <Currency>sample string 8</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>9</OnlinePaymentFee> <PackagePrices> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> </PackagePrices> <PickupFee>11</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>7</Total> <TotalPriceInSelectedCurrency>12</TotalPriceInSelectedCurrency> <TotalSurcharges>5</TotalSurcharges> <TotalTaxes>6</TotalTaxes> <TransactionFee>10</TransactionFee> <WeightType>Pounds</WeightType> </ClientPrice> <CustomerPrice> <BilledWeight>2</BilledWeight> <Currency>sample string 8</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>9</OnlinePaymentFee> <PackagePrices> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> </PackagePrices> <PickupFee>11</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>7</Total> <TotalPriceInSelectedCurrency>12</TotalPriceInSelectedCurrency> <TotalSurcharges>5</TotalSurcharges> <TotalTaxes>6</TotalTaxes> <TransactionFee>10</TransactionFee> <WeightType>Pounds</WeightType> </CustomerPrice> <DeliveryDate>2022-07-06T00:48:19.6607292Z</DeliveryDate> <DestinationRateZone>sample string 13</DestinationRateZone> <ERROR>sample string 4</ERROR> <ListPrice> <BilledWeight>2</BilledWeight> <Currency>sample string 8</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>9</OnlinePaymentFee> <PackagePrices> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> </PackagePrices> <PickupFee>11</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>7</Total> <TotalPriceInSelectedCurrency>12</TotalPriceInSelectedCurrency> <TotalSurcharges>5</TotalSurcharges> <TotalTaxes>6</TotalTaxes> <TransactionFee>10</TransactionFee> <WeightType>Pounds</WeightType> </ListPrice> <OriginRateZone>sample string 12</OriginRateZone> <SCAC>sample string 2</SCAC> <Service> <Code>sample string 2</Code> <DeliveryPerformanceOnTimePercentage>4</DeliveryPerformanceOnTimePercentage> <DeliveryServiceGroups> <DeliveryGroup> <GroupCutOffDay>4</GroupCutOffDay> <GroupCutOffDayIsSpecified>true</GroupCutOffDayIsSpecified> <GroupCutOffTime>sample string 5</GroupCutOffTime> <GroupId>1</GroupId> <GroupName>sample string 2</GroupName> </DeliveryGroup> <DeliveryGroup> <GroupCutOffDay>4</GroupCutOffDay> <GroupCutOffDayIsSpecified>true</GroupCutOffDayIsSpecified> <GroupCutOffTime>sample string 5</GroupCutOffTime> <GroupId>1</GroupId> <GroupName>sample string 2</GroupName> </DeliveryGroup> </DeliveryServiceGroups> <GroupsShipmentOptions> <ServiceGroupShipmentOption> <Code>1</Code> <Name>sample string 3</Name> <Value>sample string 2</Value> </ServiceGroupShipmentOption> <ServiceGroupShipmentOption> <Code>1</Code> <Name>sample string 3</Name> <Value>sample string 2</Value> </ServiceGroupShipmentOption> </GroupsShipmentOptions> <Name>sample string 1</Name> <PerformanceScore>3</PerformanceScore> <ServiceGroups xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:int>1</d6p1:int> <d6p1:int>2</d6p1:int> </ServiceGroups> </Service> <TransitDays>5</TransitDays> </RateService> <RateService> <AverageListPrice>10</AverageListPrice> <CarrierId>1</CarrierId> <CarrierName>sample string 3</CarrierName> <ClientPrice> <BilledWeight>2</BilledWeight> <Currency>sample string 8</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>9</OnlinePaymentFee> <PackagePrices> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> </PackagePrices> <PickupFee>11</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>7</Total> <TotalPriceInSelectedCurrency>12</TotalPriceInSelectedCurrency> <TotalSurcharges>5</TotalSurcharges> <TotalTaxes>6</TotalTaxes> <TransactionFee>10</TransactionFee> <WeightType>Pounds</WeightType> </ClientPrice> <CustomerPrice> <BilledWeight>2</BilledWeight> <Currency>sample string 8</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>9</OnlinePaymentFee> <PackagePrices> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> </PackagePrices> <PickupFee>11</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>7</Total> <TotalPriceInSelectedCurrency>12</TotalPriceInSelectedCurrency> <TotalSurcharges>5</TotalSurcharges> <TotalTaxes>6</TotalTaxes> <TransactionFee>10</TransactionFee> <WeightType>Pounds</WeightType> </CustomerPrice> <DeliveryDate>2022-07-06T00:48:19.6607292Z</DeliveryDate> <DestinationRateZone>sample string 13</DestinationRateZone> <ERROR>sample string 4</ERROR> <ListPrice> <BilledWeight>2</BilledWeight> <Currency>sample string 8</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>9</OnlinePaymentFee> <PackagePrices> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> </PackagePrices> <PickupFee>11</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>7</Total> <TotalPriceInSelectedCurrency>12</TotalPriceInSelectedCurrency> <TotalSurcharges>5</TotalSurcharges> <TotalTaxes>6</TotalTaxes> <TransactionFee>10</TransactionFee> <WeightType>Pounds</WeightType> </ListPrice> <OriginRateZone>sample string 12</OriginRateZone> <SCAC>sample string 2</SCAC> <Service> <Code>sample string 2</Code> <DeliveryPerformanceOnTimePercentage>4</DeliveryPerformanceOnTimePercentage> <DeliveryServiceGroups> <DeliveryGroup> <GroupCutOffDay>4</GroupCutOffDay> <GroupCutOffDayIsSpecified>true</GroupCutOffDayIsSpecified> <GroupCutOffTime>sample string 5</GroupCutOffTime> <GroupId>1</GroupId> <GroupName>sample string 2</GroupName> </DeliveryGroup> <DeliveryGroup> <GroupCutOffDay>4</GroupCutOffDay> <GroupCutOffDayIsSpecified>true</GroupCutOffDayIsSpecified> <GroupCutOffTime>sample string 5</GroupCutOffTime> <GroupId>1</GroupId> <GroupName>sample string 2</GroupName> </DeliveryGroup> </DeliveryServiceGroups> <GroupsShipmentOptions> <ServiceGroupShipmentOption> <Code>1</Code> <Name>sample string 3</Name> <Value>sample string 2</Value> </ServiceGroupShipmentOption> <ServiceGroupShipmentOption> <Code>1</Code> <Name>sample string 3</Name> <Value>sample string 2</Value> </ServiceGroupShipmentOption> </GroupsShipmentOptions> <Name>sample string 1</Name> <PerformanceScore>3</PerformanceScore> <ServiceGroups xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:int>1</d6p1:int> <d6p1:int>2</d6p1:int> </ServiceGroups> </Service> <TransitDays>5</TransitDays> </RateService> </Services> </CarrierRate> <CarrierRate> <Carrier> <BillingAccount>sample string 4</BillingAccount> <Id>1</Id> <Name>sample string 3</Name> <SCAC>sample string 2</SCAC> <Type>SmallPack</Type> </Carrier> <DropOffLocations> <DropOffLocation> <Address>sample string 7</Address> <City>sample string 4</City> <Country>sample string 6</Country> <Distance>sample string 9</Distance> <HasQRCodeLabelPrinting>true</HasQRCodeLabelPrinting> <Id>sample string 10</Id> <IsAutomatedParcelMachine>true</IsAutomatedParcelMachine> <Latitude>sample string 1</Latitude> <Location>sample string 11</Location> <LocationType>sample string 14</LocationType> <LocationTypeDescription>sample string 15</LocationTypeDescription> <Longitude>sample string 2</Longitude> <Name>sample string 8</Name> <Observations>sample string 12</Observations> <Postal>sample string 3</Postal> <State>sample string 5</State> </DropOffLocation> <DropOffLocation> <Address>sample string 7</Address> <City>sample string 4</City> <Country>sample string 6</Country> <Distance>sample string 9</Distance> <HasQRCodeLabelPrinting>true</HasQRCodeLabelPrinting> <Id>sample string 10</Id> <IsAutomatedParcelMachine>true</IsAutomatedParcelMachine> <Latitude>sample string 1</Latitude> <Location>sample string 11</Location> <LocationType>sample string 14</LocationType> <LocationTypeDescription>sample string 15</LocationTypeDescription> <Longitude>sample string 2</Longitude> <Name>sample string 8</Name> <Observations>sample string 12</Observations> <Postal>sample string 3</Postal> <State>sample string 5</State> </DropOffLocation> </DropOffLocations> <DutiesAndTaxesCost> <Cost>1</Cost> <Currency>sample string 2</Currency> <ErrorMessage>sample string 4</ErrorMessage> <Success>true</Success> </DutiesAndTaxesCost> <ExchangeRate> <FromCurrency>sample string 2</FromCurrency> <ToCurrency>sample string 3</ToCurrency> <Value>1.1</Value> </ExchangeRate> <RatedPackages> <RatedPackage> <ApplyWeightAndDimsFromTheAssignedCommodity xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">true</ApplyWeightAndDimsFromTheAssignedCommodity> <DimensionCode xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">sample string 9</DimensionCode> <DimensionType xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">Inches</DimensionType> <FreightClassId xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">5</FreightClassId> <Height xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">4</Height> <InsuranceAmount xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">10</InsuranceAmount> <InsuranceCurrency xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">sample string 11</InsuranceCurrency> <IsStackable xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">true</IsStackable> <Length xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">3</Length> <NMFCItem xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">sample string 7</NMFCItem> <NMFCSub xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">sample string 8</NMFCSub> <Packaging xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">NotSet</Packaging> <RateType xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">NotSet</RateType> <Weight xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">1</Weight> <WeightType xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">Pounds</WeightType> <Width xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">2</Width> <CommoditiesAssignment> <CommodityAssignment> <Description>sample string 3</Description> <Quantity>2</Quantity> <SKU>sample string 1</SKU> </CommodityAssignment> <CommodityAssignment> <Description>sample string 3</Description> <Quantity>2</Quantity> <SKU>sample string 1</SKU> </CommodityAssignment> </CommoditiesAssignment> </RatedPackage> <RatedPackage> <ApplyWeightAndDimsFromTheAssignedCommodity xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">true</ApplyWeightAndDimsFromTheAssignedCommodity> <DimensionCode xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">sample string 9</DimensionCode> <DimensionType xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">Inches</DimensionType> <FreightClassId xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">5</FreightClassId> <Height xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">4</Height> <InsuranceAmount xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">10</InsuranceAmount> <InsuranceCurrency xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">sample string 11</InsuranceCurrency> <IsStackable xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">true</IsStackable> <Length xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">3</Length> <NMFCItem xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">sample string 7</NMFCItem> <NMFCSub xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">sample string 8</NMFCSub> <Packaging xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">NotSet</Packaging> <RateType xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">NotSet</RateType> <Weight xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">1</Weight> <WeightType xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">Pounds</WeightType> <Width xmlns="http://schemas.datacontract.org/2004/07/WS_Repository.Models.Requests.Rate">2</Width> <CommoditiesAssignment> <CommodityAssignment> <Description>sample string 3</Description> <Quantity>2</Quantity> <SKU>sample string 1</SKU> </CommodityAssignment> <CommodityAssignment> <Description>sample string 3</Description> <Quantity>2</Quantity> <SKU>sample string 1</SKU> </CommodityAssignment> </CommoditiesAssignment> </RatedPackage> </RatedPackages> <Services> <RateService> <AverageListPrice>10</AverageListPrice> <CarrierId>1</CarrierId> <CarrierName>sample string 3</CarrierName> <ClientPrice> <BilledWeight>2</BilledWeight> <Currency>sample string 8</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>9</OnlinePaymentFee> <PackagePrices> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> </PackagePrices> <PickupFee>11</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>7</Total> <TotalPriceInSelectedCurrency>12</TotalPriceInSelectedCurrency> <TotalSurcharges>5</TotalSurcharges> <TotalTaxes>6</TotalTaxes> <TransactionFee>10</TransactionFee> <WeightType>Pounds</WeightType> </ClientPrice> <CustomerPrice> <BilledWeight>2</BilledWeight> <Currency>sample string 8</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>9</OnlinePaymentFee> <PackagePrices> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> </PackagePrices> <PickupFee>11</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>7</Total> <TotalPriceInSelectedCurrency>12</TotalPriceInSelectedCurrency> <TotalSurcharges>5</TotalSurcharges> <TotalTaxes>6</TotalTaxes> <TransactionFee>10</TransactionFee> <WeightType>Pounds</WeightType> </CustomerPrice> <DeliveryDate>2022-07-06T00:48:19.6607292Z</DeliveryDate> <DestinationRateZone>sample string 13</DestinationRateZone> <ERROR>sample string 4</ERROR> <ListPrice> <BilledWeight>2</BilledWeight> <Currency>sample string 8</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>9</OnlinePaymentFee> <PackagePrices> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> </PackagePrices> <PickupFee>11</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>7</Total> <TotalPriceInSelectedCurrency>12</TotalPriceInSelectedCurrency> <TotalSurcharges>5</TotalSurcharges> <TotalTaxes>6</TotalTaxes> <TransactionFee>10</TransactionFee> <WeightType>Pounds</WeightType> </ListPrice> <OriginRateZone>sample string 12</OriginRateZone> <SCAC>sample string 2</SCAC> <Service> <Code>sample string 2</Code> <DeliveryPerformanceOnTimePercentage>4</DeliveryPerformanceOnTimePercentage> <DeliveryServiceGroups> <DeliveryGroup> <GroupCutOffDay>4</GroupCutOffDay> <GroupCutOffDayIsSpecified>true</GroupCutOffDayIsSpecified> <GroupCutOffTime>sample string 5</GroupCutOffTime> <GroupId>1</GroupId> <GroupName>sample string 2</GroupName> </DeliveryGroup> <DeliveryGroup> <GroupCutOffDay>4</GroupCutOffDay> <GroupCutOffDayIsSpecified>true</GroupCutOffDayIsSpecified> <GroupCutOffTime>sample string 5</GroupCutOffTime> <GroupId>1</GroupId> <GroupName>sample string 2</GroupName> </DeliveryGroup> </DeliveryServiceGroups> <GroupsShipmentOptions> <ServiceGroupShipmentOption> <Code>1</Code> <Name>sample string 3</Name> <Value>sample string 2</Value> </ServiceGroupShipmentOption> <ServiceGroupShipmentOption> <Code>1</Code> <Name>sample string 3</Name> <Value>sample string 2</Value> </ServiceGroupShipmentOption> </GroupsShipmentOptions> <Name>sample string 1</Name> <PerformanceScore>3</PerformanceScore> <ServiceGroups xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:int>1</d6p1:int> <d6p1:int>2</d6p1:int> </ServiceGroups> </Service> <TransitDays>5</TransitDays> </RateService> <RateService> <AverageListPrice>10</AverageListPrice> <CarrierId>1</CarrierId> <CarrierName>sample string 3</CarrierName> <ClientPrice> <BilledWeight>2</BilledWeight> <Currency>sample string 8</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>9</OnlinePaymentFee> <PackagePrices> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> </PackagePrices> <PickupFee>11</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>7</Total> <TotalPriceInSelectedCurrency>12</TotalPriceInSelectedCurrency> <TotalSurcharges>5</TotalSurcharges> <TotalTaxes>6</TotalTaxes> <TransactionFee>10</TransactionFee> <WeightType>Pounds</WeightType> </ClientPrice> <CustomerPrice> <BilledWeight>2</BilledWeight> <Currency>sample string 8</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>9</OnlinePaymentFee> <PackagePrices> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> </PackagePrices> <PickupFee>11</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>7</Total> <TotalPriceInSelectedCurrency>12</TotalPriceInSelectedCurrency> <TotalSurcharges>5</TotalSurcharges> <TotalTaxes>6</TotalTaxes> <TransactionFee>10</TransactionFee> <WeightType>Pounds</WeightType> </CustomerPrice> <DeliveryDate>2022-07-06T00:48:19.6607292Z</DeliveryDate> <DestinationRateZone>sample string 13</DestinationRateZone> <ERROR>sample string 4</ERROR> <ListPrice> <BilledWeight>2</BilledWeight> <Currency>sample string 8</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>9</OnlinePaymentFee> <PackagePrices> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> <PackagePrice> <BilledWeight>2</BilledWeight> <Currency>sample string 7</Currency> <DimensionalWeight>1</DimensionalWeight> <Freight>3</Freight> <Fuel> <Amount>2</Amount> <Percentage>1</Percentage> </Fuel> <OnlinePaymentFee>8</OnlinePaymentFee> <PickupFee>10</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>6</Total> <TotalSurcharges>4</TotalSurcharges> <TotalTaxes>5</TotalTaxes> <TransactionFee>9</TransactionFee> <WeightType>Pounds</WeightType> </PackagePrice> </PackagePrices> <PickupFee>11</PickupFee> <Surcharges> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> <Surcharge> <Amount>4</Amount> <AffectsFuel>true</AffectsFuel> <Code>sample string 1</Code> <Name>sample string 2</Name> </Surcharge> </Surcharges> <Taxes> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> <Tax> <Amount>3</Amount> <Name>sample string 1</Name> <Percentage>2</Percentage> </Tax> </Taxes> <Total>7</Total> <TotalPriceInSelectedCurrency>12</TotalPriceInSelectedCurrency> <TotalSurcharges>5</TotalSurcharges> <TotalTaxes>6</TotalTaxes> <TransactionFee>10</TransactionFee> <WeightType>Pounds</WeightType> </ListPrice> <OriginRateZone>sample string 12</OriginRateZone> <SCAC>sample string 2</SCAC> <Service> <Code>sample string 2</Code> <DeliveryPerformanceOnTimePercentage>4</DeliveryPerformanceOnTimePercentage> <DeliveryServiceGroups> <DeliveryGroup> <GroupCutOffDay>4</GroupCutOffDay> <GroupCutOffDayIsSpecified>true</GroupCutOffDayIsSpecified> <GroupCutOffTime>sample string 5</GroupCutOffTime> <GroupId>1</GroupId> <GroupName>sample string 2</GroupName> </DeliveryGroup> <DeliveryGroup> <GroupCutOffDay>4</GroupCutOffDay> <GroupCutOffDayIsSpecified>true</GroupCutOffDayIsSpecified> <GroupCutOffTime>sample string 5</GroupCutOffTime> <GroupId>1</GroupId> <GroupName>sample string 2</GroupName> </DeliveryGroup> </DeliveryServiceGroups> <GroupsShipmentOptions> <ServiceGroupShipmentOption> <Code>1</Code> <Name>sample string 3</Name> <Value>sample string 2</Value> </ServiceGroupShipmentOption> <ServiceGroupShipmentOption> <Code>1</Code> <Name>sample string 3</Name> <Value>sample string 2</Value> </ServiceGroupShipmentOption> </GroupsShipmentOptions> <Name>sample string 1</Name> <PerformanceScore>3</PerformanceScore> <ServiceGroups xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:int>1</d6p1:int> <d6p1:int>2</d6p1:int> </ServiceGroups> </Service> <TransitDays>5</TransitDays> </RateService> </Services> </CarrierRate> </ArrayOfCarrierRate>