The DHL Express Shipping and Logistics API provides a unified interface for managing every stage of an international or domestic shipment lifecycle. Developers can create shipments, generate labels, retrieve accurate rates, and discover available DHL products using detailed origin, destination, and package data. The API supports end-to-end visibility with rich tracking events, electronic proof of delivery, and document retrieval.
1. Create shipping requests including labels, AWB numbers, and piece IDs using the Shipment API. 2. Get real-time shipping rates for single or multi-piece shipments using origin, destination, and weight details. 3. Retrieve available DHL products based on shipment route, dimensions, and services. 4. Book, update, or cancel pickups for scheduled courier collection. 5. Track shipments with full event history for single or multiple waybills. 6. Validate addresses to confirm pickup and delivery capability at specific locations. 7. Calculate landed cost including duties, taxes, and fees before international purchases. 8. Upload PLT documents or commercial invoices to support paperless trade and customs clearance. 9. Retrieve document images such as labels, invoices, or waybill PDFs. 10. Add new pieces to an existing shipment before pickup.
| Query Parameter Name | Example |
|---|---|
requestorName* | Fred Brent |
reason* | Unplanned leave |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "do" |
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.{
"instance": "/expressapi/pickups/PRG211126000382",
"detail": "Missing mandatory parameters: requestorName",
"title": "Missing parameters",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/pickups/PRG211126000382?requestorName=Adam%20Spencer&reason=closed",
"detail": "Cancellation of booking was not successful. Requested Pickup was not found",
"title": "Pickup not found",
"status": "404"
}| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "pariatur occaecat culpa aute" |
Error generating example{
"dispatchConfirmationNumber": "PRG986660053427",
"readyByTime": "14:00",
"nextPickupDate": "2026-03-25T00:00:00.0Z",
"warnings": [
"Invalid address",
"No available pickups"
]
}{
"instance": "/expressapi/pickups/PRG211126000382",
"detail": "5556: The Original Shipper Account Number must match with the Shipper Account Number used previously to create/update successful pickup request. Please check the Original Shipper Account Number and retry.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/pickups/PRG211126000382",
"detail": " Requested Pickup was not found",
"title": "Pickup not found",
"status": "404"
}{
"instance": "/expressapi/pickups/PRG211126000382",
"detail": "Multiple problems found, see Additional Details",
"title": "Validation error",
"message": "Unprocessable Entity",
"additionalDetails": [
"#/location: expected maxLength: 80, actual: 85",
"#/customerDetails/shipperDetails/postalAddress/cityName: expected maxLength: 45, actual: 49",
"#/customerDetails/shipperDetails/contactInformation/fullName: expected maxLength: 255, actual: 260"
],
"status": "422"
}| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "Ut amet" |
{
"plannedPickupDateAndTime": "2022-11-20T09:19:40 GMT+08:00",
"closeTime": "18:00",
"location": "reception",
"locationType": "business",
"accounts": [
{
"typeCode": "shipper",
"number": "123456789"
}
],
"specialInstructions": [
{
"value": "please ring front desk",
"typeCode": "TBD"
}
],
"remark": "two parcels required pickup",
"customerDetails": {
"shipperDetails": {
"postalAddress": {
"postalCode": "B24 8DW",
"cityName": "BIRMINGHAM",
"countryCode": "GB",
"addressLine1": "498 Bromford Gate",
"addressLine2": "Bromford Lane",
"addressLine3": "Erdington"
},
"contactInformation": {
"email": "that@before.gb",
"phone": "+1123456789",
"mobilePhone": "+60112345678",
"companyName": "Company Name",
"fullName": "Adam Spencer"
}
},
"receiverDetails": {
"postalAddress": {
"postalCode": "14800",
"cityName": "Prague",
"countryCode": "CZ",
"provinceCode": "CZ",
"addressLine1": "V Parku 2308/10",
"addressLine2": "addres2",
"addressLine3": "addres3",
"countyName": "Central Bohemia"
},
"contactInformation": {
"email": "that@before.de",
"phone": "+1123456789",
"mobilePhone": "+60112345678",
"companyName": "Company Name",
"fullName": "John Brew"
}
}
},
"shipmentDetails": [
{
"accounts": [
{
"typeCode": "shipper",
"number": "123456789"
}
],
"packages": [
{
"typeCode": "3BX",
"weight": 10.5,
"dimensions": {
"length": 25,
"width": 35,
"height": 15
}
}
],
"productCode": "P",
"declaredValue": 50,
"unitOfMeasurement": "metric",
"valueAddedServices": [
{
"serviceCode": "II",
"value": 100,
"currency": "GBP"
}
],
"isCustomsDeclarable": true,
"declaredValueCurrency": "EUR"
}
]
}{
"dispatchConfirmationNumbers": [
"PRG221222000062"
]
}{
"instance": "/expressapi/pickups",
"detail": "8003: Account not allowed for this service. Please contact your DHL Express representative.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}| Query Parameter Name | Example |
|---|---|
accountNumber* | 123456789 |
type* | SID |
size* | 1 |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "incididunt sunt aliquip" |
{
"warnings": [
"Identifier is missing required information",
"Identifier not found in system",
"Identifier already in use"
],
"identifiers": [
{
"typeCode": "WB",
"list": [
"4567890123",
"3456789012"
]
},
{
"typeCode": "SID",
"list": [
"3456789012",
"5678901234",
"2345678901"
]
},
{
"typeCode": "OTH",
"list": [
"4567890123",
"5678901234",
"3456789012"
]
}
]
}{
"instance": "/expressapi/identifiers",
"detail": "3501: Request Identifier is not allowed for your username. Please contact your DHL Express representative.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}| Query Parameter Name | Example |
|---|---|
type* | pickup |
countryCode* | CZ |
postalCode | 14800 |
cityName | Prague |
countyName | praha |
strictValidation | true |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "irure nostrud non reprehenderit" |
{
"warnings": [
"Invalid address format",
"Address not found",
"Postal code does not match city",
"Country code is invalid"
],
"address": [
{
"countryCode": "GB",
"postalCode": "10115",
"cityName": "London",
"countyName": "New York County",
"serviceArea": {
"code": "JFK",
"description": "BERLIN-GERMANY",
"GMTOffset": "+01:00"
}
},
{
"countryCode": "DE",
"postalCode": "75001",
"cityName": "New York",
"countyName": "Greater London",
"serviceArea": {
"code": "CDG",
"description": "LOS ANGELES-UNITED STATES",
"GMTOffset": "+01:00"
}
},
{
"countryCode": "FR",
"postalCode": "10001",
"cityName": "London",
"countyName": "Greater London",
"serviceArea": {
"code": "LHR",
"description": "LOS ANGELES-UNITED STATES",
"GMTOffset": "+00:00"
}
},
{
"countryCode": "GB",
"postalCode": "10001",
"cityName": "New York",
"countyName": "Greater London",
"serviceArea": {
"code": "BER",
"description": "PARIS-FRANCE",
"GMTOffset": "-08:00"
}
}
]
}{
"instance": "/expressapi/address_validate",
"detail": "Parameters not having correct format: cityName (maxLength=45)",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}| Query Parameter Name | Example |
|---|---|
accountNumber* | 123456789 |
originCountryCode* | CZ |
originPostalCode | 14800 |
originCityName* | Prague |
destinationCountryCode* | CZ |
destinationPostalCode | 14800 |
destinationCityName* | Prague |
weight* | 5 |
length* | 15 |
width* | 10 |
height* | 5 |
plannedShippingDate* | 2020-02-26 |
isCustomsDeclarable* | false |
unitOfMeasurement* | metric |
nextBusinessDay | false |
strictValidation | false |
getAllValueAddedServices | false |
requestEstimatedDeliveryDate | true |
estimatedDeliveryDateType | QDDF |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "esse" |
{
"products": [
{
"productName": "EPACKET",
"productCode": "N",
"localProductCode": "E",
"localProductCountryCode": "US",
"networkTypeCode": "DD",
"isCustomerAgreement": true,
"weight": {
"volumetric": 2.7,
"provided": 2.1,
"unitOfMeasurement": "metric"
},
"totalPrice": [
{
"currencyType": "BASEC",
"priceCurrency": "EUR",
"price": 8.6
},
{
"currencyType": "BASEC",
"priceCurrency": "GBP",
"price": 12
}
],
"totalPriceBreakdown": [
{
"currencyType": "BILLC",
"priceCurrency": "EUR",
"priceBreakdown": [
{
"typeCode": "STTXA",
"price": 25.2
},
{
"typeCode": "STTXA",
"price": 12
},
{
"typeCode": "SPRQT",
"price": 32.9
},
{
"typeCode": "STDIS",
"price": 8.6
}
]
},
{
"currencyType": "BASEC",
"priceCurrency": "EUR",
"priceBreakdown": [
{
"typeCode": "SPRQT",
"price": 25.2
},
{
"typeCode": "STDIS",
"price": 32.9
},
{
"typeCode": "STTXA",
"price": 25.2
},
{
"typeCode": "STDIS",
"price": 32.9
},
{
"typeCode": "SPRQT",
"price": 8.6
}
]
},
{
"currencyType": "BILLC",
"priceCurrency": "EUR",
"priceBreakdown": [
{
"typeCode": "SPRQT",
"price": 25.2
},
{
"typeCode": "STDIS",
"price": 10.5
}
]
},
{
"currencyType": "BASEC",
"priceCurrency": "EUR",
"priceBreakdown": [
{
"typeCode": "STTXA",
"price": 12
},
{
"typeCode": "STTXA",
"price": 30.1
}
]
},
{
"currencyType": "BILLC",
"priceCurrency": "GBP",
"priceBreakdown": [
{
"typeCode": "STTXA",
"price": 30.1
},
{
"typeCode": "STTXA",
"price": 25.2
}
]
}
],
"detailedPriceBreakdown": [
{
"currencyType": "PULCL",
"priceCurrency": "GBP",
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "SVC",
"price": 32.9,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 8.6,
"rate": 1,
"basePrice": 30.1
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "YK",
"typeCode": "SPRQT",
"serviceTypeCode": "SCH",
"price": 5.8,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 32.9,
"rate": 7.1,
"basePrice": 10.5
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 30.1,
"rate": 7.2,
"basePrice": 8.6
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 10.5,
"rate": 8.5,
"basePrice": 32.9
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 15.7,
"rate": 5,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Standard Billing Services",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"dependentServiceCode": "PZ",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "YK"
}
]
}
]
},
{
"dependentServiceCode": "WY",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "YK"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "YK"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Standard requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
}
]
}
]
},
{
"dependentServiceCode": "WY",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "YK"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "XX"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
}
]
}
]
},
{
"dependentServiceCode": "PZ",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Standard requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Standard requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "YK"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Standard requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Standard requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": true,
"localCutoffDateAndTime": "2025-12-02T12:30:00",
"pickupEarliest": "08:00:00",
"pickupLatest": "16:00:00",
"pickupCutoffSameDayOutboundProcessing": "16:00:00",
"originServiceAreaCode": "NYK",
"originFacilityAreaCode": "HHR",
"pickupAdditionalDays": 2,
"pickupDayOfWeek": 1
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDF",
"estimatedDeliveryDateAndTime": "2025-12-05T15:00:00",
"destinationServiceAreaCode": "PRG",
"destinationFacilityAreaCode": "PR9",
"deliveryAdditionalDays": 7,
"deliveryDayOfWeek": 4,
"totalTransitDays": 7
},
"items": [
{
"number": 5,
"breakdown": [
{
"name": "PREMIUM",
"serviceCode": "ZZ",
"localServiceCode": "CD",
"typeCode": "STTXA",
"serviceTypeCode": "SCH",
"price": 30.1,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 32.9,
"rate": 4.4,
"basePrice": 25.2
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 15.7,
"rate": 4.4,
"basePrice": 12
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "SPRQT",
"serviceTypeCode": "CHG",
"price": 30.1,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 8.6,
"rate": 1,
"basePrice": 32.9
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 18.4,
"rate": 2.5,
"basePrice": 12
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "STDIS",
"serviceTypeCode": "SVC",
"price": 30.1,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 8.5,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 7.2,
"basePrice": 10.5
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 30.1,
"rate": 9.2,
"basePrice": 22.3
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 15.7,
"rate": 3.9,
"basePrice": 18.4
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
},
{
"number": 3,
"breakdown": [
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 15.7,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 22.3,
"rate": 8.5,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "PREMIUM",
"serviceCode": "XX",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "SCH",
"price": 25.2,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 15.7,
"rate": 6.8,
"basePrice": 8.6
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 15.7,
"rate": 7.1,
"basePrice": 8.6
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 22.3,
"rate": 3.9,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 30.1,
"rate": 7.2,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 12,
"rate": 1,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "PREMIUM",
"serviceCode": "ZZ",
"localServiceCode": "YK",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 18.4,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 10.5,
"rate": 8.5,
"basePrice": 10.5
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 25.2,
"rate": 7.1,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "SPRQT",
"serviceTypeCode": "CHG",
"price": 10.5,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 22.3,
"rate": 8.5,
"basePrice": 12
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 12,
"rate": 4.4,
"basePrice": 22.3
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 2.5,
"basePrice": 22.3
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"number": 8,
"breakdown": [
{
"name": "PREMIUM",
"serviceCode": "ZZ",
"localServiceCode": "YK",
"typeCode": "STDIS",
"serviceTypeCode": "SCH",
"price": 15.7,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 30.1,
"rate": 5,
"basePrice": 8.6
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 8.6,
"rate": 9.2,
"basePrice": 32.9
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 25.2,
"rate": 6.8,
"basePrice": 30.1
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 15.7,
"rate": 6.8,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 22.3,
"rate": 1,
"basePrice": 22.3
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "ECONOMY",
"serviceCode": "XX",
"localServiceCode": "YK",
"typeCode": "SPRQT",
"serviceTypeCode": "SCH",
"price": 5.8,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 5.8,
"rate": 2.5,
"basePrice": 12
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "XX",
"localServiceCode": "CD",
"typeCode": "SPRQT",
"serviceTypeCode": "SCH",
"price": 22.3,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 30.1,
"rate": 6.8,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "PREMIUM",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "SVC",
"price": 32.9,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 22.3,
"rate": 8.5,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 22.3,
"rate": 7.2,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 1,
"basePrice": 15.7
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"number": 4,
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "ZZ",
"localServiceCode": "CD",
"typeCode": "STDIS",
"serviceTypeCode": "SCH",
"price": 10.5,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 18.4,
"rate": 7.2,
"basePrice": 25.2
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 10.5,
"rate": 1,
"basePrice": 12
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 5,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "SCH",
"price": 32.9,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 15.7,
"rate": 6.8,
"basePrice": 15.7
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 4.4,
"basePrice": 30.1
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 12,
"rate": 5,
"basePrice": 30.1
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 30.1,
"rate": 4.4,
"basePrice": 12
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 32.9,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 22.3,
"rate": 5,
"basePrice": 30.1
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 15.7,
"rate": 4.4,
"basePrice": 25.2
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
},
{
"number": 2,
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "ZZ",
"localServiceCode": "CD",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 18.4,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 18.4,
"rate": 9.2,
"basePrice": 5.8
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 32.9,
"rate": 1,
"basePrice": 22.3
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "ECONOMY",
"serviceCode": "ZZ",
"localServiceCode": "YK",
"typeCode": "SPRQT",
"serviceTypeCode": "SCH",
"price": 30.1,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 12,
"rate": 4.4,
"basePrice": 32.9
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 12,
"rate": 9.2,
"basePrice": 30.1
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 18.4,
"rate": 7.2,
"basePrice": 18.4
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 30.1,
"rate": 2.5,
"basePrice": 10.5
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 18.4,
"rate": 8.5,
"basePrice": 8.6
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
}
],
"pricingDate": "2024-03-30"
},
{
"productName": "GLOBALMAIL BUSINESS",
"productCode": "N",
"localProductCode": "E",
"localProductCountryCode": "GB",
"networkTypeCode": "DD",
"isCustomerAgreement": false,
"weight": {
"volumetric": 5.2,
"provided": 0.5,
"unitOfMeasurement": "imperial"
},
"totalPrice": [
{
"currencyType": "BILLC",
"priceCurrency": "USD",
"price": 12
},
{
"currencyType": "BILLC",
"priceCurrency": "GBP",
"price": 25.2
},
{
"currencyType": "PULCL",
"priceCurrency": "GBP",
"price": 5.8
},
{
"currencyType": "BASEC",
"priceCurrency": "GBP",
"price": 22.3
}
],
"totalPriceBreakdown": [
{
"currencyType": "BILLC",
"priceCurrency": "GBP",
"priceBreakdown": [
{
"typeCode": "STDIS",
"price": 8.6
},
{
"typeCode": "STDIS",
"price": 12
},
{
"typeCode": "STTXA",
"price": 32.9
}
]
}
],
"detailedPriceBreakdown": [
{
"currencyType": "BASEC",
"priceCurrency": "EUR",
"breakdown": [
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "YK",
"typeCode": "SPRQT",
"serviceTypeCode": "SCH",
"price": 15.7,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 22.3,
"rate": 3.9,
"basePrice": 15.7
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 10.5,
"rate": 6.8,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 25.2,
"rate": 7.1,
"basePrice": 22.3
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "SVC",
"price": 22.3,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 2.5,
"basePrice": 12
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 12,
"rate": 4.4,
"basePrice": 15.7
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 22.3,
"rate": 6.8,
"basePrice": 12
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 15.7,
"rate": 5,
"basePrice": 18.4
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 22.3,
"rate": 2.5,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Exclusive Billing Services",
"description": "Standard Billing Services - shipment can contain all of following",
"serviceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
}
]
},
{
"serviceCodeRuleName": "Exclusive Billing Services",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
}
]
},
{
"serviceCodeRuleName": "Exclusive Billing Services",
"description": "Standard Billing Services - shipment can contain all of following",
"serviceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"dependentServiceCode": "PZ",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Standard requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "XX"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Standard requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "ZZ"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Standard requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
}
]
}
]
},
{
"dependentServiceCode": "PZ",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "ZZ"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "YK"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
}
]
}
]
},
{
"dependentServiceCode": "YZ",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "XX"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Standard requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "YK"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": false,
"localCutoffDateAndTime": "2025-12-02T12:30:00",
"pickupEarliest": "10:00:00",
"pickupLatest": "16:00:00",
"pickupCutoffSameDayOutboundProcessing": "15:30:00",
"originServiceAreaCode": "LAX",
"originFacilityAreaCode": "ABC",
"pickupAdditionalDays": 1,
"pickupDayOfWeek": 6
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDF",
"estimatedDeliveryDateAndTime": "2025-12-05T15:00:00",
"destinationServiceAreaCode": "PAR",
"destinationFacilityAreaCode": "PR3",
"deliveryAdditionalDays": 1,
"deliveryDayOfWeek": 6,
"totalTransitDays": 10
},
"items": [
{
"number": 2,
"breakdown": [
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "SVC",
"price": 22.3,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 10.5,
"rate": 3.9,
"basePrice": 30.1
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 30.1,
"rate": 4.4,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 8.6,
"rate": 9.2,
"basePrice": 15.7
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
},
{
"number": 4,
"breakdown": [
{
"name": "STANDARD",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "SVC",
"price": 32.9,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 32.9,
"rate": 2.5,
"basePrice": 12
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 32.9,
"rate": 5,
"basePrice": 12
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "ECONOMY",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "SCH",
"price": 12,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 18.4,
"rate": 3.9,
"basePrice": 10.5
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 8.6,
"rate": 9.2,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 5.8,
"rate": 7.2,
"basePrice": 15.7
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 32.9,
"rate": 3.9,
"basePrice": 5.8
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 25.2,
"rate": 1,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "PREMIUM",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "SCH",
"price": 25.2,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 8.6,
"rate": 1,
"basePrice": 8.6
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 15.7,
"rate": 7.1,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 25.2,
"rate": 9.2,
"basePrice": 15.7
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"number": 4,
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "XX",
"localServiceCode": "CD",
"typeCode": "SPRQT",
"serviceTypeCode": "SVC",
"price": 25.2,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 10.5,
"rate": 6.8,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 22.3,
"rate": 7.1,
"basePrice": 12
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
},
{
"number": 2,
"breakdown": [
{
"name": "STANDARD",
"serviceCode": "XX",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "SCH",
"price": 12,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 12,
"rate": 4.4,
"basePrice": 18.4
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 25.2,
"rate": 5,
"basePrice": 18.4
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "ECONOMY",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "SPRQT",
"serviceTypeCode": "SCH",
"price": 15.7,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 18.4,
"rate": 7.2,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 30.1,
"rate": 9.2,
"basePrice": 32.9
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 7.1,
"basePrice": 22.3
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
},
{
"number": 5,
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "ZZ",
"localServiceCode": "YK",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 12,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 8.6,
"rate": 4.4,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 8.5,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "PREMIUM",
"serviceCode": "ZZ",
"localServiceCode": "CD",
"typeCode": "SPRQT",
"serviceTypeCode": "SVC",
"price": 18.4,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 22.3,
"rate": 4.4,
"basePrice": 5.8
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 8.6,
"rate": 8.5,
"basePrice": 8.6
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 10.5,
"rate": 6.8,
"basePrice": 32.9
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 18.4,
"rate": 3.9,
"basePrice": 10.5
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 4.4,
"basePrice": 30.1
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
}
],
"pricingDate": "2024-08-01"
},
{
"productName": "GLOBALMAIL BUSINESS",
"productCode": "E",
"localProductCode": "D",
"localProductCountryCode": "GB",
"networkTypeCode": "DD",
"isCustomerAgreement": true,
"weight": {
"volumetric": 3.9,
"provided": 4.5,
"unitOfMeasurement": "imperial"
},
"totalPrice": [
{
"currencyType": "BILLC",
"priceCurrency": "GBP",
"price": 8.6
},
{
"currencyType": "BILLC",
"priceCurrency": "GBP",
"price": 10.5
}
],
"totalPriceBreakdown": [
{
"currencyType": "PULCL",
"priceCurrency": "USD",
"priceBreakdown": [
{
"typeCode": "STDIS",
"price": 25.2
},
{
"typeCode": "STDIS",
"price": 25.2
},
{
"typeCode": "STDIS",
"price": 15.7
}
]
},
{
"currencyType": "BASEC",
"priceCurrency": "GBP",
"priceBreakdown": [
{
"typeCode": "STDIS",
"price": 18.4
},
{
"typeCode": "SPRQT",
"price": 18.4
},
{
"typeCode": "STTXA",
"price": 25.2
}
]
},
{
"currencyType": "PULCL",
"priceCurrency": "EUR",
"priceBreakdown": [
{
"typeCode": "SPRQT",
"price": 15.7
},
{
"typeCode": "STDIS",
"price": 15.7
}
]
},
{
"currencyType": "BASEC",
"priceCurrency": "EUR",
"priceBreakdown": [
{
"typeCode": "STDIS",
"price": 30.1
},
{
"typeCode": "STDIS",
"price": 10.5
}
]
}
],
"detailedPriceBreakdown": [
{
"currencyType": "PULCL",
"priceCurrency": "GBP",
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "SPRQT",
"serviceTypeCode": "CHG",
"price": 10.5,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 3.9,
"basePrice": 32.9
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 15.7,
"rate": 3.9,
"basePrice": 30.1
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 30.1,
"rate": 2.5,
"basePrice": 12
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 12,
"rate": 7.2,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 10.5,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 30.1,
"rate": 9.2,
"basePrice": 5.8
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 22.3,
"rate": 1,
"basePrice": 5.8
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 8.6,
"rate": 6.8,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 8.6,
"rate": 6.8,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 10.5,
"rate": 4.4,
"basePrice": 25.2
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"currencyType": "PULCL",
"priceCurrency": "EUR",
"breakdown": [
{
"name": "STANDARD",
"serviceCode": "XX",
"localServiceCode": "AB",
"typeCode": "SPRQT",
"serviceTypeCode": "SVC",
"price": 5.8,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 10.5,
"rate": 6.8,
"basePrice": 32.9
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 18.4,
"rate": 7.2,
"basePrice": 5.8
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 8.6,
"rate": 1,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "YK",
"typeCode": "STDIS",
"serviceTypeCode": "SCH",
"price": 8.6,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 12,
"rate": 6.8,
"basePrice": 32.9
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 12,
"rate": 6.8,
"basePrice": 18.4
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 25.2,
"rate": 1,
"basePrice": 12
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "YK",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 18.4,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 32.9,
"rate": 6.8,
"basePrice": 8.6
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 32.9,
"rate": 4.4,
"basePrice": 32.9
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 22.3,
"rate": 5,
"basePrice": 15.7
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 10.5,
"rate": 1,
"basePrice": 25.2
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "PREMIUM",
"serviceCode": "XX",
"localServiceCode": "CD",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 22.3,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 9.2,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 15.7,
"rate": 9.2,
"basePrice": 12
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "PREMIUM",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 8.6,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 8.6,
"rate": 7.2,
"basePrice": 10.5
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
},
{
"currencyType": "BASEC",
"priceCurrency": "EUR",
"breakdown": [
{
"name": "STANDARD",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "SPRQT",
"serviceTypeCode": "CHG",
"price": 18.4,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 32.9,
"rate": 2.5,
"basePrice": 32.9
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 12,
"rate": 3.9,
"basePrice": 15.7
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "XX",
"localServiceCode": "CD",
"typeCode": "STDIS",
"serviceTypeCode": "SCH",
"price": 30.1,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 5.8,
"rate": 6.8,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 30.1,
"rate": 5,
"basePrice": 15.7
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 30.1,
"rate": 5,
"basePrice": 30.1
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 30.1,
"rate": 4.4,
"basePrice": 18.4
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 30.1,
"rate": 6.8,
"basePrice": 15.7
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
},
{
"currencyType": "BILLC",
"priceCurrency": "GBP",
"breakdown": [
{
"name": "STANDARD",
"serviceCode": "XX",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "SVC",
"price": 8.6,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 12,
"rate": 2.5,
"basePrice": 12
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 18.4,
"rate": 7.1,
"basePrice": 12
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 3.9,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 5.8,
"rate": 7.2,
"basePrice": 30.1
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 18.4,
"rate": 7.2,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "PREMIUM",
"serviceCode": "XX",
"localServiceCode": "YK",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 8.6,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 10.5,
"rate": 4.4,
"basePrice": 12
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "SPRQT",
"serviceTypeCode": "CHG",
"price": 30.1,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 30.1,
"rate": 6.8,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 22.3,
"rate": 4.4,
"basePrice": 8.6
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 12,
"rate": 2.5,
"basePrice": 18.4
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 8.5,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "ECONOMY",
"serviceCode": "XX",
"localServiceCode": "CD",
"typeCode": "STTXA",
"serviceTypeCode": "SVC",
"price": 10.5,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 8.6,
"rate": 3.9,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "SVC",
"price": 22.3,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 8.6,
"rate": 5,
"basePrice": 10.5
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 4.4,
"basePrice": 10.5
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 12,
"rate": 3.9,
"basePrice": 18.4
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"currencyType": "BILLC",
"priceCurrency": "GBP",
"breakdown": [
{
"name": "PREMIUM",
"serviceCode": "XX",
"localServiceCode": "CD",
"typeCode": "STTXA",
"serviceTypeCode": "SVC",
"price": 30.1,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 30.1,
"rate": 4.4,
"basePrice": 12
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "ECONOMY",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "STTXA",
"serviceTypeCode": "SCH",
"price": 10.5,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 32.9,
"rate": 2.5,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 12,
"rate": 5,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 8.6,
"rate": 8.5,
"basePrice": 12
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 30.1,
"rate": 4.4,
"basePrice": 30.1
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 22.3,
"rate": 2.5,
"basePrice": 8.6
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "PREMIUM",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "SCH",
"price": 22.3,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 3.9,
"basePrice": 8.6
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 5.8,
"rate": 2.5,
"basePrice": 25.2
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 18.4,
"rate": 9.2,
"basePrice": 25.2
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "ECONOMY",
"serviceCode": "ZZ",
"localServiceCode": "CD",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 25.2,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 30.1,
"rate": 5,
"basePrice": 32.9
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 5.8,
"rate": 5,
"basePrice": 15.7
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "ZZ",
"localServiceCode": "YK",
"typeCode": "STTXA",
"serviceTypeCode": "SCH",
"price": 10.5,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 15.7,
"rate": 3.9,
"basePrice": 5.8
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 12,
"rate": 8.5,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 10.5,
"rate": 2.5,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 8.6,
"rate": 5,
"basePrice": 15.7
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Exclusive Billing Services",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "YK"
}
]
},
{
"serviceCodeRuleName": "Exclusive Billing Services",
"description": "Standard Billing Services - shipment can contain all of following",
"serviceCodes": [
{
"serviceCode": "ZZ"
}
]
},
{
"serviceCodeRuleName": "Standard Billing Services",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
}
]
},
{
"serviceCodeRuleName": "Exclusive Billing Services",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "ZZ"
}
]
},
{
"serviceCodeRuleName": "Exclusive Billing Services",
"description": "Standard Billing Services - shipment can contain all of following",
"serviceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"dependentServiceCode": "YZ",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Standard requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
}
]
}
]
},
{
"dependentServiceCode": "YZ",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Standard requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "XX"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Standard requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "YK"
},
{
"serviceCode": "ZZ"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": false,
"localCutoffDateAndTime": "2024-01-01T10:00:00",
"pickupEarliest": "08:00:00",
"pickupLatest": "17:00:00",
"pickupCutoffSameDayOutboundProcessing": "16:00:00",
"originServiceAreaCode": "ELA",
"originFacilityAreaCode": "ABC",
"pickupAdditionalDays": 0,
"pickupDayOfWeek": 2
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDF",
"estimatedDeliveryDateAndTime": "2019-09-20T12:00:00",
"destinationServiceAreaCode": "PAR",
"destinationFacilityAreaCode": "PR8",
"deliveryAdditionalDays": 8,
"deliveryDayOfWeek": 1,
"totalTransitDays": 10
},
"items": [
{
"number": 10,
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "YK",
"localServiceCode": "YK",
"typeCode": "STDIS",
"serviceTypeCode": "SVC",
"price": 25.2,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 15.7,
"rate": 3.9,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 30.1,
"rate": 7.1,
"basePrice": 22.3
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 18.4,
"rate": 2.5,
"basePrice": 25.2
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 8.6,
"rate": 5,
"basePrice": 32.9
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 10.5,
"rate": 2.5,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"number": 9,
"breakdown": [
{
"name": "STANDARD",
"serviceCode": "ZZ",
"localServiceCode": "CD",
"typeCode": "SPRQT",
"serviceTypeCode": "CHG",
"price": 32.9,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 18.4,
"rate": 2.5,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 25.2,
"rate": 1,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"number": 4,
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "ZZ",
"localServiceCode": "YK",
"typeCode": "STTXA",
"serviceTypeCode": "SVC",
"price": 30.1,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 32.9,
"rate": 9.2,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "STANDARD",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "SCH",
"price": 8.6,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 8.6,
"rate": 2.5,
"basePrice": 32.9
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 5.8,
"rate": 2.5,
"basePrice": 32.9
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 32.9,
"rate": 3.9,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "SCH",
"price": 15.7,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 8.6,
"rate": 1,
"basePrice": 8.6
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 18.4,
"rate": 8.5,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 15.7,
"rate": 8.5,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 6.8,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 32.9,
"rate": 6.8,
"basePrice": 18.4
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
},
{
"number": 9,
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "XX",
"localServiceCode": "CD",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 18.4,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 22.3,
"rate": 9.2,
"basePrice": 32.9
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 32.9,
"rate": 7.1,
"basePrice": 8.6
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 30.1,
"rate": 4.4,
"basePrice": 12
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 18.4,
"rate": 3.9,
"basePrice": 30.1
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 8.6,
"rate": 9.2,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "ECONOMY",
"serviceCode": "XX",
"localServiceCode": "CD",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 22.3,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 22.3,
"rate": 7.2,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 8.6,
"rate": 6.8,
"basePrice": 12
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "YK",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 8.6,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 22.3,
"rate": 2.5,
"basePrice": 12
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 18.4,
"rate": 6.8,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "YK",
"typeCode": "STTXA",
"serviceTypeCode": "SCH",
"price": 8.6,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 12,
"rate": 8.5,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 25.2,
"rate": 7.1,
"basePrice": 32.9
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 8.6,
"rate": 8.5,
"basePrice": 5.8
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 18.4,
"rate": 2.5,
"basePrice": 22.3
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "ECONOMY",
"serviceCode": "XX",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "SCH",
"price": 32.9,
"priceCurrency": "EUR",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 12,
"rate": 1,
"basePrice": 18.4
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
}
],
"pricingDate": "2024-05-22"
},
{
"productName": "GLOBALMAIL BUSINESS",
"productCode": "P",
"localProductCode": "N",
"localProductCountryCode": "DE",
"networkTypeCode": "TD",
"isCustomerAgreement": false,
"weight": {
"volumetric": 2.7,
"provided": 1.2,
"unitOfMeasurement": "metric"
},
"totalPrice": [
{
"currencyType": "PULCL",
"priceCurrency": "USD",
"price": 18.4
},
{
"currencyType": "BILLC",
"priceCurrency": "EUR",
"price": 30.1
},
{
"currencyType": "BASEC",
"priceCurrency": "USD",
"price": 12
},
{
"currencyType": "PULCL",
"priceCurrency": "EUR",
"price": 22.3
}
],
"totalPriceBreakdown": [
{
"currencyType": "BASEC",
"priceCurrency": "EUR",
"priceBreakdown": [
{
"typeCode": "STDIS",
"price": 8.6
},
{
"typeCode": "SPRQT",
"price": 8.6
},
{
"typeCode": "STDIS",
"price": 30.1
},
{
"typeCode": "STDIS",
"price": 30.1
}
]
},
{
"currencyType": "BASEC",
"priceCurrency": "USD",
"priceBreakdown": [
{
"typeCode": "STTXA",
"price": 32.9
},
{
"typeCode": "STDIS",
"price": 22.3
}
]
}
],
"detailedPriceBreakdown": [
{
"currencyType": "PULCL",
"priceCurrency": "GBP",
"breakdown": [
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "SPRQT",
"serviceTypeCode": "CHG",
"price": 12,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 5,
"basePrice": 25.2
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 25.2,
"rate": 6.8,
"basePrice": 15.7
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 12,
"rate": 2.5,
"basePrice": 15.7
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "ECONOMY",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "SVC",
"price": 10.5,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 15.7,
"rate": 7.1,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 30.1,
"rate": 5,
"basePrice": 15.7
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 18.4,
"rate": 7.1,
"basePrice": 10.5
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 18.4,
"rate": 4.4,
"basePrice": 12
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
}
]
},
{
"currencyType": "BASEC",
"priceCurrency": "USD",
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "XX",
"localServiceCode": "CD",
"typeCode": "SPRQT",
"serviceTypeCode": "CHG",
"price": 12,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 7.2,
"basePrice": 8.6
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "PREMIUM",
"serviceCode": "XX",
"localServiceCode": "CD",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 8.6,
"priceCurrency": "GBP",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 30.1,
"rate": 4.4,
"basePrice": 15.7
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 8.6,
"rate": 5,
"basePrice": 30.1
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 30.1,
"rate": 1,
"basePrice": 15.7
},
{
"priceType": "TAX",
"typeCode": "STTXA",
"price": 10.5,
"rate": 2.5,
"basePrice": 12
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 3.9,
"basePrice": 8.6
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "STTXA",
"serviceTypeCode": "SVC",
"price": 25.2,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 22.3,
"rate": 5,
"basePrice": 15.7
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 25.2,
"rate": 6.8,
"basePrice": 18.4
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 30.1,
"rate": 2.5,
"basePrice": 5.8
},
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 7.2,
"basePrice": 25.2
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 25.2,
"rate": 3.9,
"basePrice": 18.4
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "ECONOMY",
"serviceCode": "ZZ",
"localServiceCode": "CD",
"typeCode": "SPRQT",
"serviceTypeCode": "SVC",
"price": 18.4,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 15.7,
"rate": 2.5,
"basePrice": 8.6
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"currencyType": "PULCL",
"priceCurrency": "USD",
"breakdown": [
{
"name": "ECONOMY",
"serviceCode": "YK",
"localServiceCode": "CD",
"typeCode": "STDIS",
"serviceTypeCode": "SVC",
"price": 8.6,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 3.9,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Standard Billing Services",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "YK"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "XX"
},
{
"serviceCode": "YK"
}
]
},
{
"serviceCodeRuleName": "Standard Billing Services",
"description": "Standard Billing Services - shipment can contain all of following",
"serviceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
},
{
"serviceCode": "ZZ"
}
]
},
{
"serviceCodeRuleName": "Standard Billing Services",
"description": "Standard Billing Services - shipment can contain all of following",
"serviceCodes": [
{
"serviceCode": "XX"
}
]
},
{
"serviceCodeRuleName": "Standard Billing Services",
"description": "Standard Billing Services - shipment can contain all of following",
"serviceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "ZZ"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"dependentServiceCode": "PZ",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
}
]
},
{
"dependencyRuleName": "Standard and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
}
]
}
]
},
{
"dependentServiceCode": "PZ",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Standard requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "YK"
},
{
"serviceCode": "ZZ"
},
{
"serviceCode": "YK"
}
]
}
]
},
{
"dependentServiceCode": "WY",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Standard requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Should provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XX"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": true,
"localCutoffDateAndTime": "2024-01-01T10:00:00",
"pickupEarliest": "10:00:00",
"pickupLatest": "17:00:00",
"pickupCutoffSameDayOutboundProcessing": "15:30:00",
"originServiceAreaCode": "ELA",
"originFacilityAreaCode": "ABC",
"pickupAdditionalDays": 1,
"pickupDayOfWeek": 1
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDF",
"estimatedDeliveryDateAndTime": "2025-12-05T15:00:00",
"destinationServiceAreaCode": "PAR",
"destinationFacilityAreaCode": "PR3",
"deliveryAdditionalDays": 9,
"deliveryDayOfWeek": 7,
"totalTransitDays": 8
},
"items": [
{
"number": 7,
"breakdown": [
{
"name": "STANDARD",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "SCH",
"price": 12,
"priceCurrency": "USD",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 5.8,
"rate": 4.4,
"basePrice": 15.7
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 12,
"rate": 5,
"basePrice": 22.3
},
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 30.1,
"rate": 3.9,
"basePrice": 12
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 18.4,
"rate": 7.1,
"basePrice": 18.4
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 25.2,
"rate": 2.5,
"basePrice": 10.5
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "STANDARD",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "SVC",
"price": 25.2,
"priceCurrency": "EUR",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 18.4,
"rate": 1,
"basePrice": 8.6
},
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 10.5,
"rate": 6.8,
"basePrice": 12
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 10.5,
"rate": 4.4,
"basePrice": 22.3
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
},
{
"number": 10,
"breakdown": [
{
"name": "PREMIUM",
"serviceCode": "YK",
"localServiceCode": "AB",
"typeCode": "STTXA",
"serviceTypeCode": "CHG",
"price": 5.8,
"priceCurrency": "GBP",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "STDIS",
"price": 15.7,
"rate": 4.4,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.1234 % COST) MIN (123.45))"
},
{
"name": "PREMIUM",
"serviceCode": "ZZ",
"localServiceCode": "AB",
"typeCode": "STDIS",
"serviceTypeCode": "CHG",
"price": 25.2,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "SPRQT",
"price": 5.8,
"rate": 7.2,
"basePrice": 32.9
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
},
{
"name": "ECONOMY",
"serviceCode": "XX",
"localServiceCode": "CD",
"typeCode": "SPRQT",
"serviceTypeCode": "CHG",
"price": 10.5,
"priceCurrency": "USD",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": true,
"priceBreakdown": [
{
"priceType": "DISCOUNT",
"typeCode": "SPRQT",
"price": 15.7,
"rate": 4.4,
"basePrice": 15.7
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 8.6,
"rate": 4.4,
"basePrice": 8.6
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 12,
"rate": 6.8,
"basePrice": 8.6
},
{
"priceType": "DISCOUNT",
"typeCode": "STTXA",
"price": 10.5,
"rate": 7.2,
"basePrice": 8.6
},
{
"priceType": "DISCOUNT",
"typeCode": "STDIS",
"price": 30.1,
"rate": 6.8,
"basePrice": 5.8
}
],
"tariffRateFormula": "((0.3464 % COST) MAX (528.33))"
}
]
}
],
"pricingDate": "2024-05-22"
}
],
"exchangeRates": [
{
"currentExchangeRate": 1.9,
"currency": "CNY",
"baseCurrency": "USD"
},
{
"currentExchangeRate": 1.7,
"currency": "SEK",
"baseCurrency": "EUR"
},
{
"currentExchangeRate": 1.7,
"currency": "SEK",
"baseCurrency": "EUR"
},
{
"currentExchangeRate": 1.2,
"currency": "GBP",
"baseCurrency": "EUR"
},
{
"currentExchangeRate": 1.9,
"currency": "CHF",
"baseCurrency": "USD"
}
],
"warnings": [
"No service available",
"Oversized package",
"Security check",
"Heavy package"
]
}{
"instance": "/expressapi/rates",
"detail": "The account number is not found or invalid. Please check the account number and retry.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/rates",
"detail": "999: Process failure occurred. Process ID associated for that transaction (1234567890)",
"title": "Internal Server Error",
"message": "Internal Server Error",
"code": "500"
}| Query Parameter Name | Example |
|---|---|
strictValidation | false |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "minim ut" |
{
"customerDetails": {
"shipperDetails": {
"postalCode": "048582",
"cityName": "SINGAPORE",
"addressLine1": "Blk 6 Lock Rd",
"addressLine2": "02-10 Gillman Barracks",
"addressLine3": "Barrack Street",
"countryCode": "SG"
},
"receiverDetails": {
"postalCode": "75001",
"cityName": "PARIS",
"addressLine1": "9",
"addressLine2": "Rue Simart",
"countryCode": "FR"
}
},
"accounts": [
{
"typeCode": "shipper",
"number": "123456789"
}
],
"productsAndServices": [
{
"productCode": "P",
"localProductCode": "P"
}
],
"payerCountryCode": "SG",
"plannedShippingDateAndTime": "2022-11-20T13:00:00GMT+00:00",
"unitOfMeasurement": "metric",
"isCustomsDeclarable": true,
"monetaryAmount": [
{
"typeCode": "declaredValue",
"value": 100,
"currency": "SGD"
}
],
"estimatedDeliveryDate": {
"isRequested": true,
"typeCode": "QDDC"
},
"getAdditionalInformation": [
{
"typeCode": "allValueAddedServices",
"isRequested": true
}
],
"returnStandardProductsOnly": false,
"nextBusinessDay": true,
"productTypeCode": "all",
"packages": [
{
"typeCode": "3BX",
"weight": 1,
"dimensions": {
"length": 10,
"width": 20,
"height": 30
}
}
]
}{
"products": [
{
"productName": "EXPRESS WORLDWIDE NONDOC",
"productCode": "P",
"localProductCode": "P",
"localProductCountryCode": "SG",
"networkTypeCode": "TD",
"isCustomerAgreement": false,
"weight": {
"volumetric": 1.2,
"provided": 1.5,
"unitOfMeasurement": "metric"
},
"totalPrice": [
{
"currencyType": "BILLC",
"priceCurrency": "GBP",
"price": 157.95
},
{
"currencyType": "PULCL",
"priceCurrency": "GBP",
"price": 157.95
},
{
"currencyType": "BASEC",
"priceCurrency": "EUR",
"price": 182.84
}
],
"totalPriceBreakdown": [
{
"currencyType": "BILLC",
"priceCurrency": "GBP",
"priceBreakdown": [
{
"typeCode": "STTXA",
"price": 0
},
{
"typeCode": "SPRQT",
"price": 130
}
]
},
{
"currencyType": "PULCL",
"priceCurrency": "GBP",
"priceBreakdown": [
{
"typeCode": "STTXA",
"price": 0
},
{
"typeCode": "SPRQT",
"price": 130
}
]
},
{
"currencyType": "BASEC",
"priceCurrency": "EUR",
"priceBreakdown": [
{
"typeCode": "STTXA",
"price": 0
},
{
"typeCode": "SPRQT",
"price": 150.49
}
]
}
],
"detailedPriceBreakdown": [
{
"currencyType": "BILLC",
"priceCurrency": "GBP",
"breakdown": [
{
"name": "EXPRESS WORLDWIDE",
"price": 130,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "All Bu",
"price": 0,
"rate": 0,
"basePrice": 130
}
]
},
{
"name": "EMERGENCY SITUATION",
"serviceCode": "CR",
"localServiceCode": "CR",
"serviceTypeCode": "SCH",
"price": 0.27,
"isCustomerAgreement": false,
"isMarketedService": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "All Bu",
"price": 0,
"rate": 0,
"basePrice": 0.27
}
]
},
{
"name": "FUEL SURCHARGE",
"serviceCode": "FF",
"localServiceCode": "FF",
"serviceTypeCode": "SCH",
"price": 27.68,
"isCustomerAgreement": false,
"isMarketedService": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "All Bu",
"price": 0,
"rate": 0,
"basePrice": 27.68
}
]
},
{
"name": "IMPORT BILLING ACCOUNT",
"serviceCode": "30",
"localServiceCode": "30",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "SATURDAY DELIVERY",
"serviceCode": "AA",
"localServiceCode": "AA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "DIPLOMATIC MAIL",
"serviceCode": "CG",
"localServiceCode": "CG",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "DUTY TAX PAID",
"serviceCode": "DD",
"localServiceCode": "DD",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "RECEIVER PAID",
"serviceCode": "DE",
"localServiceCode": "DE",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "IMPORT BILLING",
"serviceCode": "DT",
"localServiceCode": "DT",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "DUTY TAX IMPORTER",
"serviceCode": "DU",
"localServiceCode": "DU",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "GOGREEN CLIMATE NEUTRAL",
"serviceCode": "EE",
"localServiceCode": "EE",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "GO GREEN PLUS- CARBON REDUCED",
"serviceCode": "FE",
"localServiceCode": "FE",
"serviceTypeCode": "SCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "PACKAGING",
"serviceCode": "GG",
"localServiceCode": "GG",
"typeCode": "PACKAGING ITEM",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "DRY ICE UN1845",
"serviceCode": "HC",
"localServiceCode": "HC",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "LITHIUM ION PI966 SECTION II",
"serviceCode": "HD",
"localServiceCode": "HD",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "DANGEROUS GOODS",
"serviceCode": "HE",
"localServiceCode": "HE",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "EXCEPTED QUANTITIES",
"serviceCode": "HH",
"localServiceCode": "HH",
"typeCode": "EXCEPTED QUANTITY",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "CONSUMER COMMODITIES",
"serviceCode": "HK",
"localServiceCode": "HK",
"typeCode": "CONSUMER GOODS ID8000",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "LITHIUM METAL",
"serviceCode": "HM",
"localServiceCode": "HM",
"typeCode": "LITHIUM METAL PI969 SECTION II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "ACTIVE DATA LOGGER",
"serviceCode": "HT",
"localServiceCode": "HT",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "NOT RESTRICTED DANGEROUS GOODS",
"serviceCode": "HU",
"localServiceCode": "HU",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "LITHIUM ION PI967-SECTION II",
"serviceCode": "HV",
"localServiceCode": "HV",
"typeCode": "LITHIUM ION PI967 SECTION II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "LITHIUM METAL PI970-SECTION II",
"serviceCode": "HW",
"localServiceCode": "HW",
"typeCode": "LITHIUM METAL PI970 SECTION II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "MAGNETIZED MATERIAL",
"serviceCode": "HX",
"localServiceCode": "HX",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "SHIPMENT INSURANCE",
"serviceCode": "II",
"localServiceCode": "II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "VERBAL NOTIFICATION",
"serviceCode": "JA",
"localServiceCode": "JA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "VERBAL NOTIFICATION",
"serviceCode": "JD",
"localServiceCode": "JD",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "COURIER TIME WINDOW",
"serviceCode": "JY",
"localServiceCode": "JY",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COLD STORAGE",
"serviceCode": "LG",
"localServiceCode": "LG",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "SANCTIONS ROUTING",
"serviceCode": "LU",
"localServiceCode": "LU",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "HOLD FOR COLLECTION",
"serviceCode": "LX",
"localServiceCode": "LX",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "ADDRESS CORRECTION",
"serviceCode": "MA",
"localServiceCode": "MA",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "NEUTRAL DELIVERY",
"serviceCode": "NN",
"localServiceCode": "NN",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "REMOTE AREA DELIVERY",
"serviceCode": "OO",
"localServiceCode": "OO",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "SHIPMENT PREPARATION",
"serviceCode": "PA",
"localServiceCode": "PA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "DATA ENTRY",
"serviceCode": "PD",
"localServiceCode": "PD",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "RETURN TO SELLER",
"serviceCode": "PH",
"localServiceCode": "PH",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "AUTOMATED DIGITAL IMAGING",
"serviceCode": "PJ",
"localServiceCode": "PJ",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "PLT IMAGES PENDING",
"serviceCode": "PK",
"localServiceCode": "PK",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "OPTICAL CHARACTER RECOGNITION",
"serviceCode": "PL",
"localServiceCode": "PL",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COMMERCIAL INVOICE DATA MERGE",
"serviceCode": "PM",
"localServiceCode": "PM",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COMAT",
"serviceCode": "PO",
"localServiceCode": "PO",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "NEUTRAL DESCRIPTION LABEL",
"serviceCode": "PP",
"localServiceCode": "PP",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "PERSONALLY IDENTIFIABLE DATA",
"serviceCode": "PQ",
"localServiceCode": "PQ",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "RETURN TO ORIGIN",
"serviceCode": "PR",
"localServiceCode": "PR",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 03",
"serviceCode": "PT",
"localServiceCode": "PT",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 06",
"serviceCode": "PU",
"localServiceCode": "PU",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 12",
"serviceCode": "PV",
"localServiceCode": "PV",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 24",
"serviceCode": "PW",
"localServiceCode": "PW",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "LABEL FREE",
"serviceCode": "PZ",
"localServiceCode": "PZ",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "DEDICATED PICKUP",
"serviceCode": "QA",
"localServiceCode": "QA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DIRECT SIGNATURE",
"serviceCode": "SF",
"localServiceCode": "SF",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "SIGNATURE RELEASE",
"serviceCode": "SX",
"localServiceCode": "SX",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "VERIFIED DELIVERY",
"serviceCode": "TF",
"localServiceCode": "TF",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "RESIDENTIAL DELIVERY",
"serviceCode": "TK",
"localServiceCode": "TK",
"typeCode": "RESIDENTIAL ADDRESS",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "SCHEDULED DELIVERY",
"serviceCode": "TT",
"localServiceCode": "TT",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COLLECT FROM SERVICE POINT",
"serviceCode": "TV",
"localServiceCode": "TV",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "NON-ROUTINE ENTRY",
"serviceCode": "WB",
"localServiceCode": "WB",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "CLEARANCE AUTHORIZATION",
"serviceCode": "WD",
"localServiceCode": "WD",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "MULTILINE ENTRY",
"serviceCode": "WE",
"localServiceCode": "WE",
"serviceTypeCode": "SCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "CLEARANCE DATA MODIFICATION",
"serviceCode": "WF",
"localServiceCode": "WF",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "BROKER NOTIFICATION",
"serviceCode": "WG",
"localServiceCode": "WG",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "PHYSICAL INTERVENTION",
"serviceCode": "WH",
"localServiceCode": "WH",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "OTHER GOVERNMENT AGENCY",
"serviceCode": "WI",
"localServiceCode": "WI",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "OBTAINING PERMITS & LICENCES",
"serviceCode": "WJ",
"localServiceCode": "WJ",
"typeCode": "PERMITS & LICENSES",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "BONDED STORAGE",
"serviceCode": "WK",
"localServiceCode": "WK",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "BONDED TRANSIT",
"serviceCode": "WL",
"localServiceCode": "WL",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "TEMPORARY IMPORT/EXPORT",
"serviceCode": "WM",
"localServiceCode": "WM",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "EXPORT DECLARATION",
"serviceCode": "WO",
"localServiceCode": "WO",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "POST CLEARANCE MODIFICATION",
"serviceCode": "WS",
"localServiceCode": "WS",
"serviceTypeCode": "SCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "SALE IN TRANSIT",
"serviceCode": "WT",
"localServiceCode": "WT",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "PAPERLESS TRADE",
"serviceCode": "WY",
"localServiceCode": "WY",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "IMPORT EXPORT TAXES",
"serviceCode": "XB",
"localServiceCode": "XB",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "MERCHANDISE PROCESS",
"serviceCode": "XE",
"localServiceCode": "XE",
"serviceTypeCode": "FIS",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "TRADE ZONE PROCESS",
"serviceCode": "XJ",
"localServiceCode": "XJ",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "REGULATORY CHARGES",
"serviceCode": "XK",
"localServiceCode": "XK",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "IMPORT EXPORT DUTIES",
"serviceCode": "XX",
"localServiceCode": "XX",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "NON STACKABLE PALLET",
"serviceCode": "YC",
"localServiceCode": "YC",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
}
]
},
{
"currencyType": "PULCL",
"priceCurrency": "GBP",
"breakdown": [
{
"name": "EXPRESS WORLDWIDE",
"price": 130,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "All Bu",
"price": 0,
"rate": 0,
"basePrice": 130
}
]
},
{
"name": "EMERGENCY SITUATION",
"serviceCode": "CR",
"localServiceCode": "CR",
"serviceTypeCode": "SCH",
"price": 0.27,
"isCustomerAgreement": false,
"isMarketedService": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "All Bu",
"price": 0,
"rate": 0,
"basePrice": 0.27
}
]
},
{
"name": "FUEL SURCHARGE",
"serviceCode": "FF",
"localServiceCode": "FF",
"serviceTypeCode": "SCH",
"price": 27.68,
"isCustomerAgreement": false,
"isMarketedService": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "All Bu",
"price": 0,
"rate": 0,
"basePrice": 27.68
}
]
},
{
"name": "IMPORT BILLING ACCOUNT",
"serviceCode": "30",
"localServiceCode": "30",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "SATURDAY DELIVERY",
"serviceCode": "AA",
"localServiceCode": "AA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "DIPLOMATIC MAIL",
"serviceCode": "CG",
"localServiceCode": "CG",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "DUTY TAX PAID",
"serviceCode": "DD",
"localServiceCode": "DD",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "RECEIVER PAID",
"serviceCode": "DE",
"localServiceCode": "DE",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "IMPORT BILLING",
"serviceCode": "DT",
"localServiceCode": "DT",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "DUTY TAX IMPORTER",
"serviceCode": "DU",
"localServiceCode": "DU",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "GOGREEN CLIMATE NEUTRAL",
"serviceCode": "EE",
"localServiceCode": "EE",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "GO GREEN PLUS- CARBON REDUCED",
"serviceCode": "FE",
"localServiceCode": "FE",
"serviceTypeCode": "SCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "PACKAGING",
"serviceCode": "GG",
"localServiceCode": "GG",
"typeCode": "PACKAGING ITEM",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "DRY ICE UN1845",
"serviceCode": "HC",
"localServiceCode": "HC",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "LITHIUM ION PI966 SECTION II",
"serviceCode": "HD",
"localServiceCode": "HD",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "DANGEROUS GOODS",
"serviceCode": "HE",
"localServiceCode": "HE",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "EXCEPTED QUANTITIES",
"serviceCode": "HH",
"localServiceCode": "HH",
"typeCode": "EXCEPTED QUANTITY",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "CONSUMER COMMODITIES",
"serviceCode": "HK",
"localServiceCode": "HK",
"typeCode": "CONSUMER GOODS ID8000",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "LITHIUM METAL",
"serviceCode": "HM",
"localServiceCode": "HM",
"typeCode": "LITHIUM METAL PI969 SECTION II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "ACTIVE DATA LOGGER",
"serviceCode": "HT",
"localServiceCode": "HT",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "NOT RESTRICTED DANGEROUS GOODS",
"serviceCode": "HU",
"localServiceCode": "HU",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "LITHIUM ION PI967-SECTION II",
"serviceCode": "HV",
"localServiceCode": "HV",
"typeCode": "LITHIUM ION PI967 SECTION II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "LITHIUM METAL PI970-SECTION II",
"serviceCode": "HW",
"localServiceCode": "HW",
"typeCode": "LITHIUM METAL PI970 SECTION II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "MAGNETIZED MATERIAL",
"serviceCode": "HX",
"localServiceCode": "HX",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "SHIPMENT INSURANCE",
"serviceCode": "II",
"localServiceCode": "II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "VERBAL NOTIFICATION",
"serviceCode": "JA",
"localServiceCode": "JA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "VERBAL NOTIFICATION",
"serviceCode": "JD",
"localServiceCode": "JD",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "COURIER TIME WINDOW",
"serviceCode": "JY",
"localServiceCode": "JY",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COLD STORAGE",
"serviceCode": "LG",
"localServiceCode": "LG",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "SANCTIONS ROUTING",
"serviceCode": "LU",
"localServiceCode": "LU",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "HOLD FOR COLLECTION",
"serviceCode": "LX",
"localServiceCode": "LX",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "ADDRESS CORRECTION",
"serviceCode": "MA",
"localServiceCode": "MA",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "NEUTRAL DELIVERY",
"serviceCode": "NN",
"localServiceCode": "NN",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "REMOTE AREA DELIVERY",
"serviceCode": "OO",
"localServiceCode": "OO",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "SHIPMENT PREPARATION",
"serviceCode": "PA",
"localServiceCode": "PA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "DATA ENTRY",
"serviceCode": "PD",
"localServiceCode": "PD",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "RETURN TO SELLER",
"serviceCode": "PH",
"localServiceCode": "PH",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "AUTOMATED DIGITAL IMAGING",
"serviceCode": "PJ",
"localServiceCode": "PJ",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "PLT IMAGES PENDING",
"serviceCode": "PK",
"localServiceCode": "PK",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "OPTICAL CHARACTER RECOGNITION",
"serviceCode": "PL",
"localServiceCode": "PL",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COMMERCIAL INVOICE DATA MERGE",
"serviceCode": "PM",
"localServiceCode": "PM",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COMAT",
"serviceCode": "PO",
"localServiceCode": "PO",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "NEUTRAL DESCRIPTION LABEL",
"serviceCode": "PP",
"localServiceCode": "PP",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "PERSONALLY IDENTIFIABLE DATA",
"serviceCode": "PQ",
"localServiceCode": "PQ",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "RETURN TO ORIGIN",
"serviceCode": "PR",
"localServiceCode": "PR",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 03",
"serviceCode": "PT",
"localServiceCode": "PT",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 06",
"serviceCode": "PU",
"localServiceCode": "PU",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 12",
"serviceCode": "PV",
"localServiceCode": "PV",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 24",
"serviceCode": "PW",
"localServiceCode": "PW",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "LABEL FREE",
"serviceCode": "PZ",
"localServiceCode": "PZ",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "DEDICATED PICKUP",
"serviceCode": "QA",
"localServiceCode": "QA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DIRECT SIGNATURE",
"serviceCode": "SF",
"localServiceCode": "SF",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "SIGNATURE RELEASE",
"serviceCode": "SX",
"localServiceCode": "SX",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "VERIFIED DELIVERY",
"serviceCode": "TF",
"localServiceCode": "TF",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "RESIDENTIAL DELIVERY",
"serviceCode": "TK",
"localServiceCode": "TK",
"typeCode": "RESIDENTIAL ADDRESS",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "SCHEDULED DELIVERY",
"serviceCode": "TT",
"localServiceCode": "TT",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COLLECT FROM SERVICE POINT",
"serviceCode": "TV",
"localServiceCode": "TV",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "NON-ROUTINE ENTRY",
"serviceCode": "WB",
"localServiceCode": "WB",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "CLEARANCE AUTHORIZATION",
"serviceCode": "WD",
"localServiceCode": "WD",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "MULTILINE ENTRY",
"serviceCode": "WE",
"localServiceCode": "WE",
"serviceTypeCode": "SCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "CLEARANCE DATA MODIFICATION",
"serviceCode": "WF",
"localServiceCode": "WF",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "BROKER NOTIFICATION",
"serviceCode": "WG",
"localServiceCode": "WG",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "PHYSICAL INTERVENTION",
"serviceCode": "WH",
"localServiceCode": "WH",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "OTHER GOVERNMENT AGENCY",
"serviceCode": "WI",
"localServiceCode": "WI",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "OBTAINING PERMITS & LICENCES",
"serviceCode": "WJ",
"localServiceCode": "WJ",
"typeCode": "PERMITS & LICENSES",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "BONDED STORAGE",
"serviceCode": "WK",
"localServiceCode": "WK",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "BONDED TRANSIT",
"serviceCode": "WL",
"localServiceCode": "WL",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "TEMPORARY IMPORT/EXPORT",
"serviceCode": "WM",
"localServiceCode": "WM",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "EXPORT DECLARATION",
"serviceCode": "WO",
"localServiceCode": "WO",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "POST CLEARANCE MODIFICATION",
"serviceCode": "WS",
"localServiceCode": "WS",
"serviceTypeCode": "SCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "SALE IN TRANSIT",
"serviceCode": "WT",
"localServiceCode": "WT",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "PAPERLESS TRADE",
"serviceCode": "WY",
"localServiceCode": "WY",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "IMPORT EXPORT TAXES",
"serviceCode": "XB",
"localServiceCode": "XB",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "MERCHANDISE PROCESS",
"serviceCode": "XE",
"localServiceCode": "XE",
"serviceTypeCode": "FIS",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "TRADE ZONE PROCESS",
"serviceCode": "XJ",
"localServiceCode": "XJ",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "REGULATORY CHARGES",
"serviceCode": "XK",
"localServiceCode": "XK",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "IMPORT EXPORT DUTIES",
"serviceCode": "XX",
"localServiceCode": "XX",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "NON STACKABLE PALLET",
"serviceCode": "YC",
"localServiceCode": "YC",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
}
]
},
{
"currencyType": "BASEC",
"priceCurrency": "EUR",
"breakdown": [
{
"name": "EXPRESS WORLDWIDE",
"price": 150.49,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "All Bu",
"price": 0,
"rate": 0,
"basePrice": 150.49
}
]
},
{
"name": "EMERGENCY SITUATION",
"serviceCode": "CR",
"localServiceCode": "CR",
"serviceTypeCode": "SCH",
"price": 0.31,
"isCustomerAgreement": false,
"isMarketedService": true,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "All Bu",
"price": 0,
"rate": 0,
"basePrice": 0.31
}
]
},
{
"name": "FUEL SURCHARGE",
"serviceCode": "FF",
"localServiceCode": "FF",
"serviceTypeCode": "SCH",
"price": 32.04,
"isCustomerAgreement": false,
"isMarketedService": false,
"priceBreakdown": [
{
"priceType": "TAX",
"typeCode": "All Bu",
"price": 0,
"rate": 0,
"basePrice": 32.04
}
]
},
{
"name": "IMPORT BILLING ACCOUNT",
"serviceCode": "30",
"localServiceCode": "30",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "SATURDAY DELIVERY",
"serviceCode": "AA",
"localServiceCode": "AA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "DIPLOMATIC MAIL",
"serviceCode": "CG",
"localServiceCode": "CG",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "DUTY TAX PAID",
"serviceCode": "DD",
"localServiceCode": "DD",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "RECEIVER PAID",
"serviceCode": "DE",
"localServiceCode": "DE",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "IMPORT BILLING",
"serviceCode": "DT",
"localServiceCode": "DT",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "DUTY TAX IMPORTER",
"serviceCode": "DU",
"localServiceCode": "DU",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "GOGREEN CLIMATE NEUTRAL",
"serviceCode": "EE",
"localServiceCode": "EE",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "GO GREEN PLUS- CARBON REDUCED",
"serviceCode": "FE",
"localServiceCode": "FE",
"serviceTypeCode": "SCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "PACKAGING",
"serviceCode": "GG",
"localServiceCode": "GG",
"typeCode": "PACKAGING ITEM",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "DRY ICE UN1845",
"serviceCode": "HC",
"localServiceCode": "HC",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "LITHIUM ION PI966 SECTION II",
"serviceCode": "HD",
"localServiceCode": "HD",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "DANGEROUS GOODS",
"serviceCode": "HE",
"localServiceCode": "HE",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "EXCEPTED QUANTITIES",
"serviceCode": "HH",
"localServiceCode": "HH",
"typeCode": "EXCEPTED QUANTITY",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "CONSUMER COMMODITIES",
"serviceCode": "HK",
"localServiceCode": "HK",
"typeCode": "CONSUMER GOODS ID8000",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "LITHIUM METAL",
"serviceCode": "HM",
"localServiceCode": "HM",
"typeCode": "LITHIUM METAL PI969 SECTION II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "ACTIVE DATA LOGGER",
"serviceCode": "HT",
"localServiceCode": "HT",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "NOT RESTRICTED DANGEROUS GOODS",
"serviceCode": "HU",
"localServiceCode": "HU",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "LITHIUM ION PI967-SECTION II",
"serviceCode": "HV",
"localServiceCode": "HV",
"typeCode": "LITHIUM ION PI967 SECTION II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "LITHIUM METAL PI970-SECTION II",
"serviceCode": "HW",
"localServiceCode": "HW",
"typeCode": "LITHIUM METAL PI970 SECTION II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "MAGNETIZED MATERIAL",
"serviceCode": "HX",
"localServiceCode": "HX",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "SHIPMENT INSURANCE",
"serviceCode": "II",
"localServiceCode": "II",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "VERBAL NOTIFICATION",
"serviceCode": "JA",
"localServiceCode": "JA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "VERBAL NOTIFICATION",
"serviceCode": "JD",
"localServiceCode": "JD",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "COURIER TIME WINDOW",
"serviceCode": "JY",
"localServiceCode": "JY",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COLD STORAGE",
"serviceCode": "LG",
"localServiceCode": "LG",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "SANCTIONS ROUTING",
"serviceCode": "LU",
"localServiceCode": "LU",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "HOLD FOR COLLECTION",
"serviceCode": "LX",
"localServiceCode": "LX",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "ADDRESS CORRECTION",
"serviceCode": "MA",
"localServiceCode": "MA",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "NEUTRAL DELIVERY",
"serviceCode": "NN",
"localServiceCode": "NN",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "REMOTE AREA DELIVERY",
"serviceCode": "OO",
"localServiceCode": "OO",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "SHIPMENT PREPARATION",
"serviceCode": "PA",
"localServiceCode": "PA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "DATA ENTRY",
"serviceCode": "PD",
"localServiceCode": "PD",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "RETURN TO SELLER",
"serviceCode": "PH",
"localServiceCode": "PH",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "AUTOMATED DIGITAL IMAGING",
"serviceCode": "PJ",
"localServiceCode": "PJ",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "PLT IMAGES PENDING",
"serviceCode": "PK",
"localServiceCode": "PK",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "OPTICAL CHARACTER RECOGNITION",
"serviceCode": "PL",
"localServiceCode": "PL",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COMMERCIAL INVOICE DATA MERGE",
"serviceCode": "PM",
"localServiceCode": "PM",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COMAT",
"serviceCode": "PO",
"localServiceCode": "PO",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "NEUTRAL DESCRIPTION LABEL",
"serviceCode": "PP",
"localServiceCode": "PP",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "PERSONALLY IDENTIFIABLE DATA",
"serviceCode": "PQ",
"localServiceCode": "PQ",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "RETURN TO ORIGIN",
"serviceCode": "PR",
"localServiceCode": "PR",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 03",
"serviceCode": "PT",
"localServiceCode": "PT",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 06",
"serviceCode": "PU",
"localServiceCode": "PU",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 12",
"serviceCode": "PV",
"localServiceCode": "PV",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DATA STAGING 24",
"serviceCode": "PW",
"localServiceCode": "PW",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "LABEL FREE",
"serviceCode": "PZ",
"localServiceCode": "PZ",
"serviceTypeCode": "TEC",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "DEDICATED PICKUP",
"serviceCode": "QA",
"localServiceCode": "QA",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "DIRECT SIGNATURE",
"serviceCode": "SF",
"localServiceCode": "SF",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "SIGNATURE RELEASE",
"serviceCode": "SX",
"localServiceCode": "SX",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "VERIFIED DELIVERY",
"serviceCode": "TF",
"localServiceCode": "TF",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "RESIDENTIAL DELIVERY",
"serviceCode": "TK",
"localServiceCode": "TK",
"typeCode": "RESIDENTIAL ADDRESS",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "SCHEDULED DELIVERY",
"serviceCode": "TT",
"localServiceCode": "TT",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "COLLECT FROM SERVICE POINT",
"serviceCode": "TV",
"localServiceCode": "TV",
"serviceTypeCode": "TEC",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "NON-ROUTINE ENTRY",
"serviceCode": "WB",
"localServiceCode": "WB",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "CLEARANCE AUTHORIZATION",
"serviceCode": "WD",
"localServiceCode": "WD",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "MULTILINE ENTRY",
"serviceCode": "WE",
"localServiceCode": "WE",
"serviceTypeCode": "SCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "CLEARANCE DATA MODIFICATION",
"serviceCode": "WF",
"localServiceCode": "WF",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "BROKER NOTIFICATION",
"serviceCode": "WG",
"localServiceCode": "WG",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "PHYSICAL INTERVENTION",
"serviceCode": "WH",
"localServiceCode": "WH",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "OTHER GOVERNMENT AGENCY",
"serviceCode": "WI",
"localServiceCode": "WI",
"serviceTypeCode": "CDZ",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "OBTAINING PERMITS & LICENCES",
"serviceCode": "WJ",
"localServiceCode": "WJ",
"typeCode": "PERMITS & LICENSES",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "BONDED STORAGE",
"serviceCode": "WK",
"localServiceCode": "WK",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "BONDED TRANSIT",
"serviceCode": "WL",
"localServiceCode": "WL",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "TEMPORARY IMPORT/EXPORT",
"serviceCode": "WM",
"localServiceCode": "WM",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": true
},
{
"name": "EXPORT DECLARATION",
"serviceCode": "WO",
"localServiceCode": "WO",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "POST CLEARANCE MODIFICATION",
"serviceCode": "WS",
"localServiceCode": "WS",
"serviceTypeCode": "SCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "SALE IN TRANSIT",
"serviceCode": "WT",
"localServiceCode": "WT",
"serviceTypeCode": "XCH",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "PAPERLESS TRADE",
"serviceCode": "WY",
"localServiceCode": "WY",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "IMPORT EXPORT TAXES",
"serviceCode": "XB",
"localServiceCode": "XB",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "MERCHANDISE PROCESS",
"serviceCode": "XE",
"localServiceCode": "XE",
"serviceTypeCode": "FIS",
"isCustomerAgreement": true,
"isMarketedService": false
},
{
"name": "TRADE ZONE PROCESS",
"serviceCode": "XJ",
"localServiceCode": "XJ",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": true
},
{
"name": "REGULATORY CHARGES",
"serviceCode": "XK",
"localServiceCode": "XK",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "IMPORT EXPORT DUTIES",
"serviceCode": "XX",
"localServiceCode": "XX",
"serviceTypeCode": "FIS",
"isCustomerAgreement": false,
"isMarketedService": false
},
{
"name": "NON STACKABLE PALLET",
"serviceCode": "YC",
"localServiceCode": "YC",
"serviceTypeCode": "SCH",
"isCustomerAgreement": false,
"isMarketedService": false
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": true,
"localCutoffDateAndTime": "2022-11-21T19:00:00",
"pickupEarliest": "09:30:00",
"pickupLatest": "21:00:00",
"pickupCutoffSameDayOutboundProcessing": "21:00:00",
"originServiceAreaCode": "SIN",
"originFacilityAreaCode": "ESC",
"pickupAdditionalDays": 0,
"pickupDayOfWeek": 1
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDC",
"estimatedDeliveryDateAndTime": "2022-11-24T23:59:00",
"destinationServiceAreaCode": "CDG",
"destinationFacilityAreaCode": "GVL",
"deliveryAdditionalDays": 0,
"deliveryDayOfWeek": 4,
"totalTransitDays": 3
},
"pricingDate": "2022-12-21"
}
],
"exchangeRates": [
{
"currentExchangeRate": 1.157608,
"currency": "GBP",
"baseCurrency": "EUR"
}
]
}{
"instance": "/expressapi/rates",
"detail": "The account number is not found or invalid. Please check the account number and retry.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/rates",
"detail": "999: Process failure occurred. Process ID associated for that transaction (1234567890)",
"title": "Internal Server Error",
"message": "Internal Server Error",
"code": "500"
}| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "amet est nisi nostrud" |
{
"customerDetails": {
"shipperDetails": {
"postalCode": "90011",
"cityName": "LOS ANGELES",
"countryCode": "US"
},
"receiverDetails": {
"postalCode": "1021",
"cityName": "MELBOURNE",
"countryCode": "AU"
}
},
"accounts": [
{
"typeCode": "shipper",
"number": "123456789"
}
],
"productCode": "P",
"localProductCode": "P",
"unitOfMeasurement": "metric",
"currencyCode": "AUD",
"isCustomsDeclarable": true,
"isDTPRequested": true,
"isInsuranceRequested": false,
"getCostBreakdown": true,
"charges": [
{
"typeCode": "insurance",
"amount": 10,
"currencyCode": "AUD"
}
],
"shipmentPurpose": "personal",
"transportationMode": "air",
"merchantSelectedCarrierName": "DHL",
"packages": [
{
"typeCode": "3BX",
"weight": 1,
"dimensions": {
"length": 25,
"width": 35,
"height": 15
}
}
],
"items": [
{
"number": 1,
"name": "KNITWEAR COTTON",
"description": "KNITWEAR 100% COTTON REDUCTION PRICE FALL COLLECTION",
"manufacturerCountry": "US",
"partNumber": "12345555",
"quantity": 2,
"quantityType": "prt",
"unitPrice": 2500,
"unitPriceCurrencyCode": "AUD",
"customsValue": 20,
"customsValueCurrencyCode": "AUD",
"commodityCode": "640391",
"weight": 5,
"weightUnitOfMeasurement": "metric",
"category": "201",
"brand": "SHOE 1",
"goodsCharacteristics": [
{
"typeCode": "IMPORTER",
"value": "Registered"
}
],
"additionalQuantityDefinitions": [
{
"typeCode": "DPR",
"amount": 2
}
],
"estimatedTariffRateType": "highest_rate"
}
],
"getTariffFormula": true,
"getQuotationID": false
}{
"products": [
{
"totalPrice": [
{
"priceCurrency": "AUD",
"price": 6078.22
}
],
"detailedPriceBreakdown": [
{
"priceCurrency": "AUD",
"breakdown": [
{
"name": "SINSV",
"price": 10,
"priceCurrency": "AUD"
},
{
"name": "MACHG",
"price": 0,
"priceCurrency": "AUD"
},
{
"name": "SCUSV",
"price": 5000,
"priceCurrency": "AUD"
},
{
"name": "SPRQN",
"price": 204.19,
"priceCurrency": "GBP"
},
{
"name": "STSCH",
"price": 106.09,
"priceCurrency": "AUD"
},
{
"name": "EMERGENCY SITUATION",
"serviceCode": "CR",
"price": 5.4,
"priceCurrency": "GBP"
},
{
"name": "FUEL SURCHARGE",
"serviceCode": "FF",
"price": 44.54,
"priceCurrency": "GBP"
},
{
"name": "Duty Tax Paid",
"serviceCode": "DD",
"price": 15,
"priceCurrency": "EUR"
},
{
"name": "TOTAL DUTIES",
"typeCode": "DUTY",
"price": 0,
"priceCurrency": "AUD"
},
{
"name": "TOTAL TAXES",
"typeCode": "TAX",
"price": 534.92,
"priceCurrency": "AUD"
},
{
"name": "TOTAL FEES",
"typeCode": "FEE",
"price": 88,
"priceCurrency": "AUD"
},
{
"name": "IMPORT_PROCESSING_CHARGE",
"typeCode": "FEE",
"price": 50,
"priceCurrency": "AUD",
"tariffRateFormula": "AUD 50"
},
{
"name": "IDCA",
"typeCode": "FEE",
"price": 38,
"priceCurrency": "AUD",
"tariffRateFormula": "AUD 38"
}
]
}
],
"items": [
{
"number": 1,
"breakdown": [
{
"name": "CIF",
"price": 5349.21,
"priceCurrency": "AUD",
"tariffRateFormula": "COST + INSURANCE + FREIGHT"
},
{
"name": "ADDITIONAL_DUTY",
"typeCode": "DUTY",
"price": 0,
"priceCurrency": "AUD",
"tariffRateFormula": "(COST * 0)"
},
{
"name": "DUTY",
"typeCode": "DUTY",
"price": 0,
"priceCurrency": "AUD",
"tariffRateFormula": "(COST * 0)"
},
{
"name": "GST",
"typeCode": "TAX",
"price": 534.92,
"priceCurrency": "AUD",
"tariffRateFormula": "(0.1 * (CIF + DUTY + WINE_EQUALISATION_TAX + ADDITIONAL_DUTY))"
}
]
}
]
}
],
"warnings": [
"200203: #/items/number:1/ The provided HS code is not a valid full Import HS code. Ballpark landed cost is estimated using the provided 6-digit HS Code."
]
}{
"instance": "/expressapi/landedcost",
"detail": "The account number is not found or invalid. Please check the account number and retry.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/landedcost",
"detail": "999: Process failure occurred. Process ID associated for that transaction (1234567890)",
"title": "Internal Server Error",
"message": "Internal Server Error",
"code": "500"
}| Query Parameter Name | Example |
|---|---|
accountNumber* | 123456789 |
originCountryCode* | CZ |
originPostalCode | 14800 |
originCityName* | Prague |
destinationCountryCode* | CZ |
destinationPostalCode | 14800 |
destinationCityName* | Prague |
weight* | 5 |
length* | 15 |
width* | 10 |
height* | 5 |
plannedShippingDate* | 2020-02-26 |
isCustomsDeclarable* | false |
unitOfMeasurement* | metric |
nextBusinessDay | false |
strictValidation | false |
getAllValueAddedServices | false |
requestEstimatedDeliveryDate | true |
estimatedDeliveryDateType | QDDF |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "reprehenderit proident sint" |
{
"products": [
{
"productName": "EXPRESS EASY",
"productCode": "R",
"localProductCode": "D",
"localProductCountryCode": "GB",
"networkTypeCode": "DD",
"isCustomerAgreement": false,
"weight": {
"volumetric": 1.5,
"provided": 2,
"unitOfMeasurement": "imperial"
},
"breakdown": [
{
"name": "EXPRESS 12:00",
"serviceCode": "PZ",
"localServiceCode": "EXP",
"typeCode": "EXPRESS 09:00",
"serviceTypeCode": "AB",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": false
},
{
"name": "DHL GLOBALMAIL BUSINESS",
"serviceCode": "PLT",
"localServiceCode": "0900",
"typeCode": "EPACKET",
"serviceTypeCode": "XCH",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false
},
{
"name": "EXPRESS EASY",
"serviceCode": "EXP",
"localServiceCode": "WY",
"typeCode": "EU PARCEL",
"serviceTypeCode": "AB",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Dangerous Goods Handling",
"description": "Shipment can only have one of the following Saturday delivery options",
"serviceCodes": [
{
"serviceCode": "PZ"
},
{
"serviceCode": "1200"
},
{
"serviceCode": "1200"
}
]
},
{
"serviceCodeRuleName": "Dangerous Goods Handling",
"description": "Shipment can only have one of the following Saturday delivery options",
"serviceCodes": [
{
"serviceCode": "WY"
},
{
"serviceCode": "EXP"
},
{
"serviceCode": "XCH"
},
{
"serviceCode": "0900"
},
{
"serviceCode": "LF"
}
]
},
{
"serviceCodeRuleName": "Saturday Delivery Options",
"description": "Paperless Trade requires specific documents",
"serviceCodes": [
{
"serviceCode": "XCH"
}
]
},
{
"serviceCodeRuleName": "Oversized Shipment Handling",
"description": "Shipment can only have one of the following Saturday delivery options",
"serviceCodes": [
{
"serviceCode": "DOM"
},
{
"serviceCode": "1200"
},
{
"serviceCode": "PZ"
},
{
"serviceCode": "1200"
}
]
},
{
"serviceCodeRuleName": "Saturday Delivery Options",
"description": "Insurance can only be applied once",
"serviceCodes": [
{
"serviceCode": "PZ"
},
{
"serviceCode": "PLT"
},
{
"serviceCode": "1200"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "1200"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"dependentServiceCode": "SAT",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "1200"
},
{
"serviceCode": "1200"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "EXP"
}
]
}
]
},
{
"dependentServiceCode": "1200",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "XCH"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "XCH"
},
{
"serviceCode": "1200"
},
{
"serviceCode": "DOM"
},
{
"serviceCode": "PZ"
},
{
"serviceCode": "0900"
}
]
},
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Address verification must be successful for shipments with Remote Area Surcharge",
"requiredServiceCodes": [
{
"serviceCode": "0900"
},
{
"serviceCode": "WY"
}
]
},
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "EXP"
},
{
"serviceCode": "EXP"
}
]
}
]
},
{
"dependentServiceCode": "0900",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "PZ"
},
{
"serviceCode": "PLT"
},
{
"serviceCode": "EXP"
},
{
"serviceCode": "LF"
}
]
},
{
"dependencyRuleName": "Labelfree and PLT rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "LF"
},
{
"serviceCode": "1200"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "EXP"
},
{
"serviceCode": "PZ"
}
]
}
]
},
{
"dependentServiceCode": "SAT",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "AB"
},
{
"serviceCode": "XCH"
},
{
"serviceCode": "DOM"
}
]
},
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "EXP"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "PZ"
},
{
"serviceCode": "WY"
}
]
},
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "EXP"
},
{
"serviceCode": "XCH"
},
{
"serviceCode": "PLT"
},
{
"serviceCode": "PLT"
},
{
"serviceCode": "XCH"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": true,
"localCutoffDateAndTime": "2025-12-02T17:00:00",
"pickupEarliest": "08:00:00",
"pickupLatest": "15:00:00",
"pickupCutoffSameDayOutboundProcessing": "15:00:00",
"originServiceAreaCode": "LAX",
"originFacilityAreaCode": "AT7",
"pickupAdditionalDays": 3,
"pickupDayOfWeek": 1
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDF",
"estimatedDeliveryDateAndTime": "2025-12-05T13:00:00",
"destinationServiceAreaCode": "LHR",
"destinationFacilityAreaCode": "CD4",
"deliveryAdditionalDays": 1,
"deliveryDayOfWeek": 7,
"totalTransitDays": 5
}
},
{
"productName": "DHL PARCEL CONNECT",
"productCode": "D",
"localProductCode": "E",
"localProductCountryCode": "FR",
"networkTypeCode": "DD",
"isCustomerAgreement": false,
"weight": {
"volumetric": 2.7,
"provided": 3,
"unitOfMeasurement": "metric"
},
"breakdown": [
{
"name": "EXPRESS 12:00",
"serviceCode": "SAT",
"localServiceCode": "AB",
"typeCode": "ECONOMY SELECT",
"serviceTypeCode": "SAT",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": false
},
{
"name": "EXPRESS 12:00",
"serviceCode": "SAT",
"localServiceCode": "EXP",
"typeCode": "GLOBALMAIL PARCEL",
"serviceTypeCode": "SAT",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false
},
{
"name": "DHL PARCEL CONNECT",
"serviceCode": "EXP",
"localServiceCode": "1200",
"typeCode": "EXPRESS 09:00",
"serviceTypeCode": "PLT",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": true
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Dangerous Goods Handling",
"description": "Only one dangerous goods handling service is allowed per shipment",
"serviceCodes": [
{
"serviceCode": "0900"
}
]
},
{
"serviceCodeRuleName": "Paperless Trade Rules",
"description": "Paperless Trade requires specific documents",
"serviceCodes": [
{
"serviceCode": "PLT"
},
{
"serviceCode": "EXP"
}
]
},
{
"serviceCodeRuleName": "Oversized Shipment Handling",
"description": "Shipment can only have one of the following Saturday delivery options",
"serviceCodes": [
{
"serviceCode": "XCH"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "XCH"
},
{
"serviceCode": "SAT"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"dependentServiceCode": "WY",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "0900"
},
{
"serviceCode": "PLT"
},
{
"serviceCode": "XCH"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "LF"
}
]
},
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "DOM"
},
{
"serviceCode": "1200"
}
]
},
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "XCH"
},
{
"serviceCode": "EXP"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "0900"
},
{
"serviceCode": "1200"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": true,
"localCutoffDateAndTime": "2025-12-03T12:00:00",
"pickupEarliest": "09:30:00",
"pickupLatest": "15:00:00",
"pickupCutoffSameDayOutboundProcessing": "16:00:00",
"originServiceAreaCode": "MIA",
"originFacilityAreaCode": "AT7",
"pickupAdditionalDays": 3,
"pickupDayOfWeek": 6
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDF",
"estimatedDeliveryDateAndTime": "2025-12-06T14:00:00",
"destinationServiceAreaCode": "PRG",
"destinationFacilityAreaCode": "HK7",
"deliveryAdditionalDays": 0,
"deliveryDayOfWeek": 5,
"totalTransitDays": 4
}
},
{
"productName": "DHL PARCEL CONNECT",
"productCode": "P",
"localProductCode": "R",
"localProductCountryCode": "JP",
"networkTypeCode": "TD",
"isCustomerAgreement": false,
"weight": {
"volumetric": 2.7,
"provided": 5,
"unitOfMeasurement": "metric"
},
"breakdown": [
{
"name": "DHL PARCEL CONNECT",
"serviceCode": "SAT",
"localServiceCode": "SAT",
"typeCode": "EXPRESS DOMESTIC",
"serviceTypeCode": "AB",
"isCustomerAgreement": false,
"isMarketedService": true,
"isBillingServiceIndicator": false
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Saturday Delivery Options",
"description": "Paperless Trade requires specific documents",
"serviceCodes": [
{
"serviceCode": "SAT"
},
{
"serviceCode": "DOM"
}
]
},
{
"serviceCodeRuleName": "Paperless Trade Rules",
"description": "Shipment can only have one of the following Saturday delivery options",
"serviceCodes": [
{
"serviceCode": "PLT"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "PLT"
},
{
"serviceCode": "EXP"
},
{
"serviceCode": "EXP"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"dependentServiceCode": "EXP",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "LF"
},
{
"serviceCode": "DOM"
},
{
"serviceCode": "1200"
}
]
},
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "EXP"
}
]
}
]
},
{
"dependentServiceCode": "0900",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "LF"
},
{
"serviceCode": "PLT"
},
{
"serviceCode": "1200"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": true,
"localCutoffDateAndTime": "2025-12-03T12:00:00",
"pickupEarliest": "10:00:00",
"pickupLatest": "16:00:00",
"pickupCutoffSameDayOutboundProcessing": "16:00:00",
"originServiceAreaCode": "ORD",
"originFacilityAreaCode": "MI8",
"pickupAdditionalDays": 2,
"pickupDayOfWeek": 2
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDC",
"estimatedDeliveryDateAndTime": "2025-12-06T14:00:00",
"destinationServiceAreaCode": "CDG",
"destinationFacilityAreaCode": "CD4",
"deliveryAdditionalDays": 3,
"deliveryDayOfWeek": 5,
"totalTransitDays": 3
}
},
{
"productName": "EXPRESS EASY",
"productCode": "T",
"localProductCode": "E",
"localProductCountryCode": "FR",
"networkTypeCode": "TD",
"isCustomerAgreement": true,
"weight": {
"volumetric": 2.7,
"provided": 5,
"unitOfMeasurement": "metric"
},
"breakdown": [
{
"name": "DHL PARCEL CONNECT",
"serviceCode": "EXP",
"localServiceCode": "PLT",
"typeCode": "EXPRESS 09:00",
"serviceTypeCode": "PLT",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false
},
{
"name": "EXPRESS EASY",
"serviceCode": "LF",
"localServiceCode": "LF",
"typeCode": "EXPRESS 12:00 DOC",
"serviceTypeCode": "WY",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true
},
{
"name": "EXPRESS WORLDWIDE",
"serviceCode": "XCH",
"localServiceCode": "AB",
"typeCode": "EXPRESS 09:00",
"serviceTypeCode": "0900",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Insurance Options",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "SAT"
},
{
"serviceCode": "PLT"
},
{
"serviceCode": "XCH"
}
]
},
{
"serviceCodeRuleName": "Dangerous Goods Handling",
"description": "Shipment can only have one of the following Saturday delivery options",
"serviceCodes": [
{
"serviceCode": "1200"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "1200"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"dependentServiceCode": "PLT",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Address verification must be successful for shipments with Remote Area Surcharge",
"requiredServiceCodes": [
{
"serviceCode": "PLT"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "PZ"
},
{
"serviceCode": "AB"
}
]
},
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Address verification must be successful for shipments with Remote Area Surcharge",
"requiredServiceCodes": [
{
"serviceCode": "PZ"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": true,
"localCutoffDateAndTime": "2025-12-04T14:30:00",
"pickupEarliest": "10:00:00",
"pickupLatest": "17:00:00",
"pickupCutoffSameDayOutboundProcessing": "17:00:00",
"originServiceAreaCode": "MIA",
"originFacilityAreaCode": "DF6",
"pickupAdditionalDays": 1,
"pickupDayOfWeek": 6
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDC",
"estimatedDeliveryDateAndTime": "2025-12-06T14:00:00",
"destinationServiceAreaCode": "LHR",
"destinationFacilityAreaCode": "CD4",
"deliveryAdditionalDays": 3,
"deliveryDayOfWeek": 5,
"totalTransitDays": 4
}
},
{
"productName": "EXPRESS EASY",
"productCode": "T",
"localProductCode": "E",
"localProductCountryCode": "FR",
"networkTypeCode": "DD",
"isCustomerAgreement": true,
"weight": {
"volumetric": 2.7,
"provided": 2,
"unitOfMeasurement": "imperial"
},
"breakdown": [
{
"name": "DHL GLOBALMAIL BUSINESS",
"serviceCode": "XCH",
"localServiceCode": "PZ",
"typeCode": "EPACKET",
"serviceTypeCode": "WY",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false
},
{
"name": "EXPRESS 12:00",
"serviceCode": "DOM",
"localServiceCode": "EXP",
"typeCode": "EXPRESS 09:00",
"serviceTypeCode": "DOM",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": false
},
{
"name": "DHL PARCEL CONNECT",
"serviceCode": "XCH",
"localServiceCode": "PLT",
"typeCode": "EXPRESS DOMESTIC",
"serviceTypeCode": "DOM",
"isCustomerAgreement": false,
"isMarketedService": false,
"isBillingServiceIndicator": false
},
{
"name": "DHL GLOBALMAIL BUSINESS",
"serviceCode": "PLT",
"localServiceCode": "EXP",
"typeCode": "ECONOMY SELECT",
"serviceTypeCode": "SAT",
"isCustomerAgreement": true,
"isMarketedService": true,
"isBillingServiceIndicator": true
},
{
"name": "DHL PARCEL CONNECT",
"serviceCode": "1200",
"localServiceCode": "DOM",
"typeCode": "GLOBALMAIL PARCEL",
"serviceTypeCode": "LF",
"isCustomerAgreement": true,
"isMarketedService": false,
"isBillingServiceIndicator": false
}
],
"serviceCodeMutuallyExclusiveGroups": [
{
"serviceCodeRuleName": "Oversized Shipment Handling",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "AB"
},
{
"serviceCode": "XCH"
},
{
"serviceCode": "PLT"
},
{
"serviceCode": "WY"
}
]
},
{
"serviceCodeRuleName": "Insurance Options",
"description": "Mutually exclusive Billing Services - shipment can contain just one of following",
"serviceCodes": [
{
"serviceCode": "WY"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "LF"
}
]
},
{
"serviceCodeRuleName": "Oversized Shipment Handling",
"description": "Shipment can only have one of the following Saturday delivery options",
"serviceCodes": [
{
"serviceCode": "SAT"
},
{
"serviceCode": "PZ"
},
{
"serviceCode": "XCH"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "LF"
}
]
},
{
"serviceCodeRuleName": "Paperless Trade Rules",
"description": "Shipment can only have one of the following Saturday delivery options",
"serviceCodes": [
{
"serviceCode": "PZ"
},
{
"serviceCode": "PLT"
},
{
"serviceCode": "EXP"
},
{
"serviceCode": "DOM"
},
{
"serviceCode": "PZ"
}
]
}
],
"serviceCodeDependencyRuleGroups": [
{
"dependentServiceCode": "1200",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "DOM"
},
{
"serviceCode": "EXP"
},
{
"serviceCode": "0900"
},
{
"serviceCode": "DOM"
},
{
"serviceCode": "PLT"
}
]
},
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "1200"
},
{
"serviceCode": "SAT"
}
]
},
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "0900"
},
{
"serviceCode": "PZ"
},
{
"serviceCode": "PZ"
}
]
},
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Specific documentation must be provided when shipping dangerous goods",
"requiredServiceCodes": [
{
"serviceCode": "1200"
},
{
"serviceCode": "EXP"
},
{
"serviceCode": "DOM"
}
]
},
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XCH"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "LF"
},
{
"serviceCode": "XCH"
}
]
}
]
},
{
"dependentServiceCode": "0900",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Insurance and Customs rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "XCH"
},
{
"serviceCode": "LF"
}
]
},
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "LF"
}
]
},
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Remote Area Surcharge requires address verification",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "PZ"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "DOM"
},
{
"serviceCode": "DOM"
}
]
}
]
},
{
"dependentServiceCode": "WY",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Insurance requires specific customs declarations",
"dependencyCondition": "Address verification must be successful for shipments with Remote Area Surcharge",
"requiredServiceCodes": [
{
"serviceCode": "EXP"
},
{
"serviceCode": "WY"
},
{
"serviceCode": "PZ"
},
{
"serviceCode": "DOM"
},
{
"serviceCode": "PZ"
}
]
}
]
},
{
"dependentServiceCode": "LF",
"dependencyRuleGroup": [
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Dangerous Goods handling requires specific documentation",
"dependencyCondition": "Must provide the requiredServiceCode if it is allowed for the productCode",
"requiredServiceCodes": [
{
"serviceCode": "PZ"
}
]
},
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Customs declarations are mandatory for insured shipments",
"requiredServiceCodes": [
{
"serviceCode": "AB"
},
{
"serviceCode": "1200"
},
{
"serviceCode": "SAT"
},
{
"serviceCode": "0900"
}
]
},
{
"dependencyRuleName": "Dangerous Goods and Documentation rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Address verification must be successful for shipments with Remote Area Surcharge",
"requiredServiceCodes": [
{
"serviceCode": "0900"
},
{
"serviceCode": "0900"
},
{
"serviceCode": "PLT"
},
{
"serviceCode": "DOM"
}
]
},
{
"dependencyRuleName": "Remote Area and Surcharge Rule",
"dependencyDescription": "Labelfree requires Paperless Trade (PLT) only if PLT is allowed for product globaly",
"dependencyCondition": "Address verification must be successful for shipments with Remote Area Surcharge",
"requiredServiceCodes": [
{
"serviceCode": "LF"
},
{
"serviceCode": "PLT"
}
]
}
]
}
],
"pickupCapabilities": {
"nextBusinessDay": true,
"localCutoffDateAndTime": "2025-12-04T14:30:00",
"pickupEarliest": "09:30:00",
"pickupLatest": "17:00:00",
"pickupCutoffSameDayOutboundProcessing": "16:00:00",
"originServiceAreaCode": "ELA",
"originFacilityAreaCode": "LA4",
"pickupAdditionalDays": 3,
"pickupDayOfWeek": 1
},
"deliveryCapabilities": {
"deliveryTypeCode": "QDDF",
"estimatedDeliveryDateAndTime": "2025-12-07T15:00:00",
"destinationServiceAreaCode": "JFK",
"destinationFacilityAreaCode": "HK7",
"deliveryAdditionalDays": 2,
"deliveryDayOfWeek": 1,
"totalTransitDays": 4
}
}
],
"warnings": [
"Customs clearance delay",
"Remote area surcharge applies",
"Restricted items detected"
]
}{
"instance": "/expressapi/products",
"detail": "The account number is not found or invalid. Please check the account number and retry.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/products",
"detail": "999: Process failure occurred. Process ID associated for that transaction (1234567890)",
"title": "Internal Server Error",
"message": "Internal Server Error",
"code": "500"
}| Query Parameter Name | Example |
|---|---|
trackingView | all |
levelOfDetail | all |
requestControlledAccessDataCodes | false |
requestGMTOffsetPerEvent | false |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Accept-Language | "eng" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "labore sit cillum sint" |
{
"shipments": [
{
"shipmentTrackingNumber": "1234567890",
"status": "Success",
"shipmentTimestamp": "2023-08-09T13:42:48",
"productCode": "P",
"description": "BUSHING",
"shipperDetails": {
"name": "",
"postalAddress": {
"cityName": "",
"postalCode": "",
"provinceCode": "",
"countryCode": "AU"
},
"serviceArea": [
{
"code": "SYD",
"description": "SYDNEY-AU"
}
]
},
"receiverDetails": {
"name": "",
"postalAddress": {
"cityName": "",
"postalCode": "",
"countryCode": "NZ"
},
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ",
"facilityCode": "PMR"
}
]
},
"totalWeight": 0.99,
"unitOfMeasurements": "metric",
"events": [
{
"date": "2023-08-09",
"time": "13:56:21",
"typeCode": "PU",
"description": "Shipment picked up",
"serviceArea": [
{
"code": "SYD",
"description": "SYDNEY-AU"
}
]
},
{
"date": "2023-08-09",
"time": "18:47:01",
"typeCode": "AF",
"description": "Arrived at DHL Sort Facility - SYDNEY-AU",
"serviceArea": [
{
"code": "SYD",
"description": "SYDNEY-AU"
}
]
},
{
"date": "2023-08-09",
"time": "19:40:02",
"typeCode": "PL",
"description": "Processed at- SYDNEY-AU",
"serviceArea": [
{
"code": "SYD",
"description": "SYDNEY-AU"
}
]
},
{
"date": "2023-08-09",
"time": "21:28:58",
"typeCode": "DF",
"description": "Shipment has departed from a DHL facility- SYDNEY-AU",
"serviceArea": [
{
"code": "SYD",
"description": "SYDNEY-AU"
}
],
"remarks": [
{
"value": "The shipment is on its way to the destination.",
"details": "Please continue to monitor the progress online. If you are the consignee and would like to change your delivery preference, please visit https://delivery.dhl.com."
}
]
},
{
"date": "2023-08-09",
"time": "21:49:12",
"typeCode": "RR",
"description": "Customs clearance status updated. Note - The Customs clearance process may start while the shipment is in transit to the destination. ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-09",
"time": "22:35:34",
"typeCode": "RR",
"description": "Customs clearance status updated. Note - The Customs clearance process may start while the shipment is in transit to the destination. ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
],
"remarks": [
{
"value": "Shipment has been given a release status by Customs.",
"details": "Unless there is an adhoc physical examination or a stop by another regulatory authority the shipment will proceed to DHL delivery facility. Please continue to monitor the progress online."
}
]
},
{
"date": "2023-08-10",
"time": "04:09:01",
"typeCode": "AF",
"description": "Arrived at DHL Sort Facility - AUCKLAND-NZ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-10",
"time": "04:18:00",
"typeCode": "CR",
"description": "Clearance processing complete at- AUCKLAND-NZ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-10",
"time": "05:58:15",
"typeCode": "PL",
"description": "Processed at- AUCKLAND-NZ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-10",
"time": "05:58:58",
"typeCode": "DF",
"description": "Shipment has departed from a DHL facility- AUCKLAND-NZ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
],
"remarks": [
{
"value": "The shipment is on its way to the destination.",
"details": "Please continue to monitor the progress online. If you are the consignee and would like to change your delivery preference, please visit https://delivery.dhl.com."
}
]
},
{
"date": "2023-08-10",
"time": "09:50:00",
"typeCode": "AR",
"description": "Arrived at DHL Delivery Facility - AUCKLAND-NZ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-10",
"time": "10:50:14",
"typeCode": "WC",
"description": "Shipment is out with courier for delivery",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
],
"remarks": [
{
"value": "Shipment is taken out for delivery",
"details": "Expect delivery today"
}
]
},
{
"date": "2023-08-10",
"time": "11:59:23",
"typeCode": "OK",
"description": "Delivered : ALBY H",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
],
"signedBy": ""
}
],
"numberOfPieces": 1,
"pieces": [
{
"number": 1,
"typeCode": "SMF",
"shipmentTrackingNumber": "1234567890",
"trackingNumber": "JD012345678901234567",
"weight": 3,
"actualWeight": 0.99,
"dimensions": {
"length": 40,
"width": 30,
"height": 1
},
"actualDimensions": {},
"unitOfMeasurements": "metric",
"events": [
{
"date": "2023-08-09",
"time": "13:56:21",
"typeCode": "PU",
"description": "Shipment picked up",
"serviceArea": [
{
"code": "SYD",
"description": "SYDNEY-AU"
}
]
},
{
"date": "2023-08-09",
"time": "18:47:01",
"typeCode": "AF",
"description": "Arrived at DHL Sort Facility - SYDNEY-AU",
"serviceArea": [
{
"code": "SYD",
"description": "SYDNEY-AU"
}
]
},
{
"date": "2023-08-09",
"time": "19:40:02",
"typeCode": "PL",
"description": "Processed at- SYDNEY-AU",
"serviceArea": [
{
"code": "SYD",
"description": "SYDNEY-AU"
}
]
},
{
"date": "2023-08-09",
"time": "21:28:58",
"typeCode": "DF",
"description": "Shipment has departed from a DHL facility- SYDNEY-AU",
"serviceArea": [
{
"code": "SYD",
"description": "SYDNEY-AU"
}
]
},
{
"date": "2023-08-10",
"time": "04:09:01",
"typeCode": "AF",
"description": "Arrived at DHL Sort Facility - AUCKLAND-NZ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-10",
"time": "05:58:15",
"typeCode": "PL",
"description": "Processed at- AUCKLAND-NZ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-10",
"time": "05:58:58",
"typeCode": "DF",
"description": "Shipment has departed from a DHL facility- AUCKLAND-NZ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-10",
"time": "09:50:00",
"typeCode": "AR",
"description": "Arrived at DHL Delivery Facility - AUCKLAND-NZ",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-10",
"time": "10:50:14",
"typeCode": "WC",
"description": "Shipment is out with courier for delivery",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
},
{
"date": "2023-08-10",
"time": "11:59:23",
"typeCode": "OK",
"description": "Delivered : ALBY H",
"serviceArea": [
{
"code": "AKL",
"description": "AUCKLAND-NZ"
}
]
}
]
}
],
"estimatedDeliveryDate": "2023-08-11T23:59:00"
}
]
}{
"instance": "/expressapi/shipments/1251820953/tracking?trackingView=shipment-details&levelOfDetail=shipment",
"detail": "Parameters not having correct format: trackingView (valid parameters for trackingView are [last-checkpoint, all-checkpoints, bbx-children, advance-shipment, shipment-details-only]",
"title": "Wrong format",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/shipments/1251820953/tracking?trackingView=shipment-details&levelOfDetail=shipment",
"detail": "No data found",
"title": "Not data found",
"message": "Not data found",
"status": "404"
}| Query Parameter Name | Example |
|---|---|
shipmentTrackingNumber | 9356579890 |
pieceTrackingNumber | ["velit officia veniam","ullamco est ad ut","Ut nulla et adipisicing nostrud","cupidatat elit qui","adipisicing laboris labore qui","ex consequat proident","ex commodo","Lorem velit","Lorem","enim minim dolor commodo"] |
shipmentReference | CustomerReference1 |
shipmentReferenceType | CU |
shipperAccountNumber | 123456789 |
dateRangeFrom | 2020-05-01 |
dateRangeTo | 2020-06-01 |
trackingView | all |
levelOfDetail | all |
requestControlledAccessDataCodes | false |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Accept-Language | "eng" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "tempor et laboris" |
{
"shipments": [
{
"shipmentTrackingNumber": "6543210987",
"status": "Success",
"shipmentTimestamp": "2025-10-19T22:05:55",
"productCode": "N",
"description": "Shipment Description",
"shipperDetails": {
"name": "Michael Davis",
"postalAddress": {
"cityName": "Los Angeles",
"countyName": "Maricopa County",
"postalCode": "19102",
"provinceCode": "MI",
"countryCode": "GB"
},
"serviceArea": [
{
"code": "MNO",
"description": "Spare Parts",
"outboundSortCode": "OSC567"
},
{
"code": "BSA",
"description": "Electronics Goods",
"outboundSortCode": "OSC345"
}
]
},
"receiverDetails": {
"name": "Michael Davis",
"postalAddress": {
"cityName": "Houston",
"countyName": "Santa Clara County",
"postalCode": "11201",
"provinceCode": "GA",
"countryCode": "CN"
},
"serviceArea": [
{
"code": "VWX",
"description": "Shipment Description",
"facilityCode": "FC1",
"inboundSortCode": "ISC901"
}
]
},
"totalWeight": 30.9,
"unitOfMeasurements": "in",
"shipperReferences": [
{
"value": "Q8nOOJnxFv",
"typeCode": "CU"
},
{
"value": "HVGvWyRDdc",
"typeCode": "CU"
},
{
"value": "eQ1mRLrTR5",
"typeCode": "CU"
},
{
"value": "lnO35jfpZ4",
"typeCode": "CU"
},
{
"value": "K2xfaGaJCy",
"typeCode": "CU"
},
{
"value": "SFaLLILLlr",
"typeCode": "CU"
},
{
"value": "3drRiScz1R",
"typeCode": "CU"
},
{
"value": "bJi6HOjIl3",
"typeCode": "CU"
},
{
"value": "vHa2U7wmHQ",
"typeCode": "CU"
},
{
"value": "2WaZPoRidf",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-03",
"time": "20:45:00",
"GMTOffset": "+00:00",
"typeCode": "OD",
"description": "Clothing Items",
"serviceArea": [
{
"code": "FGH",
"description": "Clothing Items"
},
{
"code": "CDE",
"description": "Food Items"
},
{
"code": "MNO",
"description": "Clothing Items"
}
],
"signedBy": "Alice Green"
},
{
"date": "2025-11-30",
"time": "10:30:00",
"GMTOffset": "-08:00",
"typeCode": "HL",
"description": "Gifts",
"serviceArea": [
{
"code": "PQR",
"description": "Spare Parts"
}
],
"signedBy": "Jane Smith"
},
{
"date": "2025-11-25",
"time": "08:00:00",
"GMTOffset": "-01:00",
"typeCode": "OD",
"description": "Medical Supplies",
"serviceArea": [
{
"code": "VWX",
"description": "Books"
},
{
"code": "JKL",
"description": "Clothing Items"
},
{
"code": "JKL",
"description": "Clothing Items"
},
{
"code": "STU",
"description": "Food Items"
}
],
"signedBy": "Emily Black"
},
{
"date": "2025-11-26",
"time": "18:30:00",
"GMTOffset": "-02:00",
"typeCode": "HL",
"description": "Gifts",
"serviceArea": [
{
"code": "MNO",
"description": "Shipment Description"
},
{
"code": "MNO",
"description": "Documents"
},
{
"code": "MNO",
"description": "Medical Supplies"
}
],
"signedBy": "John Doe"
}
],
"numberOfPieces": 5,
"pieces": [
{
"number": 3,
"typeCode": "PU",
"shipmentTrackingNumber": "5432109876",
"trackingNumber": "TN234567890",
"description": "Books",
"weight": 8.3,
"dimensionalWeight": 27.6,
"actualWeight": 0.6,
"dimensions": {
"length": 60,
"width": 100,
"height": 60
},
"actualDimensions": {
"length": 70,
"width": 80,
"height": 20
},
"unitOfMeasurements": "lb",
"shipperReferences": [
{
"value": "I5pDc8BQEP",
"typeCode": "CU"
},
{
"value": "3qohMWSPNk",
"typeCode": "CU"
},
{
"value": "LIPcysjPBC",
"typeCode": "CU"
},
{
"value": "FrPOElyDUT",
"typeCode": "CU"
},
{
"value": "zVnf6F3HeH",
"typeCode": "CU"
},
{
"value": "f1ORb4fWij",
"typeCode": "CU"
},
{
"value": "ZrvD3gLA87",
"typeCode": "CU"
},
{
"value": "ZWsHpDIJR9",
"typeCode": "CU"
},
{
"value": "1BygqQRgxj",
"typeCode": "CU"
},
{
"value": "mVNYgnee6B",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-03",
"GMTOffset": "-01:00",
"time": "14:15:00",
"typeCode": "DP",
"description": "Documents",
"serviceArea": [
{
"code": "PQR",
"description": "Electronics Goods"
},
{
"code": "FGH",
"description": "Spare Parts"
},
{
"code": "MNO",
"description": "Food Items"
},
{
"code": "ABC",
"description": "Cosmetics"
}
],
"signedBy": "Alice Green"
}
]
},
{
"number": 3,
"typeCode": "DP",
"shipmentTrackingNumber": "9876543210",
"trackingNumber": "TN123456789",
"description": "Spare Parts",
"weight": 10,
"dimensionalWeight": 1.5,
"actualWeight": 21.5,
"dimensions": {
"length": 20,
"width": 90,
"height": 20
},
"actualDimensions": {
"length": 90,
"width": 90,
"height": 100
},
"unitOfMeasurements": "metric",
"shipperReferences": [
{
"value": "PnXaRyGpWa",
"typeCode": "CU"
},
{
"value": "NsgANj9qVl",
"typeCode": "CU"
},
{
"value": "s9hveJiN7j",
"typeCode": "CU"
},
{
"value": "gX55ejciqa",
"typeCode": "CU"
},
{
"value": "H2gkRau1Uv",
"typeCode": "CU"
},
{
"value": "JmaHEqN1Va",
"typeCode": "CU"
},
{
"value": "iFqmh7CQcM",
"typeCode": "CU"
},
{
"value": "o7XW8CejdJ",
"typeCode": "CU"
},
{
"value": "ABFySpSmbz",
"typeCode": "CU"
},
{
"value": "SdbQefMShs",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-11-25",
"GMTOffset": "-05:00",
"time": "22:15:00",
"typeCode": "DL",
"description": "Electronics Goods",
"serviceArea": [
{
"code": "STU",
"description": "Books"
},
{
"code": "PQR",
"description": "Medical Supplies"
},
{
"code": "JKL",
"description": "Spare Parts"
},
{
"code": "STU",
"description": "Spare Parts"
},
{
"code": "FGH",
"description": "Cosmetics"
}
],
"signedBy": "David Blue"
}
]
},
{
"number": 10,
"typeCode": "DL",
"shipmentTrackingNumber": "6789012345",
"trackingNumber": "TN890123456",
"description": "Food Items",
"weight": 8.3,
"dimensionalWeight": 27.6,
"actualWeight": 21.5,
"dimensions": {
"length": 50,
"width": 50,
"height": 40
},
"actualDimensions": {
"length": 50,
"width": 20,
"height": 100
},
"unitOfMeasurements": "ft",
"shipperReferences": [
{
"value": "uuuVSlyjJa",
"typeCode": "CU"
},
{
"value": "QnZq9xHiQl",
"typeCode": "CU"
},
{
"value": "SAutQQHlIV",
"typeCode": "CU"
},
{
"value": "3fRUHlCXQy",
"typeCode": "CU"
},
{
"value": "RSjQi0ODo0",
"typeCode": "CU"
},
{
"value": "57yZSnFVzx",
"typeCode": "CU"
},
{
"value": "ruUnI8tXIo",
"typeCode": "CU"
},
{
"value": "YvXBeVjLa7",
"typeCode": "CU"
},
{
"value": "oWqafNUl5l",
"typeCode": "CU"
},
{
"value": "K4xntVGqrv",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-11-25",
"GMTOffset": "-02:00",
"time": "20:45:00",
"typeCode": "AR",
"description": "Clothing Items",
"serviceArea": [
{
"code": "JKL",
"description": "Shipment Description"
},
{
"code": "PQR",
"description": "Gifts"
}
],
"signedBy": "Daniel Red"
}
]
},
{
"number": 7,
"typeCode": "CC",
"shipmentTrackingNumber": "9876543210",
"trackingNumber": "TN678901234",
"description": "Spare Parts",
"weight": 30.9,
"dimensionalWeight": 9.1,
"actualWeight": 11.2,
"dimensions": {
"length": 50,
"width": 10,
"height": 100
},
"actualDimensions": {
"length": 70,
"width": 100,
"height": 60
},
"unitOfMeasurements": "metric",
"shipperReferences": [
{
"value": "igyCb0crx8",
"typeCode": "CU"
},
{
"value": "DueTsa6GqN",
"typeCode": "CU"
},
{
"value": "N0kWiQk6L4",
"typeCode": "CU"
},
{
"value": "X4pNx8qAyc",
"typeCode": "CU"
},
{
"value": "JBXW73ZDE3",
"typeCode": "CU"
},
{
"value": "f3UgBg7gT5",
"typeCode": "CU"
},
{
"value": "S0tj9XMFP1",
"typeCode": "CU"
},
{
"value": "yBV7LgDrSD",
"typeCode": "CU"
},
{
"value": "HaWehoIRXG",
"typeCode": "CU"
},
{
"value": "PhZPAdcLs0",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-01",
"GMTOffset": "-05:00",
"time": "12:45:00",
"typeCode": "DP",
"description": "Medical Supplies",
"serviceArea": [
{
"code": "CDE",
"description": "Food Items"
},
{
"code": "PQR",
"description": "Spare Parts"
},
{
"code": "VWX",
"description": "Shipment Description"
}
],
"signedBy": "Alice Green"
},
{
"date": "2025-12-02",
"GMTOffset": "-05:00",
"time": "22:15:00",
"typeCode": "OD",
"description": "Food Items",
"serviceArea": [
{
"code": "ABC",
"description": "Cosmetics"
}
],
"signedBy": "Emily Black"
}
]
}
],
"estimatedDeliveryDate": "2025-12-04",
"childrenShipmentIdentificationNumbers": [
"CSN456789012",
"CSN123456789",
"CSN678901234",
"CSN012345678"
],
"controlledAccessDataCodes": [
"SVP_FAC",
"PACKAGE",
"SHIP_DATE"
]
},
{
"shipmentTrackingNumber": "9876543210",
"status": "Exception",
"shipmentTimestamp": "2020-05-14T18:00:31",
"productCode": "M",
"description": "Books",
"shipperDetails": {
"name": "Michael Davis",
"postalAddress": {
"cityName": "Philadelphia",
"countyName": "San Diego County",
"postalCode": "19102",
"provinceCode": "IL",
"countryCode": "GB"
},
"serviceArea": [
{
"code": "STU",
"description": "Clothing Items",
"outboundSortCode": "OSC678"
},
{
"code": "CDE",
"description": "Food Items",
"outboundSortCode": "OSC901"
}
]
},
"receiverDetails": {
"name": "Robert Jones",
"postalAddress": {
"cityName": "Houston",
"countyName": "Los Angeles County",
"postalCode": "90001",
"provinceCode": "MI",
"countryCode": "US"
},
"serviceArea": [
{
"code": "MNO",
"description": "Medical Supplies",
"facilityCode": "FC3",
"inboundSortCode": "ISC012"
},
{
"code": "YZW",
"description": "Medical Supplies",
"facilityCode": "FC2",
"inboundSortCode": "ISC567"
},
{
"code": "ABC",
"description": "Medical Supplies",
"facilityCode": "FC3",
"inboundSortCode": "ISC678"
},
{
"code": "JKL",
"description": "Food Items",
"facilityCode": "WH2",
"inboundSortCode": "ISC012"
},
{
"code": "BSA",
"description": "Food Items",
"facilityCode": "WH5",
"inboundSortCode": "ISC345"
}
]
},
"totalWeight": 25.8,
"unitOfMeasurements": "metric",
"shipperReferences": [
{
"value": "q9jXgjbagL",
"typeCode": "CU"
},
{
"value": "qrJTwIzZMy",
"typeCode": "CU"
},
{
"value": "wV5Ixq2u9v",
"typeCode": "CU"
},
{
"value": "HEj4MShSBG",
"typeCode": "CU"
},
{
"value": "Qd1E9vmEao",
"typeCode": "CU"
},
{
"value": "Ftc8ptZAsr",
"typeCode": "CU"
},
{
"value": "RAqynbubUt",
"typeCode": "CU"
},
{
"value": "r4F4ULS3va",
"typeCode": "CU"
},
{
"value": "D41BLUi1mP",
"typeCode": "CU"
},
{
"value": "QcQ26t7cvy",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-11-27",
"time": "20:45:00",
"GMTOffset": "+10:00",
"typeCode": "DP",
"description": "Electronics Goods",
"serviceArea": [
{
"code": "VWX",
"description": "Food Items"
},
{
"code": "FGH",
"description": "Shipment Description"
},
{
"code": "MNO",
"description": "Shipment Description"
}
],
"signedBy": "Olivia Gray"
},
{
"date": "2025-12-02",
"time": "16:00:00",
"GMTOffset": "-08:00",
"typeCode": "DC",
"description": "Spare Parts",
"serviceArea": [
{
"code": "MNO",
"description": "Documents"
},
{
"code": "JKL",
"description": "Spare Parts"
},
{
"code": "JKL",
"description": "Medical Supplies"
},
{
"code": "VWX",
"description": "Documents"
}
],
"signedBy": "Alice Green"
},
{
"date": "2025-11-28",
"time": "20:45:00",
"GMTOffset": "+05:30",
"typeCode": "OD",
"description": "Documents",
"serviceArea": [
{
"code": "FGH",
"description": "Documents"
},
{
"code": "ABC",
"description": "Spare Parts"
},
{
"code": "STU",
"description": "Electronics Goods"
},
{
"code": "FGH",
"description": "Cosmetics"
},
{
"code": "YZW",
"description": "Shipment Description"
}
],
"signedBy": "David Blue"
}
],
"numberOfPieces": 6,
"pieces": [
{
"number": 4,
"typeCode": "MW",
"shipmentTrackingNumber": "5432109876",
"trackingNumber": "TN234567890",
"description": "Books",
"weight": 0.5,
"dimensionalWeight": 12.5,
"actualWeight": 2.9,
"dimensions": {
"length": 20,
"width": 70,
"height": 50
},
"actualDimensions": {
"length": 30,
"width": 100,
"height": 80
},
"unitOfMeasurements": "cm",
"shipperReferences": [
{
"value": "q6lI7OxPmK",
"typeCode": "CU"
},
{
"value": "GDX1sCnZZ7",
"typeCode": "CU"
},
{
"value": "CBAC0oYrNP",
"typeCode": "CU"
},
{
"value": "dskvRmX6Er",
"typeCode": "CU"
},
{
"value": "nUhGZqARgN",
"typeCode": "CU"
},
{
"value": "2gWQ20Pptw",
"typeCode": "CU"
},
{
"value": "x3ZZuQuvrz",
"typeCode": "CU"
},
{
"value": "UmNU4OXmOg",
"typeCode": "CU"
},
{
"value": "COBR82wed7",
"typeCode": "CU"
},
{
"value": "3vkmcoj8xN",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-02",
"GMTOffset": "+01:00",
"time": "02:30:00",
"typeCode": "HL",
"description": "Documents",
"serviceArea": [
{
"code": "PQR",
"description": "Cosmetics"
},
{
"code": "ABC",
"description": "Books"
},
{
"code": "STU",
"description": "Cosmetics"
}
],
"signedBy": "John Doe"
},
{
"date": "2025-11-25",
"GMTOffset": "+00:00",
"time": "20:45:00",
"typeCode": "AR",
"description": "Cosmetics",
"serviceArea": [
{
"code": "JKL",
"description": "Medical Supplies"
},
{
"code": "VWX",
"description": "Shipment Description"
},
{
"code": "MNO",
"description": "Shipment Description"
}
],
"signedBy": "Michael White"
},
{
"date": "2025-12-01",
"GMTOffset": "-02:00",
"time": "12:45:00",
"typeCode": "AR",
"description": "Documents",
"serviceArea": [
{
"code": "MNO",
"description": "Electronics Goods"
},
{
"code": "CDE",
"description": "Food Items"
},
{
"code": "VWX",
"description": "Spare Parts"
},
{
"code": "MNO",
"description": "Spare Parts"
},
{
"code": "ABC",
"description": "Clothing Items"
}
],
"signedBy": "John Doe"
},
{
"date": "2025-12-04",
"GMTOffset": "+01:00",
"time": "16:00:00",
"typeCode": "MW",
"description": "Medical Supplies",
"serviceArea": [
{
"code": "CDE",
"description": "Medical Supplies"
},
{
"code": "VWX",
"description": "Documents"
},
{
"code": "ABC",
"description": "Clothing Items"
},
{
"code": "STU",
"description": "Clothing Items"
}
],
"signedBy": "Michael White"
}
]
},
{
"number": 6,
"typeCode": "AR",
"shipmentTrackingNumber": "7654321098",
"trackingNumber": "TN567890123",
"description": "Medical Supplies",
"weight": 2.7,
"dimensionalWeight": 3.2,
"actualWeight": 31.7,
"dimensions": {
"length": 40,
"width": 100,
"height": 80
},
"actualDimensions": {
"length": 50,
"width": 40,
"height": 80
},
"unitOfMeasurements": "imperial",
"shipperReferences": [
{
"value": "hnXU4ih7XM",
"typeCode": "CU"
},
{
"value": "veHk35srwE",
"typeCode": "CU"
},
{
"value": "oXVgylJ5er",
"typeCode": "CU"
},
{
"value": "sOnPvRq1B0",
"typeCode": "CU"
},
{
"value": "WcLpmP0JDX",
"typeCode": "CU"
},
{
"value": "l5hj3YGgSA",
"typeCode": "CU"
},
{
"value": "A0O0zp83UG",
"typeCode": "CU"
},
{
"value": "ll1YCqcFj5",
"typeCode": "CU"
},
{
"value": "z6G6lxN5sC",
"typeCode": "CU"
},
{
"value": "0dm1JoX3KH",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-01",
"GMTOffset": "+02:00",
"time": "02:30:00",
"typeCode": "CC",
"description": "Food Items",
"serviceArea": [
{
"code": "MNO",
"description": "Books"
},
{
"code": "ABC",
"description": "Clothing Items"
},
{
"code": "FGH",
"description": "Documents"
}
],
"signedBy": "Jane Smith"
},
{
"date": "2025-11-25",
"GMTOffset": "+05:30",
"time": "16:00:00",
"typeCode": "DC",
"description": "Spare Parts",
"serviceArea": [
{
"code": "STU",
"description": "Electronics Goods"
},
{
"code": "STU",
"description": "Gifts"
},
{
"code": "PQR",
"description": "Medical Supplies"
},
{
"code": "JKL",
"description": "Books"
},
{
"code": "FGH",
"description": "Clothing Items"
}
],
"signedBy": "John Doe"
},
{
"date": "2025-12-04",
"GMTOffset": "+02:00",
"time": "02:30:00",
"typeCode": "CC",
"description": "Documents",
"serviceArea": [
{
"code": "CDE",
"description": "Clothing Items"
},
{
"code": "MNO",
"description": "Electronics Goods"
},
{
"code": "PQR",
"description": "Food Items"
},
{
"code": "MNO",
"description": "Gifts"
},
{
"code": "FGH",
"description": "Medical Supplies"
}
],
"signedBy": "John Doe"
},
{
"date": "2025-11-30",
"GMTOffset": "+05:30",
"time": "14:15:00",
"typeCode": "PU",
"description": "Books",
"serviceArea": [
{
"code": "BSA",
"description": "Clothing Items"
},
{
"code": "STU",
"description": "Cosmetics"
},
{
"code": "PQR",
"description": "Documents"
},
{
"code": "YZW",
"description": "Gifts"
}
],
"signedBy": "Olivia Gray"
}
]
},
{
"number": 4,
"typeCode": "DP",
"shipmentTrackingNumber": "7890123456",
"trackingNumber": "TN789012345",
"description": "Shipment Description",
"weight": 30.9,
"dimensionalWeight": 9.1,
"actualWeight": 26.4,
"dimensions": {
"length": 40,
"width": 80,
"height": 50
},
"actualDimensions": {
"length": 70,
"width": 10,
"height": 80
},
"unitOfMeasurements": "cm",
"shipperReferences": [
{
"value": "O6kakTl8Su",
"typeCode": "CU"
},
{
"value": "0VtgNo0WjG",
"typeCode": "CU"
},
{
"value": "1sOjfcTZ4N",
"typeCode": "CU"
},
{
"value": "KDWFNm6ptd",
"typeCode": "CU"
},
{
"value": "t9WV4VSmVj",
"typeCode": "CU"
},
{
"value": "y1uXuFsLy6",
"typeCode": "CU"
},
{
"value": "1ZsrsZ2bZy",
"typeCode": "CU"
},
{
"value": "C9KVFEWEyP",
"typeCode": "CU"
},
{
"value": "AqTk9WIx1V",
"typeCode": "CU"
},
{
"value": "nJJSqMB5JV",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-03",
"GMTOffset": "+09:00",
"time": "08:00:00",
"typeCode": "DL",
"description": "Medical Supplies",
"serviceArea": [
{
"code": "ABC",
"description": "Cosmetics"
},
{
"code": "STU",
"description": "Gifts"
},
{
"code": "JKL",
"description": "Clothing Items"
}
],
"signedBy": "Emily Black"
},
{
"date": "2025-11-26",
"GMTOffset": "+01:00",
"time": "20:45:00",
"typeCode": "MW",
"description": "Cosmetics",
"serviceArea": [
{
"code": "STU",
"description": "Clothing Items"
},
{
"code": "STU",
"description": "Spare Parts"
},
{
"code": "VWX",
"description": "Medical Supplies"
}
],
"signedBy": "Michael White"
},
{
"date": "2025-12-02",
"GMTOffset": "+02:00",
"time": "00:00:00",
"typeCode": "RT",
"description": "Books",
"serviceArea": [
{
"code": "ABC",
"description": "Documents"
}
],
"signedBy": "Emily Black"
},
{
"date": "2025-11-27",
"GMTOffset": "+01:00",
"time": "16:00:00",
"typeCode": "DC",
"description": "Spare Parts",
"serviceArea": [
{
"code": "YZW",
"description": "Documents"
},
{
"code": "CDE",
"description": "Books"
},
{
"code": "YZW",
"description": "Clothing Items"
},
{
"code": "BSA",
"description": "Food Items"
},
{
"code": "STU",
"description": "Food Items"
}
],
"signedBy": "Emily Black"
},
{
"date": "2025-12-03",
"GMTOffset": "+09:00",
"time": "20:45:00",
"typeCode": "DC",
"description": "Gifts",
"serviceArea": [
{
"code": "ABC",
"description": "Spare Parts"
},
{
"code": "YZW",
"description": "Gifts"
},
{
"code": "CDE",
"description": "Spare Parts"
},
{
"code": "CDE",
"description": "Gifts"
},
{
"code": "CDE",
"description": "Electronics Goods"
}
],
"signedBy": "Michael White"
}
]
}
],
"estimatedDeliveryDate": "2025-12-07",
"childrenShipmentIdentificationNumbers": [
"CSN234567890",
"CSN901234567",
"CSN123456789",
"CSN345678901"
],
"controlledAccessDataCodes": [
"SIGN_NM",
"PACKAGE"
]
},
{
"shipmentTrackingNumber": "8901234567",
"status": "Exception",
"shipmentTimestamp": "2020-05-14T18:00:31",
"productCode": "Q",
"description": "Cosmetics",
"shipperDetails": {
"name": "David Garcia",
"postalAddress": {
"cityName": "Dallas",
"countyName": "Los Angeles County",
"postalCode": "75201",
"provinceCode": "FL",
"countryCode": "CA"
},
"serviceArea": [
{
"code": "JKL",
"description": "Documents",
"outboundSortCode": "OSC789"
},
{
"code": "MNO",
"description": "Spare Parts",
"outboundSortCode": "OSC012"
},
{
"code": "VWX",
"description": "Food Items",
"outboundSortCode": "OSC234"
},
{
"code": "JKL",
"description": "Food Items",
"outboundSortCode": "OSC901"
}
]
},
"receiverDetails": {
"name": "Robert Jones",
"postalAddress": {
"cityName": "Houston",
"countyName": "Dallas County",
"postalCode": "85001",
"provinceCode": "IL",
"countryCode": "DE"
},
"serviceArea": [
{
"code": "FGH",
"description": "Spare Parts",
"facilityCode": "WH5",
"inboundSortCode": "ISC012"
},
{
"code": "STU",
"description": "Shipment Description",
"facilityCode": "FC1",
"inboundSortCode": "ISC789"
}
]
},
"totalWeight": 1.2,
"unitOfMeasurements": "in",
"shipperReferences": [
{
"value": "rHbb946V2a",
"typeCode": "CU"
},
{
"value": "kFvqicGaHz",
"typeCode": "CU"
},
{
"value": "jGbhuC3Dud",
"typeCode": "CU"
},
{
"value": "jabszIwjje",
"typeCode": "CU"
},
{
"value": "77UhZVfmYW",
"typeCode": "CU"
},
{
"value": "g9bm3ZH0bh",
"typeCode": "CU"
},
{
"value": "PmkUBDwi6X",
"typeCode": "CU"
},
{
"value": "MelR0BOlrK",
"typeCode": "CU"
},
{
"value": "vWkOGUJtaW",
"typeCode": "CU"
},
{
"value": "Jwe1fFDTkV",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-11-28",
"time": "10:30:00",
"GMTOffset": "+01:00",
"typeCode": "PU",
"description": "Cosmetics",
"serviceArea": [
{
"code": "MNO",
"description": "Spare Parts"
},
{
"code": "YZW",
"description": "Electronics Goods"
},
{
"code": "PQR",
"description": "Food Items"
},
{
"code": "CDE",
"description": "Documents"
}
],
"signedBy": "David Blue"
},
{
"date": "2025-11-29",
"time": "14:15:00",
"GMTOffset": "+00:00",
"typeCode": "OD",
"description": "Gifts",
"serviceArea": [
{
"code": "BSA",
"description": "Gifts"
},
{
"code": "CDE",
"description": "Gifts"
},
{
"code": "JKL",
"description": "Clothing Items"
}
],
"signedBy": "Emily Black"
},
{
"date": "2025-11-26",
"time": "14:15:00",
"GMTOffset": "-02:00",
"typeCode": "MW",
"description": "Books",
"serviceArea": [
{
"code": "VWX",
"description": "Shipment Description"
},
{
"code": "JKL",
"description": "Electronics Goods"
},
{
"code": "FGH",
"description": "Documents"
},
{
"code": "ABC",
"description": "Clothing Items"
},
{
"code": "MNO",
"description": "Documents"
}
],
"signedBy": "Olivia Gray"
}
],
"numberOfPieces": 4,
"pieces": [
{
"number": 3,
"typeCode": "OD",
"shipmentTrackingNumber": "8901234567",
"trackingNumber": "TN345678901",
"description": "Clothing Items",
"weight": 2.7,
"dimensionalWeight": 1.5,
"actualWeight": 21.5,
"dimensions": {
"length": 80,
"width": 70,
"height": 50
},
"actualDimensions": {
"length": 90,
"width": 20,
"height": 40
},
"unitOfMeasurements": "g",
"shipperReferences": [
{
"value": "INYpmMxZCj",
"typeCode": "CU"
},
{
"value": "hsQXHZIkAW",
"typeCode": "CU"
},
{
"value": "WAq9N8MR9r",
"typeCode": "CU"
},
{
"value": "y9V1uBrslP",
"typeCode": "CU"
},
{
"value": "o4lGLYWD6g",
"typeCode": "CU"
},
{
"value": "Uu2n4B8RG9",
"typeCode": "CU"
},
{
"value": "wf5OonplKu",
"typeCode": "CU"
},
{
"value": "Rhzd8rm5ob",
"typeCode": "CU"
},
{
"value": "vcbOx7XTcQ",
"typeCode": "CU"
},
{
"value": "kZj48ly2R2",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-11-28",
"GMTOffset": "-01:00",
"time": "00:00:00",
"typeCode": "HL",
"description": "Documents",
"serviceArea": [
{
"code": "ABC",
"description": "Shipment Description"
},
{
"code": "PQR",
"description": "Medical Supplies"
},
{
"code": "STU",
"description": "Shipment Description"
},
{
"code": "YZW",
"description": "Medical Supplies"
},
{
"code": "BSA",
"description": "Gifts"
}
],
"signedBy": "Olivia Gray"
},
{
"date": "2025-11-25",
"GMTOffset": "-05:00",
"time": "12:45:00",
"typeCode": "AR",
"description": "Electronics Goods",
"serviceArea": [
{
"code": "VWX",
"description": "Food Items"
}
],
"signedBy": "Robert Brown"
},
{
"date": "2025-12-01",
"GMTOffset": "+05:30",
"time": "02:30:00",
"typeCode": "DL",
"description": "Cosmetics",
"serviceArea": [
{
"code": "PQR",
"description": "Electronics Goods"
},
{
"code": "STU",
"description": "Spare Parts"
},
{
"code": "CDE",
"description": "Shipment Description"
},
{
"code": "ABC",
"description": "Cosmetics"
},
{
"code": "PQR",
"description": "Books"
}
],
"signedBy": "Alice Green"
}
]
},
{
"number": 3,
"typeCode": "PU",
"shipmentTrackingNumber": "1234567890",
"trackingNumber": "TN567890123",
"description": "Gifts",
"weight": 0.5,
"dimensionalWeight": 6.7,
"actualWeight": 1.3,
"dimensions": {
"length": 90,
"width": 90,
"height": 40
},
"actualDimensions": {
"length": 20,
"width": 50,
"height": 10
},
"unitOfMeasurements": "cm",
"shipperReferences": [
{
"value": "gqXV5YGUIe",
"typeCode": "CU"
},
{
"value": "DOz7bnXbw4",
"typeCode": "CU"
},
{
"value": "ADJ5I3qti0",
"typeCode": "CU"
},
{
"value": "vDGcAAa0II",
"typeCode": "CU"
},
{
"value": "EA9VCra6cr",
"typeCode": "CU"
},
{
"value": "xIXvD7eenQ",
"typeCode": "CU"
},
{
"value": "LXPaD4qTqf",
"typeCode": "CU"
},
{
"value": "GwA2DgIFaM",
"typeCode": "CU"
},
{
"value": "RMp2TD9lnu",
"typeCode": "CU"
},
{
"value": "qXsn334GOM",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-11-29",
"GMTOffset": "-01:00",
"time": "22:15:00",
"typeCode": "DC",
"description": "Clothing Items",
"serviceArea": [
{
"code": "FGH",
"description": "Electronics Goods"
},
{
"code": "PQR",
"description": "Gifts"
}
],
"signedBy": "Alice Green"
}
]
},
{
"number": 9,
"typeCode": "DP",
"shipmentTrackingNumber": "7654321098",
"trackingNumber": "TN789012345",
"description": "Gifts",
"weight": 15.5,
"dimensionalWeight": 6.7,
"actualWeight": 21.5,
"dimensions": {
"length": 20,
"width": 30,
"height": 80
},
"actualDimensions": {
"length": 70,
"width": 80,
"height": 90
},
"unitOfMeasurements": "kg",
"shipperReferences": [
{
"value": "REu2kjcktH",
"typeCode": "CU"
},
{
"value": "VArbL29Cvc",
"typeCode": "CU"
},
{
"value": "beu10jzYv1",
"typeCode": "CU"
},
{
"value": "oZggMtd1gz",
"typeCode": "CU"
},
{
"value": "i5ghFnhWpB",
"typeCode": "CU"
},
{
"value": "GDnP2v9umQ",
"typeCode": "CU"
},
{
"value": "sbjWQqIOEM",
"typeCode": "CU"
},
{
"value": "NYd8FJ68si",
"typeCode": "CU"
},
{
"value": "eMAf6XfvN6",
"typeCode": "CU"
},
{
"value": "uA33mc3q3f",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-03",
"GMTOffset": "+10:00",
"time": "20:45:00",
"typeCode": "DP",
"description": "Spare Parts",
"serviceArea": [
{
"code": "PQR",
"description": "Cosmetics"
}
],
"signedBy": "David Blue"
},
{
"date": "2025-12-02",
"GMTOffset": "+02:00",
"time": "14:15:00",
"typeCode": "HL",
"description": "Shipment Description",
"serviceArea": [
{
"code": "STU",
"description": "Documents"
},
{
"code": "JKL",
"description": "Documents"
},
{
"code": "YZW",
"description": "Spare Parts"
},
{
"code": "YZW",
"description": "Food Items"
}
],
"signedBy": "Michael White"
},
{
"date": "2025-11-27",
"GMTOffset": "+02:00",
"time": "22:15:00",
"typeCode": "DL",
"description": "Shipment Description",
"serviceArea": [
{
"code": "FGH",
"description": "Cosmetics"
},
{
"code": "FGH",
"description": "Gifts"
},
{
"code": "BSA",
"description": "Shipment Description"
},
{
"code": "PQR",
"description": "Clothing Items"
},
{
"code": "FGH",
"description": "Cosmetics"
}
],
"signedBy": "David Blue"
},
{
"date": "2025-12-04",
"GMTOffset": "+10:00",
"time": "18:30:00",
"typeCode": "OD",
"description": "Electronics Goods",
"serviceArea": [
{
"code": "YZW",
"description": "Clothing Items"
},
{
"code": "STU",
"description": "Shipment Description"
}
],
"signedBy": "Sophia Pink"
}
]
}
],
"estimatedDeliveryDate": "2025-12-12",
"childrenShipmentIdentificationNumbers": [
"CSN234567890",
"CSN789012345"
],
"controlledAccessDataCodes": [
"DELIV_DATE",
"SHPR_CTY",
"CNSGN_CTY",
"PAYMENT"
]
},
{
"shipmentTrackingNumber": "8901234567",
"status": "Pending",
"shipmentTimestamp": "2020-11-20T02:00:10",
"productCode": "P",
"description": "Spare Parts",
"shipperDetails": {
"name": "David Garcia",
"postalAddress": {
"cityName": "San Jose",
"countyName": "Bexar County",
"postalCode": "95113",
"provinceCode": "TX",
"countryCode": "CZ"
},
"serviceArea": [
{
"code": "MNO",
"description": "Clothing Items",
"outboundSortCode": "OSC901"
},
{
"code": "VWX",
"description": "Documents",
"outboundSortCode": "OSC567"
},
{
"code": "YZW",
"description": "Gifts",
"outboundSortCode": "OSC890"
},
{
"code": "JKL",
"description": "Food Items",
"outboundSortCode": "OSC012"
}
]
},
"receiverDetails": {
"name": "Michael Davis",
"postalAddress": {
"cityName": "Dallas",
"countyName": "San Diego County",
"postalCode": "75201",
"provinceCode": "NY",
"countryCode": "SK"
},
"serviceArea": [
{
"code": "STU",
"description": "Medical Supplies",
"facilityCode": "WH5",
"inboundSortCode": "ISC123"
}
]
},
"totalWeight": 15.5,
"unitOfMeasurements": "kg",
"shipperReferences": [
{
"value": "R087XolXIO",
"typeCode": "CU"
},
{
"value": "4LpD32HrpL",
"typeCode": "CU"
},
{
"value": "aEhpfpNoBv",
"typeCode": "CU"
},
{
"value": "on0YFWGmE6",
"typeCode": "CU"
},
{
"value": "vxnwku5avw",
"typeCode": "CU"
},
{
"value": "WvZRCjEFWO",
"typeCode": "CU"
},
{
"value": "Me4jC5tZNU",
"typeCode": "CU"
},
{
"value": "Cdncz3oMz5",
"typeCode": "CU"
},
{
"value": "Mk2NubwdX1",
"typeCode": "CU"
},
{
"value": "VaIg7XCPnP",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-11-29",
"time": "12:45:00",
"GMTOffset": "+01:00",
"typeCode": "AR",
"description": "Books",
"serviceArea": [
{
"code": "STU",
"description": "Shipment Description"
},
{
"code": "MNO",
"description": "Spare Parts"
},
{
"code": "YZW",
"description": "Food Items"
}
],
"signedBy": "David Blue"
},
{
"date": "2025-12-03",
"time": "20:45:00",
"GMTOffset": "-01:00",
"typeCode": "MW",
"description": "Electronics Goods",
"serviceArea": [
{
"code": "MNO",
"description": "Food Items"
}
],
"signedBy": "David Blue"
},
{
"date": "2025-11-30",
"time": "22:15:00",
"GMTOffset": "-08:00",
"typeCode": "DL",
"description": "Cosmetics",
"serviceArea": [
{
"code": "PQR",
"description": "Electronics Goods"
}
],
"signedBy": "Michael White"
},
{
"date": "2025-12-01",
"time": "16:00:00",
"GMTOffset": "+01:00",
"typeCode": "OD",
"description": "Spare Parts",
"serviceArea": [
{
"code": "VWX",
"description": "Food Items"
},
{
"code": "STU",
"description": "Documents"
},
{
"code": "MNO",
"description": "Spare Parts"
},
{
"code": "CDE",
"description": "Documents"
},
{
"code": "STU",
"description": "Cosmetics"
}
],
"signedBy": "Jane Smith"
},
{
"date": "2025-11-26",
"time": "18:30:00",
"GMTOffset": "+01:00",
"typeCode": "MW",
"description": "Documents",
"serviceArea": [
{
"code": "STU",
"description": "Documents"
},
{
"code": "YZW",
"description": "Spare Parts"
},
{
"code": "PQR",
"description": "Electronics Goods"
}
],
"signedBy": "Sophia Pink"
}
],
"numberOfPieces": 5,
"pieces": [
{
"number": 1,
"typeCode": "HL",
"shipmentTrackingNumber": "8901234567",
"trackingNumber": "TN789012345",
"description": "Food Items",
"weight": 1.2,
"dimensionalWeight": 1.5,
"actualWeight": 2.9,
"dimensions": {
"length": 40,
"width": 30,
"height": 80
},
"actualDimensions": {
"length": 40,
"width": 70,
"height": 60
},
"unitOfMeasurements": "mm",
"shipperReferences": [
{
"value": "N6oGhBcjYa",
"typeCode": "CU"
},
{
"value": "nHKBHlIXns",
"typeCode": "CU"
},
{
"value": "XDGCo945Xk",
"typeCode": "CU"
},
{
"value": "EGhq8K6ZIk",
"typeCode": "CU"
},
{
"value": "UbYquDI5CO",
"typeCode": "CU"
},
{
"value": "iyt5sOHo8m",
"typeCode": "CU"
},
{
"value": "zNz65hB4Pu",
"typeCode": "CU"
},
{
"value": "OmqMOQ1icQ",
"typeCode": "CU"
},
{
"value": "PRFdReAFF1",
"typeCode": "CU"
},
{
"value": "4JzeBKvaOG",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-02",
"GMTOffset": "-02:00",
"time": "08:00:00",
"typeCode": "CC",
"description": "Gifts",
"serviceArea": [
{
"code": "VWX",
"description": "Cosmetics"
},
{
"code": "BSA",
"description": "Shipment Description"
}
],
"signedBy": "Michael White"
},
{
"date": "2025-11-29",
"GMTOffset": "+05:30",
"time": "10:30:00",
"typeCode": "DL",
"description": "Shipment Description",
"serviceArea": [
{
"code": "JKL",
"description": "Food Items"
},
{
"code": "VWX",
"description": "Food Items"
},
{
"code": "STU",
"description": "Gifts"
},
{
"code": "JKL",
"description": "Cosmetics"
},
{
"code": "PQR",
"description": "Gifts"
}
],
"signedBy": "Daniel Red"
},
{
"date": "2025-12-01",
"GMTOffset": "-08:00",
"time": "18:30:00",
"typeCode": "DP",
"description": "Electronics Goods",
"serviceArea": [
{
"code": "MNO",
"description": "Shipment Description"
},
{
"code": "FGH",
"description": "Medical Supplies"
},
{
"code": "BSA",
"description": "Spare Parts"
}
],
"signedBy": "Emily Black"
},
{
"date": "2025-11-28",
"GMTOffset": "+00:00",
"time": "18:30:00",
"typeCode": "OD",
"description": "Documents",
"serviceArea": [
{
"code": "VWX",
"description": "Spare Parts"
},
{
"code": "YZW",
"description": "Books"
},
{
"code": "CDE",
"description": "Spare Parts"
}
],
"signedBy": "Michael White"
},
{
"date": "2025-11-29",
"GMTOffset": "+05:30",
"time": "14:15:00",
"typeCode": "DP",
"description": "Food Items",
"serviceArea": [
{
"code": "STU",
"description": "Gifts"
},
{
"code": "YZW",
"description": "Books"
},
{
"code": "STU",
"description": "Electronics Goods"
},
{
"code": "VWX",
"description": "Books"
},
{
"code": "PQR",
"description": "Gifts"
}
],
"signedBy": "Daniel Red"
}
]
},
{
"number": 3,
"typeCode": "DP",
"shipmentTrackingNumber": "7890123456",
"trackingNumber": "TN123456789",
"description": "Electronics Goods",
"weight": 0.5,
"dimensionalWeight": 6.7,
"actualWeight": 26.4,
"dimensions": {
"length": 70,
"width": 70,
"height": 70
},
"actualDimensions": {
"length": 40,
"width": 100,
"height": 60
},
"unitOfMeasurements": "cm",
"shipperReferences": [
{
"value": "CwkWiaUFWV",
"typeCode": "CU"
},
{
"value": "OX27r8osyi",
"typeCode": "CU"
},
{
"value": "sI7gavXe9I",
"typeCode": "CU"
},
{
"value": "kIbwr9DcoX",
"typeCode": "CU"
},
{
"value": "8FaevWJzZH",
"typeCode": "CU"
},
{
"value": "WabCWx2BAE",
"typeCode": "CU"
},
{
"value": "uqEPcrs5NF",
"typeCode": "CU"
},
{
"value": "EjNsYOe0RB",
"typeCode": "CU"
},
{
"value": "JXh4Aie8ZF",
"typeCode": "CU"
},
{
"value": "C2bxML2uDm",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-11-28",
"GMTOffset": "+01:00",
"time": "14:15:00",
"typeCode": "HL",
"description": "Books",
"serviceArea": [
{
"code": "PQR",
"description": "Clothing Items"
},
{
"code": "FGH",
"description": "Spare Parts"
},
{
"code": "JKL",
"description": "Spare Parts"
},
{
"code": "ABC",
"description": "Cosmetics"
}
],
"signedBy": "Emily Black"
},
{
"date": "2025-11-28",
"GMTOffset": "+05:30",
"time": "12:45:00",
"typeCode": "RT",
"description": "Cosmetics",
"serviceArea": [
{
"code": "YZW",
"description": "Clothing Items"
}
],
"signedBy": "Sophia Pink"
},
{
"date": "2025-11-26",
"GMTOffset": "+10:00",
"time": "16:00:00",
"typeCode": "PU",
"description": "Documents",
"serviceArea": [
{
"code": "STU",
"description": "Cosmetics"
},
{
"code": "STU",
"description": "Medical Supplies"
},
{
"code": "STU",
"description": "Gifts"
}
],
"signedBy": "Robert Brown"
},
{
"date": "2025-12-02",
"GMTOffset": "+01:00",
"time": "22:15:00",
"typeCode": "OD",
"description": "Spare Parts",
"serviceArea": [
{
"code": "YZW",
"description": "Food Items"
},
{
"code": "PQR",
"description": "Medical Supplies"
},
{
"code": "FGH",
"description": "Books"
},
{
"code": "CDE",
"description": "Clothing Items"
},
{
"code": "VWX",
"description": "Clothing Items"
}
],
"signedBy": "Emily Black"
},
{
"date": "2025-11-27",
"GMTOffset": "-05:00",
"time": "00:00:00",
"typeCode": "CC",
"description": "Medical Supplies",
"serviceArea": [
{
"code": "FGH",
"description": "Clothing Items"
},
{
"code": "CDE",
"description": "Shipment Description"
},
{
"code": "CDE",
"description": "Spare Parts"
}
],
"signedBy": "Michael White"
}
]
}
],
"estimatedDeliveryDate": "2025-12-12",
"childrenShipmentIdentificationNumbers": [
"CSN234567890",
"CSN012345678",
"CSN345678901",
"CSN890123456",
"CSN123456789"
],
"controlledAccessDataCodes": [
"SHPR_CTY",
"SHIP_DATE"
]
},
{
"shipmentTrackingNumber": "4321098765",
"status": "In Transit",
"shipmentTimestamp": "2022-01-22T08:35:05",
"productCode": "N",
"description": "Clothing Items",
"shipperDetails": {
"name": "Barbara Martinez",
"postalAddress": {
"cityName": "Phoenix",
"countyName": "Maricopa County",
"postalCode": "19102",
"provinceCode": "CA",
"countryCode": "DE"
},
"serviceArea": [
{
"code": "YZW",
"description": "Documents",
"outboundSortCode": "OSC345"
},
{
"code": "CDE",
"description": "Food Items",
"outboundSortCode": "OSC567"
}
]
},
"receiverDetails": {
"name": "Jennifer Wilson",
"postalAddress": {
"cityName": "Philadelphia",
"countyName": "Cook County",
"postalCode": "11201",
"provinceCode": "GA",
"countryCode": "DE"
},
"serviceArea": [
{
"code": "BSA",
"description": "Medical Supplies",
"facilityCode": "WH5",
"inboundSortCode": "ISC123"
},
{
"code": "STU",
"description": "Documents",
"facilityCode": "WH1",
"inboundSortCode": "ISC678"
},
{
"code": "CDE",
"description": "Books",
"facilityCode": "WH4",
"inboundSortCode": "ISC567"
},
{
"code": "JKL",
"description": "Documents",
"facilityCode": "WH2",
"inboundSortCode": "ISC345"
}
]
},
"totalWeight": 10,
"unitOfMeasurements": "oz",
"shipperReferences": [
{
"value": "QXugwFiYnd",
"typeCode": "CU"
},
{
"value": "aCxV12cPYW",
"typeCode": "CU"
},
{
"value": "4hn6tvPiLH",
"typeCode": "CU"
},
{
"value": "oqYIrzk7Id",
"typeCode": "CU"
},
{
"value": "WJ8L4ydBOT",
"typeCode": "CU"
},
{
"value": "nQJDfFUNzx",
"typeCode": "CU"
},
{
"value": "bHSFOVXkhv",
"typeCode": "CU"
},
{
"value": "tAUzvnsChu",
"typeCode": "CU"
},
{
"value": "7flXzKoC6w",
"typeCode": "CU"
},
{
"value": "lGU4MnrQEv",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-03",
"time": "14:15:00",
"GMTOffset": "+01:00",
"typeCode": "CC",
"description": "Cosmetics",
"serviceArea": [
{
"code": "MNO",
"description": "Shipment Description"
}
],
"signedBy": "Robert Brown"
},
{
"date": "2025-11-26",
"time": "00:00:00",
"GMTOffset": "+09:00",
"typeCode": "MW",
"description": "Cosmetics",
"serviceArea": [
{
"code": "MNO",
"description": "Food Items"
},
{
"code": "MNO",
"description": "Books"
},
{
"code": "PQR",
"description": "Shipment Description"
},
{
"code": "ABC",
"description": "Clothing Items"
}
],
"signedBy": "Michael White"
},
{
"date": "2025-11-28",
"time": "22:15:00",
"GMTOffset": "-02:00",
"typeCode": "HL",
"description": "Food Items",
"serviceArea": [
{
"code": "JKL",
"description": "Gifts"
},
{
"code": "BSA",
"description": "Spare Parts"
},
{
"code": "PQR",
"description": "Documents"
},
{
"code": "ABC",
"description": "Spare Parts"
},
{
"code": "MNO",
"description": "Clothing Items"
}
],
"signedBy": "John Doe"
},
{
"date": "2025-11-30",
"time": "16:00:00",
"GMTOffset": "-05:00",
"typeCode": "DL",
"description": "Electronics Goods",
"serviceArea": [
{
"code": "JKL",
"description": "Cosmetics"
},
{
"code": "BSA",
"description": "Gifts"
},
{
"code": "ABC",
"description": "Spare Parts"
},
{
"code": "YZW",
"description": "Spare Parts"
},
{
"code": "VWX",
"description": "Electronics Goods"
}
],
"signedBy": "Olivia Gray"
}
],
"numberOfPieces": 8,
"pieces": [
{
"number": 10,
"typeCode": "PU",
"shipmentTrackingNumber": "1234567890",
"trackingNumber": "TN567890123",
"description": "Gifts",
"weight": 10,
"dimensionalWeight": 17.3,
"actualWeight": 21.5,
"dimensions": {
"length": 60,
"width": 20,
"height": 40
},
"actualDimensions": {
"length": 100,
"width": 80,
"height": 70
},
"unitOfMeasurements": "mm",
"shipperReferences": [
{
"value": "K2afLLUHqL",
"typeCode": "CU"
},
{
"value": "rAOsYioWgw",
"typeCode": "CU"
},
{
"value": "2sM3brsunn",
"typeCode": "CU"
},
{
"value": "gO5TI3veEm",
"typeCode": "CU"
},
{
"value": "DNDlHQj8So",
"typeCode": "CU"
},
{
"value": "AIzn4fseFA",
"typeCode": "CU"
},
{
"value": "L0HBbZKxEk",
"typeCode": "CU"
},
{
"value": "2RQZ674P8K",
"typeCode": "CU"
},
{
"value": "df2R5N7uXP",
"typeCode": "CU"
},
{
"value": "tQXZhyU3oS",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-01",
"GMTOffset": "-02:00",
"time": "22:15:00",
"typeCode": "CC",
"description": "Spare Parts",
"serviceArea": [
{
"code": "ABC",
"description": "Clothing Items"
},
{
"code": "FGH",
"description": "Shipment Description"
},
{
"code": "PQR",
"description": "Medical Supplies"
},
{
"code": "STU",
"description": "Electronics Goods"
},
{
"code": "VWX",
"description": "Shipment Description"
}
],
"signedBy": "Daniel Red"
},
{
"date": "2025-12-02",
"GMTOffset": "-08:00",
"time": "14:15:00",
"typeCode": "DC",
"description": "Food Items",
"serviceArea": [
{
"code": "CDE",
"description": "Gifts"
},
{
"code": "JKL",
"description": "Documents"
},
{
"code": "YZW",
"description": "Clothing Items"
}
],
"signedBy": "John Doe"
},
{
"date": "2025-11-28",
"GMTOffset": "+09:00",
"time": "18:30:00",
"typeCode": "DP",
"description": "Books",
"serviceArea": [
{
"code": "YZW",
"description": "Spare Parts"
},
{
"code": "PQR",
"description": "Cosmetics"
}
],
"signedBy": "John Doe"
},
{
"date": "2025-12-01",
"GMTOffset": "+09:00",
"time": "08:00:00",
"typeCode": "DL",
"description": "Clothing Items",
"serviceArea": [
{
"code": "STU",
"description": "Electronics Goods"
},
{
"code": "FGH",
"description": "Medical Supplies"
},
{
"code": "YZW",
"description": "Clothing Items"
}
],
"signedBy": "John Doe"
},
{
"date": "2025-11-29",
"GMTOffset": "+02:00",
"time": "18:30:00",
"typeCode": "CC",
"description": "Documents",
"serviceArea": [
{
"code": "CDE",
"description": "Cosmetics"
},
{
"code": "VWX",
"description": "Medical Supplies"
}
],
"signedBy": "Jane Smith"
}
]
},
{
"number": 4,
"typeCode": "AR",
"shipmentTrackingNumber": "8901234567",
"trackingNumber": "TN678901234",
"description": "Electronics Goods",
"weight": 30.9,
"dimensionalWeight": 22.9,
"actualWeight": 26.4,
"dimensions": {
"length": 40,
"width": 90,
"height": 30
},
"actualDimensions": {
"length": 40,
"width": 10,
"height": 70
},
"unitOfMeasurements": "cm",
"shipperReferences": [
{
"value": "o1lOZneOjk",
"typeCode": "CU"
},
{
"value": "U7tdkrYkX9",
"typeCode": "CU"
},
{
"value": "pEv1nad478",
"typeCode": "CU"
},
{
"value": "iiOAQpt0v7",
"typeCode": "CU"
},
{
"value": "RmDLd2wkQC",
"typeCode": "CU"
},
{
"value": "AQf7keEcDD",
"typeCode": "CU"
},
{
"value": "PRn9iymQMK",
"typeCode": "CU"
},
{
"value": "p1mGcD5y7r",
"typeCode": "CU"
},
{
"value": "JJB7Gj98e3",
"typeCode": "CU"
},
{
"value": "gvEqZEnNOP",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-03",
"GMTOffset": "+00:00",
"time": "20:45:00",
"typeCode": "PU",
"description": "Food Items",
"serviceArea": [
{
"code": "STU",
"description": "Books"
},
{
"code": "YZW",
"description": "Documents"
}
],
"signedBy": "David Blue"
},
{
"date": "2025-11-29",
"GMTOffset": "+00:00",
"time": "00:00:00",
"typeCode": "HL",
"description": "Electronics Goods",
"serviceArea": [
{
"code": "CDE",
"description": "Books"
},
{
"code": "STU",
"description": "Documents"
},
{
"code": "PQR",
"description": "Documents"
}
],
"signedBy": "Emily Black"
},
{
"date": "2025-12-04",
"GMTOffset": "+10:00",
"time": "16:00:00",
"typeCode": "OD",
"description": "Documents",
"serviceArea": [
{
"code": "JKL",
"description": "Books"
},
{
"code": "ABC",
"description": "Medical Supplies"
},
{
"code": "STU",
"description": "Documents"
},
{
"code": "FGH",
"description": "Gifts"
},
{
"code": "STU",
"description": "Food Items"
}
],
"signedBy": "David Blue"
}
]
},
{
"number": 7,
"typeCode": "CC",
"shipmentTrackingNumber": "1234567890",
"trackingNumber": "TN234567890",
"description": "Shipment Description",
"weight": 2.7,
"dimensionalWeight": 27.6,
"actualWeight": 31.7,
"dimensions": {
"length": 60,
"width": 100,
"height": 30
},
"actualDimensions": {
"length": 40,
"width": 90,
"height": 30
},
"unitOfMeasurements": "oz",
"shipperReferences": [
{
"value": "6hi0ihgUA4",
"typeCode": "CU"
},
{
"value": "C2e4qiNSXN",
"typeCode": "CU"
},
{
"value": "RI24ayFeOo",
"typeCode": "CU"
},
{
"value": "2rJE8x0AiR",
"typeCode": "CU"
},
{
"value": "f0i3LnfTqQ",
"typeCode": "CU"
},
{
"value": "Tg6MGpjBD6",
"typeCode": "CU"
},
{
"value": "hmBzPBj4sj",
"typeCode": "CU"
},
{
"value": "0ES1IjrTWz",
"typeCode": "CU"
},
{
"value": "55hSf0b5G9",
"typeCode": "CU"
},
{
"value": "pIpy7tms1U",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-12-02",
"GMTOffset": "+00:00",
"time": "08:00:00",
"typeCode": "CC",
"description": "Shipment Description",
"serviceArea": [
{
"code": "MNO",
"description": "Medical Supplies"
},
{
"code": "STU",
"description": "Food Items"
},
{
"code": "FGH",
"description": "Shipment Description"
},
{
"code": "VWX",
"description": "Medical Supplies"
}
],
"signedBy": "Jane Smith"
},
{
"date": "2025-12-03",
"GMTOffset": "+05:30",
"time": "20:45:00",
"typeCode": "DC",
"description": "Documents",
"serviceArea": [
{
"code": "CDE",
"description": "Medical Supplies"
},
{
"code": "PQR",
"description": "Cosmetics"
}
],
"signedBy": "Olivia Gray"
},
{
"date": "2025-12-02",
"GMTOffset": "-05:00",
"time": "08:00:00",
"typeCode": "PU",
"description": "Electronics Goods",
"serviceArea": [
{
"code": "VWX",
"description": "Medical Supplies"
},
{
"code": "CDE",
"description": "Medical Supplies"
},
{
"code": "PQR",
"description": "Cosmetics"
},
{
"code": "YZW",
"description": "Food Items"
}
],
"signedBy": "Daniel Red"
},
{
"date": "2025-12-02",
"GMTOffset": "+09:00",
"time": "08:00:00",
"typeCode": "DC",
"description": "Books",
"serviceArea": [
{
"code": "VWX",
"description": "Spare Parts"
}
],
"signedBy": "Jane Smith"
}
]
},
{
"number": 8,
"typeCode": "RT",
"shipmentTrackingNumber": "8901234567",
"trackingNumber": "TN890123456",
"description": "Cosmetics",
"weight": 15.5,
"dimensionalWeight": 22.9,
"actualWeight": 0.6,
"dimensions": {
"length": 10,
"width": 70,
"height": 10
},
"actualDimensions": {
"length": 30,
"width": 10,
"height": 50
},
"unitOfMeasurements": "kg",
"shipperReferences": [
{
"value": "tgSxNh1XNH",
"typeCode": "CU"
},
{
"value": "1oRIshqiz2",
"typeCode": "CU"
},
{
"value": "zV1y8pWzzR",
"typeCode": "CU"
},
{
"value": "Ft2OQMXF3z",
"typeCode": "CU"
},
{
"value": "ndT5nbAz91",
"typeCode": "CU"
},
{
"value": "klH8lcDTKS",
"typeCode": "CU"
},
{
"value": "gsmCZ1f5ho",
"typeCode": "CU"
},
{
"value": "OCgXpuZsi5",
"typeCode": "CU"
},
{
"value": "AZhFKqg0dR",
"typeCode": "CU"
},
{
"value": "qvdFldyKmw",
"typeCode": "CU"
}
],
"events": [
{
"date": "2025-11-30",
"GMTOffset": "-01:00",
"time": "18:30:00",
"typeCode": "CC",
"description": "Medical Supplies",
"serviceArea": [
{
"code": "FGH",
"description": "Cosmetics"
},
{
"code": "FGH",
"description": "Electronics Goods"
},
{
"code": "BSA",
"description": "Clothing Items"
},
{
"code": "BSA",
"description": "Books"
}
],
"signedBy": "John Doe"
},
{
"date": "2025-12-02",
"GMTOffset": "+00:00",
"time": "22:15:00",
"typeCode": "RT",
"description": "Documents",
"serviceArea": [
{
"code": "FGH",
"description": "Books"
},
{
"code": "FGH",
"description": "Documents"
},
{
"code": "STU",
"description": "Cosmetics"
},
{
"code": "VWX",
"description": "Medical Supplies"
},
{
"code": "PQR",
"description": "Shipment Description"
}
],
"signedBy": "David Blue"
}
]
}
],
"estimatedDeliveryDate": "2025-12-10",
"childrenShipmentIdentificationNumbers": [
"CSN890123456",
"CSN789012345"
],
"controlledAccessDataCodes": [
"SHIP_DATE",
"DELIV_DATE",
"PACKAGE",
"SIGN_NM",
"SHPR_CTY"
]
}
]
}{
"instance": "/expressapi/tracking?shipmentReference=ShipReferenceRCS03&trackingView=shipment-details-only&levelOfDetail=shipment",
"detail": "Missing mandatory parameters: shipperAccountNumber",
"title": "Missing parameters",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/tracking?shipmentReference=ShipReferenceRCS03&shipperAccountNumber=300865060&trackingView=shipment-details&levelOfDetail=shipment",
"detail": "No Shipments Found for ReferenceID | ShipReferenceRCS03",
"title": "Not data found",
"message": "Not data found",
"status": "404"
}| Query Parameter Name | Example |
|---|---|
shipperAccountNumber | 123456789 |
content | epod-summary |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "ut ut" |
{
"documents": [
{
"encodingFormat": "PDF",
"content": "base64 encoded content 2",
"typeCode": "BOL"
},
{
"encodingFormat": "JPEG",
"content": "base64 encoded content 1",
"typeCode": "POD"
}
]
}{
"instance": "/expressapi/shipments/1234567890/proof-of-delivery",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/shipments/1234567890/proof-of-delivery",
"title": "Not Found",
"status": "404"
}| Header Name | Example |
|---|---|
x-version* | "esse ad officia consectetur" |
{
"originalPlannedShippingDate": "2026-12-23T00:00:00.0Z",
"accounts": [
{
"typeCode": "shipper",
"number": "339883265"
},
{
"typeCode": "shipper",
"number": "647233143"
},
{
"typeCode": "shipper",
"number": "138788669"
}
],
"productCode": "F",
"documentImages": [
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "TYtO5TPkawduvoK0MYPFcE95WGZomqOq8joiqmglwPqx6WXnUv"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "RujRlQjpjDdyNJghQm5YPoJK7wGZxzRTONBmeVQy3kvQaBDmwg"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "kCR8iEoAWafJ68U60gvya9KDTBvFAKUNOKRAgIJUs5WP8BVnYL"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "y7eRKr5btykU0zgO1NnWxMHgzae1J0tRCILCifwnVzEeO4XrJP"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "kJZJJ1yvLRw8urztj1M5pfiNty3aX7zOCM9s5d4ZqVNXMUtB1D"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "EKy0nnkehsFKicwb2AEzRr8amJtVllaNkTKiboVWYapoj1pjMU"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "9xlXvtd8WgIi2yWyADWRuu0fHFykwtqr70jAO85fzZATG7SUK7"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "wfFLsyPB2SoWr5Qar2mFapf1rXN8LUYeXgUZTaAtlbMDKokfa0"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "RydI29eUpBPEOqAzLnDoCioahrghIpGTwmnXwnw07PldA4LkzR"
},
{
"typeCode": "INV",
"imageFormat": "PDF",
"content": "z7Qa8qyE23a9EvJq9sGcdwL5mF3JPrMJ0aIHxNxXG37L7KhOV4"
}
]
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.{
"instance": "/expressapi/shipments/1234567890/upload-image",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/shipments/1234567890/upload-image",
"detail": "Operation not possible since shipment information not found",
"title": "Not found",
"message": "Not found",
"status": "404"
}{
"instance": "/expressapi/shipments/1234567890/upload-image",
"detail": "#/productCode: expected minLength: 1, actual: 0",
"title": "Validation error",
"message": "Unprocessable Entity",
"status": "422"
}| Query Parameter Name | Example |
|---|---|
strictValidation | false |
bypassPLTError | false |
validateDataOnly | false |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "dolore" |
{
"plannedShippingDateAndTime": "2022-10-19T19:19:40 GMT+00:00",
"pickup": {
"isRequested": false
},
"productCode": "P",
"localProductCode": "P",
"getRateEstimates": false,
"accounts": [
{
"typeCode": "shipper",
"number": "123456789"
}
],
"valueAddedServices": [
{
"serviceCode": "II",
"value": 10,
"currency": "USD"
}
],
"outputImageProperties": {
"printerDPI": 300,
"encodingFormat": "pdf",
"imageOptions": [
{
"typeCode": "invoice",
"templateName": "COMMERCIAL_INVOICE_P_10",
"isRequested": true,
"invoiceType": "commercial",
"languageCode": "eng",
"languageCountryCode": "US"
},
{
"typeCode": "waybillDoc",
"templateName": "ARCH_8x4",
"isRequested": true,
"hideAccountNumber": false,
"numberOfCopies": 1
},
{
"typeCode": "label",
"templateName": "ECOM26_84_001",
"renderDHLLogo": true,
"fitLabelsToA4": false
}
],
"splitTransportAndWaybillDocLabels": true,
"allDocumentsInOneImage": false,
"splitDocumentsByPages": false,
"splitInvoiceAndReceipt": true,
"receiptAndLabelsInOneImage": false
},
"customerDetails": {
"shipperDetails": {
"postalAddress": {
"postalCode": "526238",
"cityName": "Zhaoqing",
"countryCode": "CN",
"addressLine1": "4FENQU, 2HAOKU, WEIPINHUI WULIU YUAN,DAWANG",
"addressLine2": "GAOXIN QU, BEIJIANG DADAO, SIHUI,",
"addressLine3": "ZHAOQING, GUANDONG",
"countyName": "SIHUI",
"countryName": "CHINA, PEOPLES REPUBLIC"
},
"contactInformation": {
"email": "shipper_create_shipmentapi@dhltestmail.com",
"phone": "18211309039",
"mobilePhone": "18211309039",
"companyName": "Cider BookStore",
"fullName": "LiuWeiMing"
},
"registrationNumbers": [
{
"typeCode": "SDT",
"number": "CN123456789",
"issuerCountryCode": "CN"
}
],
"bankDetails": [
{
"name": "Bank of China",
"settlementLocalCurrency": "RMB",
"settlementForeignCurrency": "USD"
}
],
"typeCode": "business"
},
"receiverDetails": {
"postalAddress": {
"cityName": "Graford",
"countryCode": "US",
"postalCode": "76449",
"addressLine1": "116 Marine Dr",
"countryName": "UNITED STATES OF AMERICA"
},
"contactInformation": {
"email": "recipient_create_shipmentapi@dhltestmail.com",
"phone": "9402825665",
"mobilePhone": "9402825666",
"companyName": "Baylee Marshall",
"fullName": "Baylee Marshall"
},
"registrationNumbers": [
{
"typeCode": "SSN",
"number": "US123456789",
"issuerCountryCode": "US"
}
],
"bankDetails": [
{
"name": "Bank of America",
"settlementLocalCurrency": "USD",
"settlementForeignCurrency": "USD"
}
],
"typeCode": "business"
}
},
"content": {
"packages": [
{
"typeCode": "2BP",
"weight": 0.5,
"dimensions": {
"length": 1,
"width": 1,
"height": 1
},
"customerReferences": [
{
"value": "3654673",
"typeCode": "CU"
}
],
"description": "Piece content description",
"labelDescription": "bespoke label description"
}
],
"isCustomsDeclarable": true,
"declaredValue": 120,
"declaredValueCurrency": "USD",
"exportDeclaration": {
"lineItems": [
{
"number": 1,
"description": "Harry Steward biography first edition",
"price": 15,
"quantity": {
"value": 4,
"unitOfMeasurement": "GM"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "84713000"
},
{
"typeCode": "inbound",
"value": "5109101110"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "US",
"exportControlClassificationNumber": "US123456789",
"weight": {
"netValue": 0.1,
"grossValue": 0.7
},
"isTaxesPaid": true,
"additionalInformation": [
"450pages"
],
"customerReferences": [
{
"typeCode": "AFE",
"value": "1299210"
}
],
"customsDocuments": [
{
"typeCode": "COO",
"value": "MyDHLAPI - LN#1-CUSDOC-001"
}
]
},
{
"number": 2,
"description": "Andromeda Chapter 394 - Revenge of Brook",
"price": 15,
"quantity": {
"value": 4,
"unitOfMeasurement": "GM"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "6109100011"
},
{
"typeCode": "inbound",
"value": "5109101111"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "US",
"exportControlClassificationNumber": "US123456789",
"weight": {
"netValue": 0.1,
"grossValue": 0.7
},
"isTaxesPaid": true,
"additionalInformation": [
"36pages"
],
"customerReferences": [
{
"typeCode": "AFE",
"value": "1299211"
}
],
"customsDocuments": [
{
"typeCode": "COO",
"value": "MyDHLAPI - LN#1-CUSDOC-001"
}
]
}
],
"invoice": {
"number": "2667168671",
"date": "2022-10-22",
"instructions": [
"Handle with care"
],
"totalNetWeight": 0.4,
"totalGrossWeight": 0.5,
"customerReferences": [
{
"typeCode": "UCN",
"value": "UCN-783974937"
},
{
"typeCode": "CN",
"value": "CUN-76498376498"
},
{
"typeCode": "RMA",
"value": "MyDHLAPI-TESTREF-001"
}
],
"termsOfPayment": "100 days",
"indicativeCustomsValues": {
"importCustomsDutyValue": 150.57,
"importTaxesValue": 49.43
}
},
"remarks": [
{
"value": "Right side up only"
}
],
"additionalCharges": [
{
"value": 10,
"caption": "fee",
"typeCode": "freight"
},
{
"value": 20,
"caption": "freight charges",
"typeCode": "other"
},
{
"value": 10,
"caption": "ins charges",
"typeCode": "insurance"
},
{
"value": 7,
"caption": "rev charges",
"typeCode": "reverse_charge"
}
],
"destinationPortName": "New York Port",
"placeOfIncoterm": "ShenZhen Port",
"payerVATNumber": "12345ED",
"recipientReference": "01291344",
"exporter": {
"id": "121233",
"code": "S"
},
"packageMarks": "Fragile glass bottle",
"declarationNotes": [
{
"value": "up to three declaration notes"
}
],
"exportReference": "export reference",
"exportReason": "export reason",
"exportReasonType": "permanent",
"licenses": [
{
"typeCode": "export",
"value": "123127233"
}
],
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "INV",
"value": "MyDHLAPI - CUSDOC-001"
}
]
},
"description": "Shipment",
"USFilingTypeValue": "12345",
"incoterm": "DAP",
"unitOfMeasurement": "metric"
},
"shipmentNotification": [
{
"typeCode": "email",
"receiverId": "shipmentnotification@mydhlapisample.com",
"languageCode": "eng",
"languageCountryCode": "UK",
"bespokeMessage": "message to be included in the notification"
}
],
"getTransliteratedResponse": false,
"estimatedDeliveryDate": {
"isRequested": true,
"typeCode": "QDDC"
},
"getAdditionalInformation": [
{
"typeCode": "pickupDetails",
"isRequested": true
}
]
}{
"shipmentTrackingNumber": "1103733901",
"trackingUrl": "https://expressapi.dhl.com/mydhlapi/shipments/1103733901/tracking",
"packages": [
{
"referenceNumber": 1,
"trackingNumber": "JD014600004617230770",
"trackingUrl": "https://expressapi.dhl.com/mydhlapi/shipments/1103733901/tracking?pieceTrackingNumber=JD014600004617230770"
}
],
"documents": [
{
"imageFormat": "PDF",
"content": "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",
"typeCode": "label"
},
{
"imageFormat": "PDF",
"content": "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",
"typeCode": "label"
},
{
"imageFormat": "PDF",
"content": "JVBERi0xLjQKJeLjz9MKNiAwIG9iago8PC9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoIDUxPj5zdHJlYW0KeJwr5HIK4TJQsDAx1LOwVAhJ4XIN4QrkKlQwVDAAQgiZnKugH5FmqOCSrxDIBQD9uwpXCmVuZHN0cmVhbQplbmRvYmoKOCAwIG9iago8PC9Db250ZW50cyA2IDAgUi9UeXBlL1BhZ2UvUmVzb3VyY2VzPDwvUHJvY1NldCBbL1BERiAvVGV4dCAvSW1hZ2VCIC9JbWFnZUMgL0ltYWdlSV0vWE9iamVjdDw8L1hmMSAxIDAgUj4+Pj4vUGFyZW50IDcgMCBSL01lZGlhQm94WzAgMCA1OTUuMjggODQxLjg5XT4+CmVuZG9iagoxMSAwIG9iago8PC9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoIDUxPj5zdHJlYW0KeJwr5HIK4TJQsDAx1LOwVAhJ4XIN4QrkKlQwVDAAQgiZnKugH5FmpOCSrxDIBQD9wgpYCmVuZHN0cmVhbQplbmRvYmoKMTIgMCBvYmoKPDwvQ29udGVudHMgMTEgMCBSL1R5cGUvUGFnZS9SZXNvdXJjZXM8PC9Qcm9jU2V0IFsvUERGIC9UZXh0IC9JbWFnZUIgL0ltYWdlQyAvSW1hZ2VJXS9YT2JqZWN0PDwvWGYyIDkgMCBSPj4+Pi9QYXJlbnQgNyAwIFIvTWVkaWFCb3hbMCAwIDU5NS4yOCA4NDEuODldPj4KZW5kb2JqCjIgMCBvYmoKPDwvU3VidHlwZS9UeXBlMS9UeXBlL0ZvbnQvQmFzZUZvbnQvSGVsdmV0aWNhLUJvbGQvRW5jb2RpbmcvV2luQW5zaUVuY29kaW5nPj4KZW5kb2JqCjEzIDAgb2JqCjw8L0xlbmd0aDEgMjk1MTYvRmlsdGVyL0ZsYXRlRGVjb2RlL0xlbmd0aCAxNjEwMz4+c3RyZWFtCnic7b0JfJTV9T987n322WcyexJmJpN9EhLChBCI5AmEiEYgrCZoJCAg4EKQRbQVIiq7ihsgUkldKWgZEtSEpcSlbq2F1qVoa6WKxY1KW0WqZOY9984Egdr293v/7/t5P5/3Y8L3Offe5567nHvOuefeSQIQANCgDQSwXbl4YfCvh+/7NZZsAVAGz2q96tqHhb86Mf0mgHThVdfcOMv+1b4dAOYMgCJx9sxpM167yzgIoDKIPINmY4HjBfsrmG/EfPbsaxcuubbt0t9g/scAzvZr5l05DX7/0SaAMcjvfPTaaUtaTUb7lwDTe7B+sPX6ma2PuJe7MH8EwHaNtAcyOJ6ADDEXkCdxtA/xOYmj7B2j9FMAkplE6qsDnoTfk3wShE7yDXjgFPGRAXARiPA1znQn9ML94ISJsIE4IBvcMAkuIiLWicA68mBiceITuADugYcTz5Llie34/i54CU7hCP4kEqiAMVh/EsyET4SPoCmxGVRYCUYYCuOJG6bB2/j9FY7hXrgPfkF+nDiFvTphObZXBTVQk3gucRoKYZ24XjqsPQ13w14iJ65MzIF+kAVraCTxduJ9yIUmeASexDFFSI84CkJwNdwOm4hPeAlT98OjECcm2iyMkA5gTxfBZLgOboA1sB1eIw7SIB2WTiR+lDgGMqRBPo5pDnxCyslo+phoSgxLvAuXQTe8gvNl3z3iZeIT0mXx6sRPEs+DC54lBrKPPCeVSXf23pL4aeLnYMLxDECJjMF+psOt8By8Cn+Dv9NliWUwCiZgz78kmSRIclHib1MfXUqXCm9Af5xtM452EWyFGK7IHtgL+1E2f4Aj8BFxknRyMZlO7iZ/pyY6gx4UHhR2C2+KRPwZyjsMOSijhfAYPAO/htfhIJGw/VLSQOaSeWQj+Qk5QmP0c/q1qIq3it+KvVJu/Ej828SYxFfgBT9cAjfBMpTtI9AJu+E38Bb8Hf4BJ4mNDCazyU9JjBwhn1ONZtGxtJVuoI/Rp4Qxwt3Cc2K5OFy8WnxdfFdaIa1Vpinx04/H740/Ff9t4tnEb1F3LNh+LtShRG9BrXgMDsAb2Po78B58wPQH2x9KppArsJcFZBW5jzxFfkl+Sz7FWQL/zqJDaS32Oo9ej3JaTu+l92HvB/H7EH2Xvkc/o18JkpAlDBLmCz8VYkKXcEj4i2gTc8X+4gBxrDhFTODKlEkXShOkbdIO6XnphFwlz5Bb5Y+V5cpt6q97C3v/FIf47Hgs3om6q6Im3YSSeAgeRr3fjWvwGkr0NzjiI/AlroKfhEgejruS1JF6MppcSi4nM8lyspLcQzaRB8nD5Oc4A5wDVXDsEVpDJ9BpdCa9ja6kd9Dd+L2HvkrfpofpcRy5RwgLEWGAcJEwRbhMuA7nsFBYKtyGkr1b2C4cFN4QjgkfC8dx1TxiP3GReJP4gPiEuFv8rXSJdC1+PywdkHqk30qnpdMylf1yhlwiz5W3yR8osjJIaVBWK28q/1BbSQYpxJEH4awv6kMb7Ee3U6e4jBzHgkwighVnHsF1mIBW8Q+oFuK4Lhb2Hsfmoj4xjXHKuhhD/oVkL5STX8IymQroFcUj0EH+SI+IL9AL4C3SQnziE8J10ms0BDvQG62n++heMhx20yo6mW4RgHxEtsFHqO9L4D5yNVkAO8hxMoTcTCrIMniTuoUJ5DaoSjxMRaKRi8gJwBHALeIMuAL+4xephD/CJ/GHRLP4Y/RPXbABV/RJeJ/8DL4hUuJz9G4CeqNp6GXWob7fDszrNaOdLUN79KEHuUY+CLuJjF68Qh4m3gQn4J/wibQHNWo4etJj8TniQ+KHiYpEMVoYWhlsQ7ubDReixXyEWrIf8yx3OVq6AX1JGVp1A0yBGXAzer27E7HElsStiRsT8+BXyPsNKSLfkHa0iC7kqIJX8PsueIesRTu88D/P8999xWdAD3xKvCSHlKE9HJcWS+ul7dJu6RfS6/IAlPZt8CBq9AeozQacwZXwW/gUviYqro0PiiCK4x2MY2+Ea2iTsB9GED+0os3mox8fnprJAmxlOUpvC9rzfrSNE+gnLodfwGFCiQdndCX2r2I79SjnqVj7cVzBW0knlsxAr10In+G8LWQwXYj96djSBvRaPTimP8JfUNoJPq4i9Au1ZDK29TVcCjOwh0HQQHZBXeIZ9FRjoFb4Nco7m9hgOMkijyJfC1qoBTKhUvqQUCiKj0kMpnOE/bjHJLC8HXevdLiAzMdRWHEeveAiY6E8Ph6KdF2vHnZB1dAhlYMryqMDywaUlvQvLooUFuTn5eZkh7NCwUC/zIx0v8/rcbucaQ67zWoxm4wGTVVkSRQogaKR4bqWYCy3JSbmhkeNKmb58DQsmHZWQUssiEV159aJBVt4teC5NXWsOeu8mnqypn6mJrEFq6CquCg4MhyMvV4bDnaRKeMaMX1HbbgpGDvO06N5ej1PmzEdCiFDcKR3dm0wRlqCI2N1i2evGdlSi83tMhpGhEfMNBQXwS6DEZNGTMU84dZdxDOM8AT1jByyi4JqxkHF/OHakTFfuJaNICbkjJw2I9YwrnFkbXoo1FRcFCMjrgxPj0F4eMwa4VVgBO8mJo+IKbyb4Bw2G1gb3FXUs2Zdlw2mt0RMM8Izpl3eGBOmNbE+7BHstzbmuemo97ssNu4Y0bjy7LfpwpqR3jlBll2zZmUw1jOu8ey3IfZsasI2kJfm1LWsqcOu16EQ6ycEsTd6e1NjjNyOXQbZTNiskvObGR7JSlrmBmNaeHh49pq5Lbg0/jUxGH9jqMPv17sTR8A/MrhmYmM4FKtODzdNq83Y5YQ142/s9OlB37lviot22exJwe6yWFMJk/nsxMwz73iKV2ep+vFnJEvYiMIXoULEglcGcSSNYZzTYPaYORjWXDkYq+FXE0Gu2AxckTkxbUTLGtsQVs74Y1KOLRxc8xWgBoSPf35uybRUiZxj+wpYkunJGVXD933pWCQSKyxkKqKMwDXFMQ7j+fLiosVddFC41RZEguKDBpTttKYhJSj+UIgt8NouHaZjJtY2rjGZD8L09A7QSyJNMdrC3vT0vXFNYm/a+t6cYW8JoybvBhaPu2Jq7pl/Vps7beTsITHi/g+vZybf108I14+b0hgcuaYlJdv6iefkku8Hn3mXSsXSRjQK6TSVoukCf4tKefmZyizTaIqJOfhP5ko9IyagUvICEqyL2VpGJZ9NhlDo3/J0KepZTF2JE4yLk+/YUqOMDYmcmx96Tv6c0ZnWCDheMZfWT5yyZo3hnHd16IDWrKkLB+vWtKyZ1pVomx4O2sJruukT9Ik1rSNb+ha0K7FnbXqsbl0TTmI2GVKMIQGTtoTfuMMqMHw3JXFZ6aLVehpIYlwAgyLGCfhUWYpTYR/JBQ0DSy94I7aTVb1VY2xfVo3urYJqTNtO42NAacgesufgg+BmfToo9JzWJfgWgiIefyjG1EA+wMiC9dVfTxcGE1keLBq0nQKlci4JSqUSlXaqr+9g7TezRqtOQvXx6uMDStOwXYJ4lfjix/CQYGb09D/Yk7XMZnEAT0sKGEhZNyiJw7pWURmV8/GhdCV6dC2/PCrr+MDcYb0hlIfv8FEAhWKhlG8oMQ2GCqnaNBfm0pnCLGm2epXhY8F6sUyoqhHBoGmiohHc/hV2VpQ1UQxKslOSZNWg+zOHGVgXRn9m1JBDBUEWtS6yT7fICpVEPE6pJo/HD110mm4MEB7ktxGBdNFsXQtopFRr06i2h2aDiDW0oEQkn/GKK70RlG7z6F7fyeb5XzbP9/aOGTmz9i8oahRKddXo43ZHZUlVbyRStVLqH1l584sr+3sZUWxVVStffHFAKamPGSfUx/qhWnWDkIh3qKJhTyKOojm9SxYHs68mMr85wr9CIQG/SShNEKQD8V+09T5zY/wlOpRUFr72Ehkd75T2nF5Dg71HcOU2oKSno6TTIIixwGG9+oZCMtuypPAv4klR1EIuTc4vCuW4HQHXWBctde10UZfLGc7KcaSpQWcOAZqe1yq3Yehbn5+300RMKLlOzRg1ddF1eqi0v96/oX9L/9b+bf3X92/vrwb7l/an/Z1ZQQimlabRtC66trN4wISkcJjujbY1zz8ZmT/6+JfNx7keMtgrS5rno2F2gyvR1pFZ6cJOOvyMtO1Kq8T5NmElghIExBlRWVFUuwxBFEszNKeFyvpRl1NW3BhAyDKGDSFiH1hWMWhQeTQ3Lzcs2EOpTG54A7345ztWTpk3dcX65p8uvjj+UdxM8p9/qvCSS+svLvrtduJojwyfoN/4mrQn8/IHpl71ZCRv37IZ++ebVSq+FH9K0i69sHaSJvV2x5dopuYxwy8vRDOBaYlj0hXSG3jSe1MfvUJb7Vzt3gqb5Je1N4U3jV8JWo6Wb8o3FzgL3IukRdoKSVXSFI8nzeMpoIVCjqTkS9VkLHlA2qi9KvzSqJDxNiBHMOaiwCRu90Y5NZiRkim6x1ssqhbd4oha6qdayVgrseoub9TaRfL1LEexQbB+YZkMXwA2SYm/NINkuPLaFWJVAkqpIqDHWNeZvjS1LLgYY2zNJ5txTXBJer+MNM8/GmGUJQaUQjNpbm4mkiyGg2C3QSjocXskFGOWbLe5B5YNEqtJYHj89c/jf4yvIjeRKDFvm1EW/4P/scWP/OqV9sXbafplJz4hd+EZ9Dpy/9YrYnXX3/Zp/Jv4p59vYJ7gPtTPaaifNgjAMn1gPhr3hZ6Z4kyTVOip9IxyN7lnu6VKz6D0lekPSBuMUsDOlDLNkWO1qb68nQpRUhrJJqWntYVIMFQaoiG7A3XQVmqjNqaDwe/VwTMKyGY5nzAl8rjdDpcTz3b4HU6q0DDKtAZ16D6a+WzLLV0txRWzRt86/dHeN0j+ez+uGDW1quqaCcOelvZk5D4fP/abp29tv7K+MCA+f7rc4pj8y+3bn5nlsDAN2YgnuNtwphpcr1erkihLOUpQLVUPqO+rYom6XqWqCoKYQwnVQFWq5bFodeMF9PnUHzSWGqlR1ILo0kqZTuCcDGfPia9g1WjM4KTYlBzMppAKEnqYAaUD7SFXiGOjcLx3KJ3Ru0Xacyr+2Kneu9nYmJcoxLEZ4RE9RxMlg0A1Q47o2CkQQQBZknAQiqoaQZXUoHyQSZ2u1bN0c4O5xSy0mtvMNGguNbebe8yimRqTw+xB98MGahqw6FzhX3+yObUPceeIDzZa7gAEtPzMSiHpABj5zgHwmfRN5sz3BpJPa0l+/HDvPmlP7wFa800dvaV3Gc5pHU5sN85JgHndIKGSlEWjElOWcA6nerXTEwVJlxqkNumIJAWkFqlVOiGJbRIaDRVApcI7uN/G8NQj9DBTZJM6hDkRrhMHbE1Zz/WpqVTjwAhmcbRsfOtIvrTnmzocBwpY9uE4TORJ3WgUctVcoyCiXNG76VrGkKghOGRoVOtKHOlMUf3RjP5Yig9ZUw0fap8b0FMbDGk0Q7RpAUOYFolBrcRwFZ0tztTmGm6gS8RHte2Gp7U9hpPaNwb3VnG9ttXwkvaq4ff0sPi29o7hGP1Y/Ej71GC+QVtiuJWuE2/V1hnWU6XROJPOFa/SZhsW0xtFpZbWi7VaveFS9VKt0aB4DSWWKB0iRrWhhmqLIlCTKGuawUX9okdDsxuqF+NOGxRVTSsTRKcgiNRoMJQJFJPUqAqCSaTUZMDNWFEDFmLpIuZOdp7bQwfz9bisObkOngkTo1KZoivLVKLuX4ai2W8MGk20iw7WHbgAOlYEHStBWYDtQNiMmamU7cv5xyMRW9VfbVV+n613fu/8Kr/XhnssFtiOzsc1sXH9cngqz910I3wPSZuA+qYmjuwyBtne2sy/+PpFIDK/GReREKZhBN3A3WQvnpkVsi9+PP5e/MP4n3CH9Qoff1MnLv92KQOu8ya0oTCzb/K4btEEWfUJHlV0oBbhUkOnw1jN9JnNmlG9ECcklCmqU1FUQaVUETQUF4pKENmERTZhsUw+iPEFszWfbmwwthiFVmObkbYbe4w06RNULdUoo7plwoSoVnaO9RnOsj4MP9D++gwQc1xv2c5aCYiV/dnkUUADSkdwW2x7xliuthnL+YAv8PePqhPwIQluoUzQBbFOuB3dVrvaoR4V5BeFg+q7qhAUStSoMFQdq94jbFXbhZ1qTDigGpNB3cDyKNUH8qDuiG4uKYvSIHsoznIs2ahrof5ROhEfvHZdvyDm8KFSRfFSwaMU0TxlKB2ojKG6cjmdrGhOmq6MpiOVzcoO5Vf0HfoxPab8kxrzaL5ysbJEWaU8SWVmk9dH+r6gb4mbgK8w8yHEvokEaSNJi/++dxcubLHwxjd1wr7TtWx/asJ9/Rju61ZIh4f1SRuljeom0yaLqBLFoloVb553iXaDQ7nBvsS1QlytrjatsNzuWO1c5VrlWeVd4TcpDlxhv8vhd/q9Lr+SVmzWfMWK4M7baSBgsBmCBsHAdq5gaaae2ZLZmtmW2Z4pBzNPZNJMW147ECtujKV8Ldd1Zix94cyezXexZr6L8YgbFXg+xkFRjHIqBg1MbdVAnA7conEDw+26aUTZU1et7iS15Pb40vj+eHd8KRnwl127Pnzv2WeP0DePbGrtiAyJXxffHP9JfB5u2LP/GU8kEqdPfcvkcD/uXqdQu5kcbtBzZKnb2e0VLpTIVdLbEnXYc8wWC6Tb2O5lBdX9LzuzO5BZmpqflGmznr2RZZy7OZ/Zm1Pb2Hf7My4YBh+pAC8c9lGcWiq+u5/8gVjGL90+feOYua8+9/DOxSOuGFXeLu1xh97bubJrjt3V+3vx+XhL/+k1DbPNBuyY7Xi4Y4ALQnBKX15pvch6qTLXONe0XXvC0h5+xnJYM8iqbPCobsMgS52lzqqoNs3utDitTtsgyyDrhdZFlhttbxiMS7QlvsWZq7RVvhWZsuZ2aiarZYJlkeU2y32WRyySJWg2Oc1mk9XkMnvcOWk2J2lxtjup0wnBEBMXCs4FqoUdQfLAbDNT85vpee1yTO6RD8mivLI1TILh0jANh1xnSy1rwJXfSY3rQiqm5j7vuwCAWzdadrPlZtuLxJ6KoTGqm9/MBFrG5YlhsyctJPSn4bDd/p1UMVSe99lbbc8/13Lz3M74Q29fP/GKWVV/eGtu1dhR2buPSXvGvrb8sd9nDF6xI/4Bqd7RFOrdIozJbhx+8WUmiUUVFyf+Iv4dbaeIxPQLuu1dmc/kv1QkYuDrwsDX5Y3MlGbmL5SXmBfmv2N6O2xqMkyyTMpqCs82zXJcFZqTf1XRDZkrMjeETI4w2x37BaKM6jN9/ui4rHHh57KeC4vzs+aHb8m6JfznrD+H5Yih0JydlR2uNEfD9YZ6c23WiPBc88zwjeabslab12Q9bnjCvC0rTTNoZjlLDvsMPrM7S8kKG8wi8Uz26r5gdJ6XzPNu9VLvHjoT0tELmfyVgXSSXuwUYBRhbukifzBaSnTSQFrIetKO5+seopK/irq/0iYSsbhQ836R8BCPnuaJeuqVvFx//0Beuy2GkWg9+cKeXEBf8e9SOl8/oXEX6IOb+IlojO0k0sj1LA6fH/myOXI0Sa+PHMVNLOm6eJiUhfJIzxyG8jiUoh92pFVmoXiQYO7VDgfLHdKtjkpz0FFp4LCyso91iwnLzJUGLwMPr777auoLhXPc7qTjyOPf5dFB6FTEZOCvyC6nxy1yzWGngotJ0L915V13X3BJtPuvLSuXffEz4iQeJX447eabb7mopGgwiR1ctC4BB+Kfxt8m72XcverGcdGL0h39h06+8eetL8z6+2vm+VeWZ1VGc0pmXbt/7dI/Xk0I058i9Dnd/Jbgej1copWKpVKD1orn7/WaIhOJ5ogCVUDV8LguLmP7JCnWDbKCJ3ZYxqwEs3bB0kBbaRtdT0XqU3ufTEl9XOMuilLnEXNvFT7wtH405XOqeCSHG0M5i5fJ+/HR4h3xMeLzp059OwxHdS/uCNk4Kh+s0QcrqqIpNnQS2oXqhZpyqTbZtsG20b7J9aD7Cduz7t+7PpJPykazyYSHFiUnTTMZg+aDLBbi4XN6Q3pLutCa3pZOg+ml6e3pPeliOsE4M+gr9fX4BB8zdP+/DZ+Pc2PnYWdayI5L4uami3uazULDWezQUn4vyTem3fXjpW1+kl96y+Gf/+6dpc5M3OT+sn/wlGuv2vBzIXI6Hj/17oamaQ9OWnqSSV0BUNbyePUR3RERInLQONAogkyMun9IVMawtROpcBbt8JVj9HFM19iNig8fpr4csJzErPYKd2ZUDOJDwRBSNvnBpRVAjqZ8Yjhm+lr7p+Frk/Sy9KrhZdO78CZGrG+bPoWPNG2H+Ii0w/CYaa/YKe01PG16RdT6i1lSiSFoelC8V3rQcL9Jfd4oSsGuRGmnjMFoV6JMv1wAUxAESoMEnKhJBjy/lBkNTqPRoMkKnrk0p6pqotFkSoWtRhljVTxniSZBMhgVTZVVRZEkEeMxkgxg0T+jkpVgfNpFSnVDUN5v3K+XsCAes6YguyOixGfuuwby+0b3Nvu9vb1+X2+zt+8mKBmN2lLf3C/jPzt/gp0FqaPPjlLPJWibfI9HJ5CKZNhjfjO7BcIINQ0pIWRm/GFS8h4xoW8ifyaF8S3xl/BY/h6ut1344jQeXDBiHfVtFxrHRYmPxf7iMAhDGRmjz1b8aoaU6fZfnD4q46KcP9jet2uDfHW+S3Nn+a7KXZF7j+9e/+P+7vSX/a+km2TZ7HLLPneeXOBq8t1AV9DH5afll2TTgeg7NpqZXTbAXmTO1iP9o9l6Vj4+fJnRedmns2l2XSbzoKUWa/SCTAKZtsxY5j8zxczMIjIQdCxlsQ6FSSE9w14d0tNt+PD6o6EuuvBpUTGZDUUsosB3nOJrTrFGEdbQdaex34BctUDLNzcFTFtNFA8LCTwv6BZ31OQfGyXRFtTuO0tRTAMLQlM95H0PGeuZ6pnnETy+gXNq+s5z6IHnH29mB+pIMneU2xpKG90DBs3cL/PdNXKc3cfhOgoWW9JrzG9m3jMPfSXbVwWn2xNi7lOW0RqZC60YVJGMxQgLYVxON7uiqhhUTmYmIr87uK+rXkjPiX9qtCnCqEebH90/+cF7fnlJw7z6ieSKQZ9mVzTWXjJyoM1IP+i/+b6m1c/Gu9bdfklGhU+tq+tYNeWO+oycYMa4kUPjv3OUefOqhk4uy63InsksehKudTWutQ/+rI9rtDY5mtyzrXMcc9w3e2/0baQbTS/ZXvL+3va29xP5E/WTtE9cp+S0wWmDXRc7LnbXeZtMc0zKEEeFu8Ir3CDdYF0prbCu9m1zPOHudjzj1ix8DdKjjD7tcEYtA82sxNcvyqnVHjXvISIYcIUcdiPoWBV0rAcD1+NK7EH7FPFV0KMQVkpCUGJmCXNoLLpJf7oScvr8jcnFYRdV7J4q8uXxCLupaj4aSV5UHWXGwSQ/v5kkr6a4aAdVSEzyLBTG9RAHxD+zXDl2zs3Lrm6Y5SLOyJevfxL/jLiPP/8R/bxswsS7t+/fctm8kl88T3KJiGe9nCdY3FuDsstD2TkhgzzSDbbEKb3OWPmAttm8wbZNesKwV9tr7vKrqpOMohfKdYax/baZn5Gf8b9seMX0tuGw6ZTytdmcYc1w6emZUZdusUetrgOugy7BxaXTr5pTiwcpvUPH0NHRYGmxUIvXwaKNZ3zpUTLQwe/+MoPJO8CsgiSNFCepN4NT3YoG1M4+jrHhsKc6HGgTnaLR4WW2kW1UIERKXEmhlvSb2m9ev639xH7WkKqbrVHVl5nS/8g5l4HHMdjQnV4931nt1ftZ8YFG52XWyWOF6l4ejDhwEFjDwQaDlRwp42S0o6/qlym3xRkAXzgq2aA7PIzEOjXDMJ6tCVVzx9Z0lJlVM+/eoqOULKxTC+veoqOwuPNr4hfqGBKhLx3Id0FojhC25EHc+NiagxDie2JaMmrx0G+Id9AnO+Of3T6HON84Thxyry4snzZ8Sp6wZPLlVVWEjC/Z/NOn734PI7pI/OX4/pvXjiLX3LRsxIgFzI68qBB/wXjWDV162SCRFIpBW9DeJLZ5JVU84KUut506HW67Jc0KNksaARt1aqrVSKYaE3hUZwthkInd6iYJN3GzbD8btnsCm5bTnAZtYDUemxtUQc23ldin2qm9i4i62ZKWS51Tod3d46ZuphOaKer2eZZ00zmQXLP5VaPZpzmnmzGQ8R0FL/opFvojqvFRWWbFr5RzShvII7kyj8KtxDXQFcZwIezdUvnAoiULckcMu6D8d7+LH9si5jasuG1C9ou2ynH1751+VriI2cLE+Dixhe8ZJaRMb7khc2UmdZjMrQNWmNsGiEGCZxShlAykAwWdjKAjhCZrk7MpZ3LBZFyqU/ZTafah5oHuofkDizA0d9fn1xadMPV6DHeijzaazMZCkznP4va4is0mDC692Uz/n+b6z9XcYucq0mk0JWl+YVL9wzlJOiCaNAPNlc4d/VQJBdwRsOYxYjEUM3EbXYrXJxcWGHP93i5SoGs+n99/1wAygHSRLt0AA7NDDl9pY1XK23yJtjD/JMZcx229PDjEgzb6m9RtwtEIbuEefp6qZMDzITuoogtqnj+iUTfPsc5xzsm5qmBWZE6J3NwEzR7J7elz+OXol1JK6inH2A3jtSDuEGlO95nj+o2kRs3Mn3xdRU6aeWnP2zdPJ+TAL9uIMqx1713xv39w+taWq+5cNXvmrXV5g139Qu4B4SsefPLpu94iRuJ/6v7TF+7bM7eq+04LvfVnP/npQ4+1/wRFcg/G000Y2bmhQ49YSYBUssWyDSfD7X8i/ySaIrmlbNpon22XCKFpTrsjTXBSYmWiyxQUzWBwugxuAKMhV9X0YHZ0p0YSGtFQmCh4d1Z2dL233UtbvSe89Asv8YIz1+3irgnrtrvICRdx+TzVSfHiWSZ1cY2pk6kcj8BZmHQcZerh+6rKA1w8r9pRbftRF6prlLt4mSXJjlX7p20Zmxk/Fhx3Qd11A+N4Ku39aOuo1lV39d5NBzwxpbx29Yrez3HSqL/3orE9yW+EFbihGzR2B2w3VOtag0bbtJjWox3SvtCkgNaiLdPasUASZAUkUbAC0fnNrwDNFI1VkhXRQBXcJ7jGhbKjok9Nzeu7eVRzE/zu2hoN8PpI3wej9yY/GBWfIWL89LcXi7nfvosrtBpXaCq/h/8zu397r9Ns57eG+s2+4qgi2IQ0OU+bJe80HDC8ov3K8K7BMEFoEahZ8Wp18qXqYll6RntfPC6eFr+SpTHKGHWWfLO4TnxQ3CJtljcrm1VDQHTIETEiFcqFSqFaYq4X6yUDBiN4KFYNkkETZNEoiTL7oNloVBWDYDAYxS56re6XStTKgEKUmWZqzCVtQAI4YJ+p+kepwInN22c7Od+LdsMC3L6riOQFrHqz7cXkUrJ7quubk7fkLGgNEcW+mvjIRWRK/H5ye/y38a9uxYD1JFkc/3HvFeS91fEnsaOlAPIm9D15ZGg3FKBEmnHl0NebXLLbFBWiatQbDdfSkepIb23YFBRKCiZoLQVtBVsLHpWfUB43PS0/bYoVHCo4UmCBgpKCBnxxoOD9ArlA92dEqzHfxl9KSkhU/JnMOXcYlBD30aJis9vz0jMycvMMuPhWW67Drk8pb7GTebiUXbROt/rTczMzsGxeBmnJIBlYtjsHj1/oVgo6APL4Vq9VM6oPwnHnYdU8vQZRhcjOi+bpQy6IluQdzHs/T7DmBfLa8gTIC+aV5iXyxDxf/odVfcFp6pie9ElVJ3FXRcd/cn4zI33Gw88Z6KrO+sT0+ghz/iSSFnKx0NTDA1SPmxtT3hlj+s6ulhJhbc+sDaV1D1++6OF8tK7MvHFDZ/ePH+tXPahmdnH8mJh7988mTpo0cerltZt6m+jUh/pXjVq7IU5p3YNTiupue6D3dPKTD7EJ18wNW3WvkuZJm6LOVsUukeBq2WrVWusnNknmzsWuWMyyyWjEwxoluW7gzgVIAhv5d87FYMw1WZh8zWbTGR9jIidwNznXx3BJ/YubSarm8dRNWOgcp8KFhK5GbIofyx5XedHCCJqqtPaN5s1jA7TfkzMHN9zWEQ+IuVt2j5h924+YZxmPUeJmnKkZY+yN+qiPyTH167SvXeLL9GOJOnyST6NNtslpk91N3o10k7xJ3Wjq0t6if5D+qL1lOiYdkz82255Qf0V/Lb+gvmSSFqmr5dtUwc610OhhInKKirNS8bekt6bTdEsIzgmK5588cw18Zv/R5thmOWa553hFwjYf0pwWdeC0wOWEcFZ2bs5ZO834Nb1b/kai8Vc/vyf+9RoS3HDddffff911G2jWOiKvib/8xd/iL9yW2PbQtm3tW7ZtY/NdG79G3IjztUEGbNb7D04blUYdUaHSXJkWTa8VLjJflFab/s90bbI82dDkmOye7G3KOKn8M11F+/GzWUmKk83KbTTarBZPSPW39iP97AUWizXXZmNmoxtboY3dlGVWJ+c5f/TxKlxI29G+6Sa3477dge24s+RZhjk451neORl8x2XqzuaMBwA8gOXZQ+SsWa8l8sCfz+0mNH66u/GusbjE7jtnTV++4sqrVuHSNsyI/yneGz8Zf6duUu8nQnfnjp90PvHwVlTIlQBCBZ/7Nj1/o0Q0C5kgzZIWSUKJo9Ey29LqEA2a1RQw0btMCROtNo01UVMXvUEvUBTUb4HKhnzQbFqp1qqJmn+ZY6uDTnUsc+x0HHKIDhvkslsFnD+lbaSdXSvYq7tJRjLUm3+WOp9s9o1OBnsoCdTuyrKkKOZDfcwzoT5Wzn8+omwwyiHEdfpM2CfbSTvT6BFX17Y0XXrhBUPHl4i5G6+uLf+qf832+N9wjqWozzacYyG9Tn9ItsthNc9j94Q3OTY5N+bdX6gpzjondew1d1teDn0UPmU+mSUXmCeZZ5rvN250PJHVbVJqwnp2be5VWTNyVzpWOldk3ZqtVeSOlOuMF5vHWutCw7OUrOy83ApTeag8qzxcnq3IBsmuhbzmPFNWVlZYyc7SixaYljhvdC0uWFS4ynVb4WbX/YW7s3aHzW3kLs867wOFPyuMFclZXYlfsVgwlKJZ/Ko4m+WPdAayk3mfn+f1dExcbSaDsuqyNpnvy3ox680sOZRlMouiH1LRJgxkcWenp7iapA4mPJ+VE+W3v5m4WwBJ3v+KLaSNnCACEBu/DRZ5zTQ31iREbwWRTBVPiFSsyze6dWzaPdCjY7seHRv16OUVUQ+7I/HoOQX4wHatngC/jhA9k/w6+jurnzT4E37qr0tTPCG3HgpH3XpGIBpwk/fx/DBQDTXk3JVDc3RvZjTHX8Q/SsXNpaGIlBaRkiJS1C9UaiO2gXimTm1AyZ8lMVQnA2XNHAVfZEkX06zTuKnwi4+Uo+Q/osO2G3YV3czvolNBL8uynxG5PpllIXDflVTyjDEfv5qTn+ZnJ17VNaOj2pqPD1yBz58xV5qcpkqW7DCx2+hPdxkr+WGOsI/k5qfunTFAxm0pL5vfO7Od6uxrZ/Yjwuw+pZT4HdddeW1FjtN1UfzJy5a++9G7b+bHv7ZPbZxXGszIJc81NX75xTu9pCQyflJ+RknQ5bTXD5v8wJp9d64dMGx4wB3u58qYdXH9int+F0ONDyQ+pndLP0H//bpeEAQ8zBgKrEMsF1uarIrPBV7B7QKPI81JPA7qJF5BUwyKycsW2gqedk/MI7Qg6fEIHjy0dbgIc2+d4GI/nbdQt5iMWomhBPDcNBUtmh3r8r1CrscxyVXt3Orc6RRanG3O9c5DzhNOCZw2Z9BZ6hSdPv+S9r6Nvz5WgTY9lP94mDPRw66uTydvrm1f8jPfcf5TfVj1KG759oGpM18zwQOek8vUI6euhO3h8oHlOXZ6U48xLyPvYu/0H19yU6VRu+UW4hdzj8QnLo9kpL9bOHDcyAH3k4NH3ng0vhrlcwd6hAliLu7lW3TPpfar7BskQZN9chWtstfTevsxqvBzgl00usHgcuJxFs+0uS4XMGdmcfMdPXnw/Q87uqae2cpVckIl6r8/LiS3g/N28uZQOb9ry2WX4M7v7sOFMUP2z7l6+yXEFxhfPer6QuLbOmn6Fds30Pa498jMoWMXHSU9GIDjPI0Ys0zBeRrhr7pLyveXRBX2kNlDZQ8Mxw93IuWhf9A/JLpZJLJgVFWDyYjnG+oQ/JrfkAXFxpeNJjS0E3p+ZjBqAMnoBJ8xBwqNURhiXAmaEQyi0aBplBIZ01oluy/TvRn5UaM5YC4162bR7PH4bYZqw1j+IXGpbhRppVGsFseKgriHlmKA1KZbTeVAguiQBOIzvYj64mMKE/GOPt6MO0Wzj98+8zyPD238p20InleZtUaa2ZVJ8mcKSSjNwy4o0zAmfzY+keS9MsQjW2yvkVAcBdL7wdMj3cXFtB8/p1ji48TxKKU0Et3tyJdIGvOuXpM1qrrN1qjCHjJ7SG4so2xeAZQUhuui2WiRbRTSZDGNioJA2NVHC3qpLrJTdxit5hJLPgRdpa4Wl8COi9z35kb5KdKR0S/qYp/1VAq61xddxq/f83SN8hwllOUcpBL0jEHR1OdszhdTFhQZ3evDJ5NM8kczI5H514+2fYnn+uPNJUm5oFSSn4/ya3nFws/zKfE018dsaIBD0AA7RBvsSZxA6Z/YJdgI/9FM7u4k9uEantjSbGk+fDi81RKufydmGO3AfLKtprRQGkpZsQjhrLw8flFpIZH4KRKOrx6RM+LSZQ3jxviGl0+/wodyt9C/n6bdzdMvyLL/0bygCfgPXNPffn6Hkdwx1Vr1lepT+W+lPPxhFf9tw6cv6Dj4zTene20j1elYV0OQ5K/tACjD4mNghA2++SY+zjYyVX7mS8qXU0W0MoXt0CX8ClrFBeBA1CmZ0CS9DFPIMbgc312NGCFkQob4JEzC+oswvwDpvbQy0Yv1JyMeRgxEjEbkIi5DXJrCBEQN8ryK2I5tTGXtcPohzFVehwuwL0BsQExD3CdNhvvx3Ua5EqazcuxrHbYRxvQDWP4TeTvcjelN+L6J1eWU8U+Gi/F9EabvlSYnEsodoGAZYLoXy93Y/z1szEhzsf8F4oLEcUwXYtsX4fuVSCchnZgar5enP2Q8fK5sjqtZGuWzFMvvRoxHrEVchvJh/KXIF8D8HZg24rg0pCaERQTIwjpV9AKIIS3G/kek5g183jiPM3PC8fMxfT+YTGvOBo6JzesTxOuIQ2eN7XzccQ4WQK0wkK8fm7MZMZS+DsNRLnE2L+mjxNcMqHmHcV57EZI4AwaokNiO46yWdsMmzJchqjgWABG3wDzhS1yD3XCTvAF+iuVAByBOQg79HPxyDlSg/Bqx/UsRM7HNF7g+zGBjSHyONCB+BH5sqwUxF/t+tU9OTDaYH4Xr2oh1TzOLQLnehpiDMtiEuJ6ND/svYTLHdf+aTI7/DOsewX7qGbDPAAfOPbmusAj552NbhPeTXIckReD7uSjTnyMOIJ5jY+gD17MUeFvbQaDbE/9AmobwI15H3M30DdGCaGd1sH8D1jdwfUWdYbrJ9IPphvQy19UJbOzJOXBbWJuymWuR/zKED5EvPwmXp5CPdZl8pjOdZfbS1zbTLabXfZTr9NVM78mnbJ5Mp86i90k9MI6NgfeLutVHmd1huzcyKrj4mDYLb8F6prNM3/ookwvTNWaPzCZStOGsuRalbKQI+ftxXUdd7KN9sjhDD8JmbHOyfDfq6WcwRnwXxgi/hjHSjUjvwfl1YxnOR3wLfVgExqo9UIBrORZ5HziPbmJQ3iJzsa+7xB0oi7fgJ1yub9Es8S0iSTsSn0hAXpV20KU8/S/0fJCe5DtGGc5+978t/78D+ra0A2Zh+lPprUQC53MPswnlM1KKCPZRLO9AtCEK1QjZpF5NupRJYJMBvkTME3UYIulQIfZAtegCHeWUg+WT5Au5312P7b9MPoM7cL1WKC4IC5+gb8S+6Nu4PyBY+0hHn6VH5+jc+brUR/v09XzKdIb5XaQSUh/a3R7EXsS7KfwZ8QHq43XcfnFvYP6Z7w/ooxF3JPU1cfyMfr4KW5De2aef5+lp4Xn6qZyvl+dTtrcw/873FrRTHMcdffNn/pH5OOYjmZ9je19f/fPpWfz3o+/4PffDr8OUlF0XIEoRJdjGvpQf2Yux6Zdoox/LbyT2KtWJvcJrib3yA4nHlasTr8i7E1tw3gVn9tSepC9j9tS3lzI5sX2xbx+VcmFWyp9t5nWxf76PTuZ+AOQb0f7mwnRs99dsX2V2KGxBu0N5YnvLxW1wjfgBrMexW4WdyXJxAoxhPlFcjGksR5/O3huF9fz9ePEfsFgswPQ2pA+CXVZgsfw840m8zss+TL5jZdIU2Ih6VyKuhkelXdDI1orNg5YnXmNrjzbvV9vgJwqgDn8Am8VvcM49OMeXOX2Q6xPj7Ux8w+anDAWPJOD8WB0E48EzYTAljw1cFj1cRvdzHUZZsDblN3m8AdJhrL8VblYNsFnNQ//0FfgV9CW8r11wqapzuYt8v/4b2sdnqGOTYJXkTPyT6/+TiYTwDdrQZ2hfDATfucAnfQYPoi2t4vJJ0rXMfoTPwMV0BOc3kccTn6GOPwbXyztgndyDevcW7gVv4bp9hnO5GgZj+m5xR+JbrDsS2wDWN5aP4/EJ26f0xCFmL0oPeBUd+8c6bAw8/sN+hY9wvPfCKvQlNepn8IgcZHENIah7/RADkuD5ZYiliHVJ8DJbkpIQtnEzL58Jr9DtAkX9Zu9fFX+Gtvcg1AhP4NloFsYPn8JyWgIrhTGod8dxzxCQD/NiEeQLx6FeOMX3n5WSASp4PTfu4x9Dg9iE/D0wQ+yAGUIC017E/aiPyCd1wRTpSoyzrsB2UqCDkEeDBnktpksST7J6vI9TCTeDeCOUcb6zwMfaBzbmh88a8/0o21tQH9h42U/OnjVeNtYz40yN8fvGx+fJ2kU+XucPUAOQ+CMiJ0nj4+gdsAPRTt/FOLwHlpINGKxsgTryEWJLCk/BKE53IcZBnbiUrEI0IERxKTyEtBjpp4i3EFsQ+xB/Fcvhdmz7OaSd7FzAQH+Bvgspvn8MsR/xp753Z4P19X3lZ0P8C5yTl8pgGQMtwpiwCP61/kMQFZegHy5FeSKExdDAIFtgnqLCPPoBljOfdF5eyoeN4jzo99/G899ADkIpl2ES+tlz7FsPpO7/Af54Fg0yivZVzPbn/9Mx/m+B67sMcRWXfzv05zr0McpfAY3sgyvIEdS/LXAJQyrfwuX5ENp9ap2wfBUvP2/9UFcGCeNBP78c08sZ+vLnr+t/y2O7O89Gnx70QSnDWAQh/gnrI87P436wgkFmOlbE8zcz9OXP9PvvMBGiKKc6pMB17Ly8bINFDLQV85uA6fm1DGfyEzGumpjUTwaU7RwGlCH7jT9WdhUDyg4YsO5tDGfJtZHJFftkvNC3Pn16fv76sHGJL2K9oxgzTwT/+fSMfqf8xTk6Py6p72fyzJd8dF6d72ziO9tAW/l3bf7/CWg7ryFeRrz0/3ZfzMswH2FjfuINjDdiGKs+gmfMX8EdAL2rAL59DuD0VPRDeKo+/RSWTcJ0LtK/IbxYNgcp7kbfopadRm2Mv4l4HdEupsOSVFzpw/zIJG/v46n2cpL8jO8bjHa+HZTk/3Yl4kFM/waBWvbtC0jvQ/oV1o8hXxPSpVi2HGkU8w2IOsz/FvPDEBTTQxCfIHCcpzGMOV2C/A8hFrN45HvOof/P0n9z/vif0uQdADTzmBPHe/4Z4n9M+9bzv9Dzzxp96//faN9Z4l9oSg4Y873GcNbZ5z+ecfooruc/U/gS8YW4OtGLMaXC42iMZXnMzeLHFOXx9ls8niSpO0VOWezM4lcWO7P4FekWpLdLB3E8C+ASds5n40pdVF7z/wFe+vegLBphnv0Q7m57kpAnJ6EUIjrOhbYZwIj2Y1oCYB6VhOVJtOzPAexoK47pSThH/c/gjibhaU3C92MAPyKjCiCT4U9J9DuVRBD7CmGkmLUCILw8iexZAHmNAPk4poIWgMIV36FI/AE/4Af8gB/wA37AD/gBP+AH/IAf8AN+wA/4AT/gB6RA+GeOf4cquBIkoGCDEvbJrTzadg0IQPcLm8FK2A+c9wibOm3OMr1LeKDTmlam19iE+6EBQSEmjIYeBIV5wt2wDEGxen1H8YCybpboNFjKbFh/LQQRbQgB2vFJeF5HsPprO9PcrPlbO6x2zvejjtJoMtFp85Y11DiFJUCEmcJ1EIaAsBRpP6RXIs1EOl2YAWY+Tr3Taitrw/6qsXq14IICfF0juKEMaa3gh3RebVGHJdnPoo78wrIagzBC8PIqVsEMUaSqoHSUBYJ7BR1HqgurOjUjG9+qDpurbL9wu6CAE2u1YS1PwLpfMEAJgs1kYqdmLltfYxIm4jQnolgCOEYCW/lTF67rwIawv5FCBrjx3dVCJriQ1gn9OlyBnr3CvbzaPawV7G9YhzqQkU6zpaynRhPYX3WJCXeixO/kva3vzB1cBjW5Qj6UIigKdRmm2N+UsQlrMLUGl2kNLs0aXJo1OIo1IAMIq/HNaqxTItwErcINsB6xFdMiNunqQAl280R2flm34BO8KAnbXpQdwVJ/p2ZhI/N2ONJ4NW+nyVJWvV9YAGMRFAe/sNPjLZu3VyjkUynq9KYzhtYOzYSi8yTXAhndbA32CxlCPy6JTC6BWE0A8wSsQgAIfY0eYtKhb9C32Pqy/+iB01+l6Osp+pskTfTQQ53Yi95Ff8fokZoM+hE2NpW+B1sxRele+gKUIsO7tIuNgr5Du6Ea6WHMz0DajXQg0j0doVcCXbSrEwmO/cEOs5tNlr7QESlJJQI5qYQnPZVwuMtqcujz9DnIwCZ+jzQb6XO0B7KQHkDqRdpDF8IrSJ+m5TAU6e4UfZHuYzpNn6XPwGCknR0WNoRYh8LIzg6ZkZ93QDLXUBLYR39Od4Afqz7VkevH0m2dudkB615sj9DH6MKOzICjxkB/ShrJl1ipHQ4zCg76cEcFa2R9x75goJuup+t1b4WeoxfrjwulOaXFpY8LwZxgcbAi+HiwxkbvRNewlaLB0rX4rIAgRe1B6Ij1dHWHWBGr6cU5sXlRaMNnO0+14LOVpwCftjNvT/BUNb0dxiIotrEUsQzRhrgFRHzehPgR4seIm3nJQsQixA3oPlqRoxU5WpGjlXO0IkcrcrQiRyvnaOW9L0IwjhbkaEGOFuRo4RwtyNGCHC3I0cI52HhbkKOFczQgRwNyNCBHA+doQI4G5GhAjgbO0YAcDcjRwDl05NCRQ0cOnXPoyKEjh44cOufQkUNHDp1zlCJHKXKUIkcp5yhFjlLkKEWOUs5RihylyFHKOYLIEUSOIHIEOUcQOYLIEUSOIOcIIkcQOYKcw4YcNuSwIYeNc9iQw4YcNuSwcQ4bX59FCMZxBDmOIMcR5DjCOY4gxxHkOIIcRzjHEeQ4ghxH6A27hEM1v0SWQ8hyCFkOcZZDyHIIWQ4hyyHOcghZDiHLodTUF3JhUFSbpYhliDYE4+1B3h7k7UHeHs7bw9VrEYLxxpAjhhwx5IhxjhhyxJAjhhwxzhFDjhhyxDhHO3K0I0c7crRzjnbkaEeOduRo5xztXHEXIRjH/14p/9dLQ28hjSpurrSNFHC6DD7ndCkc5vRm2MXpj+FxTn8Eyzm9CSo4vQFyOcX2OF0IAZV0BCqsNW50AWMRUxHzEFsROxEHEApPHUS8j0jQcj1LtCpjla3KTuWAIu1UjijUKo+Vt8o75QOytFM+ItNgTTo1cz+KrgXu4s9l+PwCgZsIPqt5qppGsd8o+tly/I7SqG4/HvyikBwsJAcKyc5CclchqdHohUTkni4IFRQHThp1U+6wwGFERW7eMPRMdz7zuSfQkTso0EX2JUmBHkH6OWIX4nHEckQFogxRjMhBBHhZIdZv1LNSTe5D5CFCiCDrAtxuAHDYVb2bmsnjnb80A/uj6h15+ci3tyOvFElXR95YJM925E0P1GjkGchjYRB5GlduB9KdHYGj+PqpJHmyI7AXybaOQBRJc0defySXdeS9Hqgxk0kQEBnrxBSdgPNmdHxHYDJWG9cRKEAS6cjLZbULsaMcfFtAGuEo0pwUV3ayp3BHYCiSrI5AJautQh5beCJDMR+ehGBU6MQBfdFNGkWiGwPHA/cGPkf2z1CwqB7vBLtEJAdzushk3RDYV/wQVq4JdNQYWH3cH3alaIzRpwOP56wOPIhtkZxnAg8E+gfuLO5SsfgOHPdq3kVHYHmwi+7Q0wJtgdLAwuKjgQWBiwPTAuMDzTlY3hG4PLCPDROaSCPd8UygARu8CGeR0xG4MKeLD7EucGNAD+QFKoP7mHxhcLLdiuJ9TAJQluy9COVbmNPFdHxSRRex64XKCWW9cpkyXBmqhJUspZ+SqThVh2pTLapJNaiqKquiSlVQneyXviLsF4ucMvs7NiCL7CnytI2yJ03+3hElKoWLIZYm1NP6CcNJfaznSqifHoydnBDuIoZxU2JSeDiJOeqhfuLw2OBIfZeSGB+riNTHlIbLGncRcmcTlsboqi4CExu7SIIV3Z7O/o+SXQRuvyO9Gwjx3X5HUxN43YurvdWOYfbKutrvebSknmf9yUPv2cnM2Ib6CY2x7ZlNsTKWSGQ21cduYf+DSTe1UvPI2m5qYaSpsVtspdaR41m52FrbhNWO8mqozRasBnmMYDV1OARZNfQnw1k1XKNkvVxkx3ohRrCewQy5vF6uwczriYTV23U4OLJ2VzDI6+QAHOZ1DufAWXVQY5C3dlduLq8VDpJGVos0hoN8YAW8oUAAqxQHeBWCcR1vKEB4Z7GS76rkpKqUn6lSzvsSyHd1Ask6zvy+Os58rBP5P/yaOTxCOgcsWvoC+09hWsIjZyJaYmsXz/bG2qYHg7uWLkr9bzG5LdOvnM3otJmxReGZtbGl4drgrgEvfM/rF9jrAeHaXfDCyImNu17QZ9Z2DNAHjAxPq23qrK5qrDmnr9Vn+mqs+p7Gqlhjjayv6prveV3DXlezvmpYXzWsr2q9mvc1cg7T+4bGXSoMZ78tyGknNRpQh1vSQ03D3bbWYUyhu4eGvEvT9+A5chsYI00xU3h4zIxgr4primvYK7Qz9srC/uef1Cvv0qGh9D1kW+qVDYvt4eHQJ1pgldjfBKiPhSZMaWSqEtOnff+aLWBf/LUXRs6pxX+YX8iB32fXhAXf+7Xw+74WLVq0gD0WRRYA1McKJ9THBrG/UKAo2FVLbROW9e8rEwRetkvTRnYlevBlBAdBFrLuWCpC2N8R0w146lJou9yuUHZUWNjpzyybtx938GUIPMfRGzpK+HmZ3tCZlcPOLws7S8qTFM+njHb4Q2XsV0wrkJXRnCTV7cWYWJ+zvnh9RXtOe3F7hcz+8NbjWBh4nG2lHSWPC7AwsqBPEJhc2ATJP2+G/f20IyOTd9zOEpFIU2QB/81POF/UkdRvl6LQzwh2QarVBbz5hX0LkixfAMnKyZeRRX1Mi1Is/OUizoLJ/wsLBDVDCmVuZHN0cmVhbQplbmRvYmoKMTQgMCBvYmoKPDwvRGVzY2VudCAtMjEwL0NhcEhlaWdodCA2OTkvU3RlbVYgODAvVHlwZS9Gb250RGVzY3JpcHRvci9Gb250RmlsZTIgMTMgMCBSL0ZsYWdzIDI2MjE3Ni9Gb250QkJveFstNjI3IC0zNzYgMjAzMyAxMDQ3XS9Gb250TmFtZS9ZVUZFSlErQXJpYWwtQm9sZE1UL0l0YWxpY0FuZ2xlIDAvQXNjZW50IDcyOD4+CmVuZG9iagoxNSAwIG9iago8PC9EVyAxMDAwL1N1YnR5cGUvQ0lERm9udFR5cGUyL0NJRFN5c3RlbUluZm88PC9TdXBwbGVtZW50IDAvUmVnaXN0cnkoQWRvYmUpL09yZGVyaW5nKElkZW50aXR5KT4+L1R5cGUvRm9udC9CYXNlRm9udC9ZVUZFSlErQXJpYWwtQm9sZE1UL0ZvbnREZXNjcmlwdG9yIDE0IDAgUi9XIFszWzI3N10yOVszMzNdMzZbNzIyIDcyMiA3MjIgNzIyXTQxWzYxMF00M1s3MjIgMjc3XTQ4WzgzMyA3MjIgNzc3IDY2Nl01M1s3MjIgNjY2IDYxMCA3MjJdNThbOTQzXTY4WzU1Nl03MFs1NTZdNzJbNTU2IDMzMyA2MTAgNjEwIDI3N103OFs1NTZdODBbODg5IDYxMCA2MTAgNjEwXTg1WzM4OSA1NTYgMzMzIDYxMCA1NTZdOTJbNTU2XV0vQ0lEVG9HSURNYXAvSWRlbnRpdHk+PgplbmRvYmoKMTYgMCBvYmoKPDwvRmlsdGVyL0ZsYXRlRGVjb2RlL0xlbmd0aCA0MTg+PnN0cmVhbQp4nF2TzarbMBCF934KLVu68I9GUgJhNr1cyKI/NGnp1rHlYGhk4ziLvH3lObdzoYZ84M/RMHPQlJ+PL8c0rqb8vkzdKa5mGFO/xPv0WLpoLvE6pqJuTD9269ubsLu1c1Hmw6fnfY23Yxqm4nAw5Y/88b4uT/PhfP79qfpYlN+WPi5jumZDzc9f2Zwe8/wn3mJaTVUwmz4OudSXdv7a3qIp5eC7PD/naBp5r9FBN/XxPrddXNp0jcWhyg8fXvPDRUz9f5+tx6nL8P53y8qm4k3VPSttK6ohVlIN5VhJDZRnJVmowEoiqD0ryUNdWEk7qI6VtBdlK1ZSD1WzkiJUw0oaoGQ60GFGK32DDt1b6Rt06N5K36BD93bHSuegWla6IIqIlR55kWelR3nasdKjFu1Z6REOSWHQv5VHUkKPvAhJCT3yyoEo/UWUq1jpEaGT8ECPCF3DSo8InWVlQITOsTIgQofwhAEzusDKgAgdwhMGjO1kYDBgbCejgGEvt/nftd0u9rZzuifdY1nyCsliyqJsKzKmqLs7T/N2yuRf8RfW3PbECmVuZHN0cmVhbQplbmRvYmoKMyAwIG9iago8PC9TdWJ0eXBlL1R5cGUwL1R5cGUvRm9udC9CYXNlRm9udC9ZVUZFSlErQXJpYWwtQm9sZE1UL0VuY29kaW5nL0lkZW50aXR5LUgvRGVzY2VuZGFudEZvbnRzWzE1IDAgUl0vVG9Vbmljb2RlIDE2IDAgUj4+CmVuZG9iagoxNyAwIG9iago8PC9MZW5ndGgxIDM0NzkyL0ZpbHRlci9GbGF0ZURlY29kZS9MZW5ndGggMjA2Nzk+PnN0cmVhbQp4nJy8CXwURRY/XlV9zkzPTM99ZjKTyUyO4QjkYiCaRgh3IMiVACNBbiKScAkIEuQOoKgrghegqCCyBAgYDtfIst4Iq4KKq+gKirpRdhdZFTLzf9UzQXD3///8f7+ZvK7q6qquqlff9+q9qpogjBDSoHrEIHnCvDn+jbXvz4OUJxHi8ybXTplxT9bOnyD+LkJc45S7Fkx+6oVH4Lm0CKE+L02dNH7i29ErGxAalg1liqZCgnmG6UW4r4b7zKkz5sx/+5nZCtwvR8i69a6ZE8bjWGQrQlMz4X77jPHzazXvSY8gtOhNyO+vnTWp9vvddX+H+4sIadu4w8gF5OZeQC42jJwIJb4BukjD+LTERfqchuQ7KN2cIoR2oN14GtqNXkXH8CUotQcdQk3oTeRAvaFfi9Af0CrEo9GQsgbdDl8O0v+AXYkm1BltAz5sQycg7yh0HzqM7NiZ+BYtQSuYD6DUCqRHGagnqkAz0Xo8KDEXjUXn2GWoGA1Cd6NaXJ+oTDyQeDixHT2HDjFvJtqQDrnRBPieSPzAfZz4G+oIJR5Fm9E5/LDmAFKglnrI+RSahR5nYixOTEn8Ci0IoHugDSwqRydwC4nA2yehb7ATL2J6wVueTTQmjkMuL4qhqehxdBgX4r4kwI1NlCdOIDvUMR/euhntQwfh24xeQWexxF1KbE9cQi7UAfWH/jSh93ALE29bGi8FjnHApRwUhScz0Z/QG+gUDuLXyExO4rpyCrcw8SGyoi5oBLT2BSj5Nf4PuQ++S5jX2T6J25AB+PIQ5Tb6C/oSu3FnPASPJDlkJnmamYVEqLELfCeiacDvTfD2z3EEHyQSOck8y+5ir/Jp8S8SBhiRMHoCPYVew3roqR/PxvfjM/gr0ouMI0+QvzN/YHey7wvjodd3oBloPdqF/oPNuBseisfgqXgRXoUfwpvxCXwKXyQ9yXBSQ35kpjJ1zCvsbfAdxs5ml3ErubX8xXhl/Hj8r/H/JLomVqKhgIel0PpH0dPQs0PoJPoEvufQ3zGHddgAXz8O4BH4Xvjeh9fjZ/AOvBM3QS2n8N/xt/hf+Cd8lSD48sRDAiQDvkEyi9xD/kCeJCfhe4r8g/zCOJgMJsIUMiVMFTMTWrWK2QDfA8yXrJs9ySaAz125jdwWbge3izvGXeIl4X4Rie9ee7Ytt+3zOIqvjm+M74s3Jb5ENhhDN3AhHZVA68fDdzqM90ZA3B70AZaAd26ci2/Fg4Az4/B0XIfnAyeX48fxc2rb/4iPApc+wj9Cm/XEq7a5Eykkt5Eh8L2DTCJ1ZAN5mDSRM+RXRmB0jJGxMblMXybGTGLmMAuYjUwj8y7zGfN35gpzDb4JVsumsxlsmI2wfdlx7Fz2afYb9htuLPcOd4HX8jP4lXwz/0+hSLhVqBCGCjHhQeGg8KFYDej8MzqAXkY3fPAXzFKmjDmAHiD5rIu8R94DPI9DE5lyAkglO/Bqshg3kUxuPt+D9MCD0SU2DLx+nWwhV0gPphwPxMPQdNIl+TbeyoI2QiXsn1ErexT69h68eT4v4fvIj7yE9mFEolDnX5g8NsK8g84y57DAbkOfslrswK3kBaYCUPAKeytXiQLMk+iPTB1ejA6QMtBOV8V1gOPB+EXQC8NxV/wzk0AMGQwoKma+QstQDfkYtYIcr0aP4YnsFPQAyseL0DfoeZCKHO5uPpe34bfINLaBWHATIuxO6F0UZ2KGs6LlOMY8zv9IPkFz0UlWiz5nXoLWnyR/ZMrZS9zteCpIwGK0EtUllqIFXCX7Pp6CGDwShdgvQLstYrqyAQiXgFYZCzrtIEj3YdADPZlySHECcgYBLkaAhngcvptAT7CAoGkg46NAi72HmvjhpBlN4QwYtA5C7Dvx29HoxPNoc2IKujvxMOoI+mBVYhG8cQe6gB5EO/CK+L2oFvlAcj7Hg7g+5CTXJ9GRNJBPyDCy8ebxBW6HsBN9B98/oj7oVu4IamA/QsNQaWJd4jSgOxs07GZ0JxqAzkMvf4Aa+jEtKD8+mOxN9GFqob/n0NDEC4l0rEVTE3ehIegoek7g0HghovTsqZTeektJj+7RbsWFBfldu+R17tSxQyQ3JzsrHMoMZgT86b40r8ftcjrsNqvFbJKNBr2k02pEgedYhmDUoSzYp9rfGK5uZMPBfv060vvgeEgYf0NCdaMfkvrcnKfRX61m89+cU4Gck3+XU0nmVK7nxLK/BJV07OAvC/obT/QO+pvx6KGVEF/fO1jlb2xV4+VqfIMa10M8EIAC/jLn1N7+RlztL2vsM29qQ1l1b3jdXp22V7DXJG3HDmivVgdRHcQaHcHavdhxK1YjxFHWfS9Boh4a1egO9i5rdAV70xY0MqGy8RMbK4ZWlvX2BAJVHTs04l4Tgnc2ouBtjcaImgX1Uqtp5Hs1Cmo1/mm0N2itf2+HloZ1zTK6szoiTQxOHD+2spEZX0XrMEWg3t6NjoXnnb/dwsvNvSpX3fjUwzSUOaf56W1Dwyp/49ahlTc+DdBrVRW8A8qSUJ/qhj5Q9Tpg4sBhfqiNrKiqbMQroEo/7QntVbJ/k4JlNKV6ur9RE7wtOLVhejUMjbuhEd2+ILDP7VYOJb5A7jJ/w/DKYKCx1BOsGt/bu9eKGm5fsN+l+F03P+nYYa9sSjJ2r8GYikj6GyOTrj9TY2p2Ght4+3XOYtqiYH8ARKN/gh9aUhmEPnWjl0ndUMOEbpANPlUYSjVOhBGZ1qjpVd0gd6fptHwjF5KD/oafECAg2PqPm1PGp1L4kPwTolGKk+tQg+ft8cZIpDE3l0JE6AVjCm28Vb0v7NhhXjMJBmtlPwTAPlQBvB1f1b0zsD8QoAO8tllBd8JNY/3QyuS9H93p2YeUzpGqRlJNn7S0P7GNoE/q259cL14dBCQ3IWqI2hrF8PU/o2y3lE3t3ojt/x+PJyWfDxwWHDh0dKW/rKE6xduBw2+6Sz7vdv1ZKtZo6VXJeEgqRjyM+hRAOfZ6ZnpTKTWyIfjjVVBPbBZEQKWagv19GuXqfslrlTYQ+P9ZqDlxiZZSg9+KpZrZ2D1y832Pm+5vap7UwECDYRIcOHx0Q4P2pmcAtWSF/VMBIB4Nrwz4ezWiESCZIfhrTrR0o1TlaVSAZb1oBsBfMil1e1NGTypeBR+Kzo4d+oCia2joE/T3aahuGN+cqL8z6JeDDYfIMXKsobasuh04zYnDaz2NfdZVAa+m4u4dEcGq8ckhsGYFdFsTwed5oZlsViyIY88zSCuw5zFyiTx3njBHYVLXgInXCTkj8pWStpLB8uWS8rYSVApx+RpcuuQFTAFTCC4YprRrfqblmsKhq8jPtsC0gxbFh5Jq7gMko1sUbZYRI9ksiLLcjPP3oy0GEULFJGwx3IEYmfEzDPOS6al1tKpY25VW+Uor1FMKVeAYDhNTQXFRcT4vwNcmY3zu0ffKRx9duiDrlmAER+JDj+KfseGHs21XT1U1bDzySjw97v9d/VI2yZaJRitjZNbQFmi3MJi2wIi2MHcYDekGYnjJ/L/rtwSRqSArDN98O8xjMmlbiiORjFuyFi49Orr8ZHwo/gJ/efTQxobR719tO/tD/F9xEWp/Mf45XgZehRYNPqAFdu/im3GFEsZMCSFYi0uQljBwg/huQvchYHHNBPthKwzNVt22TdCKy7HL5+XWEhnYTa9yq9zWik3maJe8/MJ8m5UXsoqKig+eqBjVNVrEnDhRtzZc7ho/BurtiZvJdDIDRriD4qoltQwpx+VQZRARN1cLGVxs7XpnZLB8PiZ/jTqXt3bJQ3XQycKArSfJwc0HDtCxOwyXVdB6BoUUJ6GNLUk2cQ9it8LzrazayiuxGPCpNdmowydOnKBlwVskUeA7g4YdQkzi833WKGlOfK74rdHHGEyYLcwehjDzELZCboAk4I65iMhFGI+dUDm7fyG8uUS+3Conx2AV1ykSWywfp2MRidhwPsY7N8QrXdw/foU3EDQi8Q1r4lpgnNPQgSbe75K9IOb7iF/3J5hi7EBmIGPiC+VOll9FVutWG98ycBpB5yRllkG2Aa5enuGWsbaxrts9NUKNboLlLluNq9qzgNzDz9MtNK7iNwkb5becZ8kZ/ozuU6Pb7WM5q0+vd8zWKIFgQZ4GI42sIZoN6abZCCRVMUCqH5xNgjb43lirsikCiIrVRSizKLtwrA6cyW70g4Essrkov6vdbgZw8cGMrLBFtud3LTLJ4WCGwI+o+WDrvH1zbpv+wbYPFzx0aOeiRTt33rdoQIx8gFl8y0vj9scTZ+Px+J93b3oZPxV/7MdL4J9N/2HaSjoW54BBV4E3WjRb8TOK3lRQwy4hD5LNIvsSizWI5wij4bBE8Ntate1m2iOEqfy4JU7RGwu49i7lcdgP7inhXLrDuASvQEkU1UUiat+SuqHUEcWmKO0hikUCQRPPC4WA1HxytannB8Mf+3vnOey9ty5K/2Pft8fR9pXAeAvQPh/6RinqwfXgj3Cv8keEN8S3vEJ/qUoabqiRJhoWmhda1piPmi+4L3guuaVXdS9biEf2ymmyT+b/BG62AAMsQqhJXFLcPq0s8vzbXrfV63WLXjdgTnR7Gb1Pbibb9w8xYVMzdh7Q+6wc8jWTI4oRE0k72/EBtIeOJz5CliI/knE3RTIdKAV3eCZZQlhymGSidPzg3uSAAjqvRChIVXVY2toWO28y077DZZWhU8QAgE3KK2of5W4ohmOzQrZAuBg4UlRUWADDqwoyjD2INCg3XmCFa8XEEXr28R93bL73/ifxIcvPf/3gSr8Xjj0z1rd7d8+SCS33Hb8wueaRJxssJz/5bnfli0e3rx7fBTg5MvE1awdORtAHSjant+vL9Cv1bJlplGmeh7ndfpc83TrRPle/wLpS32Bd43lOr+X8TDMIhU4n6Q2sgIN6CVMGKfCyI5guUOhxYZMk2VjnYbIduchUJdPm83KsL0dvnj3OP9NP/PXC7LAqA2GMwnKYhDd0dDbjbvtcH+DDuBtoghZF95swdGjGD+9tl4fLKYm4HEsKRRvwL9oZ1BxlZJKPgCLgHAAJ11mK7VQiVJYJxdej7dyj7BPoFQUzwiOb0h+tWbLnmcX5g6xm3ezmldOnrbM2Bb774/y3ayZPvH9D/OKZ1xJ4mXPzqsb7F22zPk3mL55w//Ll/gNvTNk3cdyTnXyvPNAS/+lraLEb0Clzh0F69OiyUmSulKZKj0s7pbckbhAzSP8HljEDtpDEMwKn1TECkiS9/m2GtTIMy+gRkfSswBwhR5AIU+9WRYtYFrKgt7VsM5n8MsdplbT0Am0zLlb0gpIRLBDqA4XCBiOhEqfXWwsQkYmfMOSAoRmvUzn3jxhwLxK5DND7WlblDSblKyWmKOVYNLqqU4QF4BmNRuAdWESHkB70rzmqb058qOjyo0xGxyjDpqWVROBTBZyFPIpVUnRRqb4iKinhqJThhbBjNKLmgKm9EOeb8m1BE2PCZGPbcvLUI6+/3hQvxOOeYw5eG/BcfBuIxqNtNQAaqocD3PMgy98paQPdC9Ia0jZaXrD8WTojfeoRNRanIdfNaPK4PN1hEFcGoCdbtDazxfK2wWg1WKwGox7wp1gMWp9NMWyFGdlgVGzYZvOaQUxfNrL4A4pNEF4lyPq8etM4eaa8RH5QZmXAoVPFoRMjp+wkzg1+81FciIz4UUBxt32GA/8Lj+k34/E3RNJJF3BY2gqIjJmAYPo9v0rsFOGAuUiValWgcV3sRmACGi0BW4ABRCKbVQBNHh7xim3zXfc37V43al32zgfIJ20vD1n+UAsW56y//GYbrpcb1h5/5vF9Q0rt5J8vxeeNjV/56xsP7fuCzmrlwE0byHMaykX7lKwaF+4tKLbert7+0ebh/hpmojBRnG6e6J8jzvWuEFd6z4gf2k0CCHRTlj/oD1DJNmX7FH2FngCUPPiDcZR3IMQazufhMnxWPcy33RQbOhCaLau8A9tIlmUib+igpczy4aiiLXWMc8x0LHGwjmaSuT+Sms1a2zmVEl1VZDvHWtvZQkVWAIOJzl68QCXUTPVbMAOZ5GIqr9h6A9eYq/udHfrXjOw54k7S8+iUprZ7Ti3/Mn7+qTUXd3/WVjzkgcGztj9z78IX2WGG6Xnlebf+8LcJ1fH/vN/Qeh8eiBfhna/tOHbts9iLVc1Pb9qzh84p40Fq7dwLILO1iuG4HrPwR0RWAxJJ1X0ewaxG0s9mGEK7PURV8AxxG8XZmu/REDwOjyNMKQQz8RKYYF2GFErA/I3VlZRfbh0sX6GzHbVOqO6PmqJJRU/RAFYUjxheCBaZzcXjmQPr4q0Di4yHmPv/vYb9dfe6R+Pm+NXmT3fj7/AbT1IrfBiMsgtG2YGCKA+dU4oL7TjH3t/eP/y19G0ep8nDi9FivIidI9bpZklz9Qsda1EDXseuFJfqlksr9esd75pet5gzYLj3ef1uGvj9nWnQ0R+mGPDl+CXkcyLJ4+u0tRPuZA74eC7bZ9b7Zr+qwZpmMkWRI7ONih8AACa6UTYSYzN+6GBX5+xGsE/h+b7M2bbrVo1NsRHbhi7XrRrQ3pQtv6lxczTWuTWljVJwSEJiVh2YmeFwYUFqtmtX1whSLNYb0HAjNPD02ru+frXlu5oZq9bHr3zySfzKQ3eurJm6Ys3kKau7998wbOmO3fcveYHx5GyavvXsua2TH8vpcHz10QTCuOXB1/DwqcuXjZuwavm1RPmGIc/X3//ijpS16FItjlz0J6Wgu3uQXQmOsY8KTmbuss9wTwkudC/2rXOv9T1u3+k+6v7O/rX/it9yi/1p+2470z1nIk+yqPoKAm+dAT/vz/YNMYyjusoLMsXhDyqSYtZENVT6YRxFOpAy0++0Uwcqe01U9EzXWWtSTMS0IfLG7yfI1huVUbuIoRi12VXdcyspLMiiwgUhAt6aTaoRGcYqB20qa2t32xeNH7a4oggXHZlx8BoWXn+w9d6F/3zmpbPknefmzN+3c9HibXiYvPDuQUs+rpWcI2uw+PE5LD8e/wq8mW/i+//4KlPwxMHjT66jEkbQIRCzlWxY9SK7KX6WQ7ygIXwJy5RgngVfoTMqRYTakNvElDdTR6UFLHoVGCo2LOAyMECHwG1gqk6cuPYCuA8EzYwPFU5zp1FfNAr9RxnFBmS/PRAIFerzDWWG/s7egT6Zffr3HTncsDDHYA/l4LAmNy2cU+guivYKjXRWpY0JjMwZ2b9q5CTnpNDknHnuhWmzMlc4l7vXpa0NrAq7DHKFATHDqCLQGrPydBU6ohPsR0g/1AsNJEeaenVntOl0uumO/ZHaCIkcxuUoixw52LlfplHA4C0vU4xyxa0o07zVmJkn14LCPIx3Ig95uqm0W24m5NegIHla0fgLcaGrctS6pOYob22jU0ys9XLbebBxWlHn1tYYCMx54Elp7DwMbkqLUCMxRIeTyorqFjiK85nkOBYXmQsLSGYwgyU2q5nN92eCU8yzwYzMzCzIXWxGga4sdVHVuScrjK0pfAASDIRd03Pb0Kod057916xRT0cz9m/w5aQVjpy1Yld894nv4otPn8aP/IR5fGflgfyf4y/+8/P4mvjPvYZPXIhfw8rPeO2s8e8e/LhshFUft98/vNuiun6rxit105VnB46Z+vHSLbh065jYE23j1xk9WbdUYP2DL+CMP34an/LdT/GndzbeN+3sklkXHn3l08ufYSP2v/PW7nfin3/5dm6WCw9as6nX8ncmr97Yc8N7gK1EG0JcFdhcAjJgnzKhs5wnTxGnaqrl1cwG+S3udb5FviTrRK4KjyQV8lRdo/xv6d/6fxs0rMTqWQOj02o4lgWTVuQFQYK4yEsCOKV+QbJCAmEYPytZIYfGx3Gij2f4ZlKraJAofasQTMhhrAP1oVPMkh9NEpjbK9iT7DmW2cBithljRVchtQjnJGaDhCV6LxuFkwJZItQLRHjEeOajJNhdQPDnhMF1u2QQYWdpiRsGu4S69K3UoQVDYlUnZyTlJcAcEl0lHz9uOH58FZcMQdAHNuqGDWz0DR1d2cQaGVE4DB4OSvxM5b8Kz6qLBcEVDjIBxhJgwlm8wJD8v5LKz3a1PbHtE/zPzX0yvPnc4V/74KPx3mQ03njonvVrQWI3wuz4LfDXpFoWS5UKlu0THBmcHJytWa7hp7nncrWa2bpl3DIdn2XXMM6sXJ89TaOxmH25uTk5yJvmAy6l+3wmJDrD/PBQWHJ3SPP5VY8xFukxVtVe6mrRlfLWdvcICLRXCVis0c6mKLXvk+Y9GAr5psAN9ruBBHGga9I5CgfB/OxarOIX4htJeMc7sydPWfHgqPrX1sUfwbcs7TZgYJ/7n45/imfcEe41uvvwR9fFd3OHqw5NuuP5/Kyj9VP2VndhbjfZJ5f3n5lzdasgdavpc/uCLtRGmJz4hpvHfQA8aFaqJ5DpaaCtuuonoFo0J60eLU/bgB7ndjHP6Q8xTfo39KfQ+bR/p5kM5jRTWhqTy2ebcr3+9L76kdZRtpGuqVxN2r3mtebHmc2Gx7078Hayw3TaYEFW5Jatspulix/7sqOYavqs7KhsRJj1WHwS4/GxGjlsHIDCfoyxO90R9otYdPkmjG3XGcDEWHm7mWVSWRaJxOjiAZ6FHarkA3fMmfkg9kKY6nuqGKjGZ5uO3RL/84XW+EdP7MG9jv0Nd+jxav6xR3Z+NXbG1yuf/TshXX68+hq++/0LeMTeL97puPXhZ+I/PnQk/m3DUdDBT4MMjgaMGIE/y5WwPx33EpMDb5J9RiRCQ8F2cKenyalx9/027tQ8vD7oXfJ6LVCKGI8g8iInsiLLu5xuJ+F1Wkmr14JWs1vtFjvDexhHAJsNcHGK3gC2a00BFIlAX3PhsxSrIHHYHXYwIwlAJBTomnKgwcYMPI1/2TX6vqo5swcvfOjEivheHH3ouS5l5Y/dNXh3/F3usC1t0J3xk8dfiMd3ju+6u6hL2bfPf/2fXB9FwTMgC/RUgw6NUWw85xNFQUAMSzuq1fh0SBTomHllc4EwnBng1/r1ROvWs5pUr6UeY5IDRZc+1KG6fD7ye8B3yYPG2wIpeobNvPY0E7l2mlnOHd4dL30prt9NW7IDWrICWqJBA5VctSUPwmTT3hhoyJPgbesIceuu167tMfZ3tZ9PGqTUTvh9zTuYz65dII1tFbTW7rvbJsMbZoAMHAIZCKGPlTKP1WMj1Vn4DtGCzUxmJgqYHSSEoHbMO3wGBsxGDcbhrFCmHzQo8WdVg808qz4LZ6WF/VqsdYUnjGlHbbkcAyiUQxOoW5AyCzuXqLdJ3z5KZzqARm826PG6vS4vw0thOWQLp4fFEBsOhpz6tACyGy0ByGy1+AW4y+BCAezVAUasJrj4NIEAymTggqirCliRS2TVr1U/FDUgJYUh001SYncInQiICV1IpjMo4MjEDCIzHoyf2vpxfEvTflzx6RaMHw7vCdx5cOaKY/cEuq3C5KH7Lt1KSl/CbV/Mmn0I3/HxGTy7aUrzH/Jq68uHLh+yesvx+M/144uxiY7kdpCdDBVTU6n3DSJvsRWwjE+j3ao9pSVajhCdCMLgFwQ+Vq/HeqJLDiiFmg3yAq78euwHx61aX6tne1Q5I7E6cPpV4YpdKVHdfkAYGNqqhOEIOOimAFAQrtuPkV+PHWvjucNtz5PRv/Yh+9vK4eWvQtOWQqsY9IcDFE+Erurt73aLurq3P78gGXbMS4bZOckwGEqGab5k6HQnVwM76+UCP7eB28MBFmBufRBtRY2I7QxudQU6hy4hzuyHxA1Q3TPsmSpVNfQaW7mvHmbWWFXdrJK2WPs40SUMCtR806vH6GwFbS1OfMOMV2eockWeRKbwc8hcfrV+tYnXELCb3UqA9Rk1mrBWK4Z1Mb8F+y2KpcJSbWEtOIwGmg+qFbbKsbordLYF/LWWUrsq5aoXFUJlqjca7rFHqJ3Qf3r2sarX7n/tBN7q3LGo1+z7mH9dczW/Pf1zOpp0tsyFtnAoX5EwgXHkkOintgB5QTEIhEkJI3+DAvw6ltQByW4FbBuPkfeha//eDRk3IcQb4X0ynqssQcQoWolHZOdJK6U3JUYj9Zf6G5kcNqTvYKhkxrDz9PMNq/SijnBiVF9kGEIGMr0FRSzX32bQbiKbmY3CRnEH84LAm4nRYMjjiJXjiCjp9XmcCFFRut14O1bAqBFFjVan0+sNBhmJGlJtrjcT82GyA+lxl32cX2zGXRStpNH6FWmJDusOk5FgfengCWkGU0gDjqHfWCtjuZmMfNnPVXP1HMM1kx37TRSdLrpZEStxQtdVawfi7us352Ng+5SW0C2M6183WETUBlq1WLWBIIDh+c3YeQVJiatITJwBa/CMausMbJTgWTY8oyL1816Dlqam1rc+PBiIGjoE1DWug8VRQ9diNXqgI6Sm1rEiVWAtobqYOpFgu6OoGAdAWnAQmzbhTDwmz+4qBIefOxIfuSdeyR2++q+H+lU8wVz7tQ/7ztVC9ourfooFcNi5dFVHf7fXrKNyUAjiKlKLUhDBthSJwDCihiVEI4gs4+d5LubXYT/4GNW6Wl29jtOJoLxVQZegZEqLJ8Ujokp33eXr4q06BGAVsp2SDMIR6G+TqPSJMvCCg32iotI1Ge0aFTJc6hbLQRdEuyajNDWY3HjRBaOCwQpkofeXD1ogmpaMpkHURqM/77WleEVVKf2oarUKIIypasGmJ99gyOE3rsWBPUvZJcCa+qv1YCtMgFnkM+5DZEAetESpdhuxVbZaPQ6Ph2Vl1qpz6DzsTsdBw+sGxuFweog/TTENsQxxKO5KrlIzSh5hGmcZ7RjnHOke5Vnr2Exkl49hzD6dxhb2wxTork/DacYw5ZXLe6NhFKOW0Y3bKWAWWWTqAFEjQdX5xTL4w8hUQMAwQhPwalz0Du6zqyl+8NWT8cM73sRpH32KPQu+fei9+EfkbTwDP3Us/tzfzsW3HngTj/5T/D/xk7gAe/Zj3SPxCyhpFbH0jKQeOdEopXCSqcZKBsoDrWPkMVZWJ/lABJHDmZyvzWHR7Xdj+HM79Skd4brROK6LXSlvvT5fJxV5yhp2+MCII4GACeLXbRyS83D5XQ9X/RB/K74a33v06digLsvja7jDBvOkgzOOxNvaXmLwuiVjl9n00NLKxAPcDzAmNpSNzcrD48JbwsTlLLYRnZdNp1OuNd0a5HO5jo5IuAdX4ugeHsQNcvQPx7gRwcrwTO5eZiG3jlnHPYoeZ7ajXcxpdNp+AV1wXHC6vVwE5XI9ODbGPezcGD4dZkP23HCBPRru7+zvLUsvCw4MjxQrTSNso72j00amj/KPypjGTbbVhO8NP+B9IPyp829hlw3kc58niuiq9C2eKGHs2YyQHXbaOcSDO+PmCL1BXKbPZ2SImOkTNO6wZQBx+3Prc0luIAxipXPl3AyH8qSZrNrJKSPDEUWmfPkt+a2k3YxmURVQNysEVgA4TDeYBRQykFqUwoqJAqc4nMX+tGpW9Omnnv3LG/Gjexpx2VsUP3e3fb1jxi6AzSfxv2PP36aOHTPpqVhkVfTeMS147NlP8MTDr8WfO3sgfm5959iTOLoPax+JfxSHzPH3snq4YHS2gR4BNwVQlIEHKUazzoDNRd7R6ZPFGemsuTnx9/1mdwGEl/ZnZBWY6H1aVoGcCo2pEJ5/vD8tnHwO+eVUSJ8rsyESMgzwDvAP0431zvDO0sw3LDCu0K42PqbfaWw2XjR8Y5QNkuQ3Ga0mk9FklDRmDwm47VrebJL1EufUaOwOt8vncKBAhopop9NoNIi+sOFJPubPrM2sz2QyM5wpZAd77PjNFIWhcJ13Uh+A6voUwCEZXD91gyy5P8Zd39BNfZJ7EVpRMUaNcneTuTvVPrhOVfIGUGJuV9QEas4MZFC8UTnDCpQOdF1vVd3gSoKzYAkynQjITlCVI3VBMbCNNBx/d+HbH5RnjxiUuHxsxN2jOgYGfom3rdg4+LFn43nc4SFvLnjyTFooc/DceB3usnxdN53QNpfJL17Qd6q6nzo28Q37PdjMeSiuPDmBmcDOZuawbCirkIl6ezH9hUFpZem9M/tkDWOqhLFpo7LXWAzZ+nAmyWSyQkXGgmDvUFnn0f6RwRGhu3TT9TWGydZJzgW6hfqFxsXy3MzZoZVMg26NvsG4Xl6RuSz0sH6jcaPNF8o06HVcADwwjyjwLEN4HMrMgDRwFDwdHwQd02pHHWXsxxW4GtfiDZgHO6lRCXX0+ewM5+uo8YTdAzRhlINz3F0DYTMOm4erGrXLdaOdrkPd5G3SjTigy3QjDsaMLlIknXZ16bHOUuwj+V1TPlhmlrqwq+7EpfxQm9VhZx3qaFBBC499WT/uzcUzXxxWMbZH/K6h06bc968/PPvLSu6wcffOxm3RbviTyvqFK68+9Ub835vxR/Ld60fdNrt32ZSgY3yk+NlJM1+bOO3dpYa1DywdMyQ/vya7x4F5c0/OnvMt9CEPtPJhdb1oiKLniA/Yg9TjhZpmMnu/P7ls8zLvx6QzXc/G+ABOmtvwVDy4OamRKXTltvOxr2X1xEVp++GWQuo7EUs8jW2Iezj97t2//puiYBvMedTGt6I6RRs2VrKV4lsia6cTux0m9gK2h9iHHSDOMz7PXTQKEiImut7o5TXWMIn57dhvr7CTanutvd7O2PWq/0TLaqCsNmajFgGMSSRGHSkwYpPTnDpBgJRgMF6T05tqx6omrYmtPjYxfvXD9+K/1h7ru3vxmYPc4Wt7P4tfe/YBrP+WGXJt36sH7jymnrcA6wVxfdQ9zZ+Ufp05nIuymZC2s5QnVUtrxDWaDVKLdEnS+aUKibDgqoAnrPGLnBV8FrDe/YSzEsJpMOG+9WvBlpwk4klEpK3XZUcrRFwvbhDhHmNFT5Ts6DiCHyRbCCE0xeTnKjiSB/bjBq6Fu8RxYEOu3q+r3pG0IevoWQJKTjl59MPtanUmj3/csFqWtBOtYAvuQ0Zg2z/3acyYBmBKNyd+SG43UJMxG7IVqSYjoqenVCsBZtgAzk9agPmY9Gx78328uFN6Rke87vU28D+uflRfO38+m6P6IS6EhHlUT+N1Su8cFDblmMPOKCoyRc1Fzv6or6m/ua+zEo0yVZpHOeVN4iYjYVgwwHkBeKXVSZJGbzAaJavFbLbZHU4nzHol+znk9NNQMptoqIy2gU2IwCkEw9CKMXJyouizOa02m9MsaTQ+mxmiZpNkNPplk1WWTWaNJDptnNEkA644m8QxTtkI7pAoEtDTTrPZZEKi2+Fwyz01eCjyIwmuNiAFcXjoQT9danK5mvHavSmd7XaVt4G93uZ2tTkHl03q/fV1zd1ur1O1Tdco2wms0vIbrfebA9DEqwzy8eNwKTneHrvxAmNjhLEx0SE0a53NiSvJAQtBYu5vA5byCAyQsl9SOKWbOoaz6ABakgNoMUNgyQczni5/Yvx0/N43zmW6u2mx47v3hwS9Hb/+c/zuI/F3sgSHNf4WiETpY49+n8l83uaO/+Pfa5uYP4IRG1vnn9T36rPtktEfxttCRik5oCRd2K4jOeYcSzdczHQTu2m66bsbCs3FFq3Z4jcHCsz0YmhOfLEfQn0q1KRCkW6+vQkRluZi6OUefI+OhNkcIVuXawibi9juYncdfWM/cTgbE8fqRhuGm6fgSex0sUY3zTDJPJddKNLJ4R7zPZaVbIPQoH2UbRZfNr/OviV+xH4sfmI4Y/6GvSheNHxt7gCo02gwPVbN6GTZYjTo9ViW9SazxaKDvhG9jpEsWh3mZWLRaC0WP9KAPtAwRK/3S4xVkhgQdIYhxKLXSxISO9uwDVDklxSJSM143Mt+7QZti5bRNuPmA+NSMt2saPkmRa6QT8qMDJkUrR+5rLZjASrTkcGXKbZizguu1lhrDCIqvGI34WsVdxOU6OY6fIxGip4S8fiNQRI9x5OGMm63G1QDQUe9HFcUU+PA6Yma6YqrJ2pJBmxz4uJBT1TM8ERhdFr2eal/2KKke6MWMCQYIL3B7iixmO2OW0Swe0oYFmI66jl1AkMywxzVSWmBWzBKC5TotDRGaEyyOCDN4oA0GiMQi9z0wTfEwZIB9ZOPf1M+7ajVkOK49A3WDgt26YWzPmhrI5FL8QfTA11s8Q3kGvlTfPXc0opReEVb+bVfiK5jYYUvjilac2DeawS0SujrvWYD7VB3vamgH+4r9tMwWlGnIbtYzBCMWY2WFbXacFqgIFuLf4G5xo9ZUDWsNlvnLcD0IlJjEkLg1MeKhaZCEc4n8ESn9QEWtEfwAaiSxQcUDxLyRAVU/ACpFIxwtwEjjh+KXHo6lYI6KQcPVl2NLCm/XFcin5evXV8QLTFFVZao5/nq6GjDeCY1wix195yOpaIhGYEodgboWH1+APxaGNOkdVeIi4rpjIyFgC2H/FjR79p7rPvaW1XMjiZm18QBu3dfE6bsRjjxZXwaTNffIwa5FQmX0nOPyMX26qkeV2s/88jAi9LZnfFp999PfbsBiYusl70VZaNinKY8oNFrcl16d26OPjc3qi+yFXu65/bPjeljudP103Kr8xr0K3Metz/h3qm3Pe96Mfug60j2cdfJ7Pdtn2WLve043ZHujHTILYiy0Q792X4dRopVkcnitMg8aZX0lvSL/peIqbjAgFm5c2aBo2vA6hyXMzOH5Hg7G0oNDxq2GBIGbothj+FHA2MweBlHM3lRsTsftXq9AirL0nb1Mrqc8fJ4FApkNpMxipyl0MNX/nBeeE+YC3eJquj2BQvyoi1RsjWKo46QM6Nz5qv8SZ6k86U84bt0o3vLdIsZBuJKrPVySduFC9TKON9+EAue1iWXa9vPYtFjWDFUl9ybpNZesfotLMhKHn25lajmn91ms9odwTDDCwaS3H2GTEzJxEPT9xztO7tfYc3ZKTi/bPWSBWmNzrtPrVn9YoWscWQc9TruPD5zbNcZ06Y+E05bNqLPrhWDlw62GvTuzJD27o63VNU569YOVMYP6DT/0tUVt3TDn2V75ezyzv2qxwy55R4YwZUwgnR1hp4CPaO8hDnJmMkVcmUcV5remE7S0zO8+d7bvLXpG9L57pYSe4l7kH2QOybG9JXGmP0O93TxLv1U4932u90t6Z9IZx1nXX+3/MPxD9dXaV+kJ9Jdfq6zsbM1jys1KtwgYwU3mTub9hP7qyzJNgPLE+TxgixrbV6Dzpl5SodlnaKr1tXrWN0cbMpH+UyIkBYMlvlW3IgvYTYdl+IhmMEuX9/i1NGSWXTF/DK1uetSjmypulWW3BKum4XqAkGw+MDI9hGbjIIZWQzY2L8dlej4QtOsvXfuqVPi/3rlaA0pGPHQvJeemzvvJe5w208PDnnw7dnxH+NnnsIbXx2x9sQ7p14/AQJdkbjItALq3eiE0lcj4XRvL0svxzDLMEe1pdrxBHmCeVy/Xd7ulkS9SzudTGOmc3OlWn29/nnpgOag9oAk2aWV0leEMWSMM840LjEyRkzB2j9PXQmuRrVoA9qKvkCXYHI1GnWgssxeneD0sjqvERszDRkeaEWmLpIOlg/YJf29tsyTAk4XSgUidPEUHFet8zp6EGJW6mj+IRBwMA5aZ11undW+s2CKdpbBWYmdb3dOsCN52Ci1f97ukVBmMSV7037849n4f2Z9u2b339L3uJaMXv3i9uXTH8ArHC+fxGlY+xImS/ds89Tc9ecPzhy7H5DVB7h0LrVjekbZpSWsPqQv0PfWc4XWQu8oMlx7u3WYdwqZyE3STLBWe1vSP+ROWz5zXbBcsP7o+N51QUWQPT094qawG+imGBQ6kUx9J3t3UqgfSMr0faz9vaO0I/VT9Bf4b+y/4ssGGdsYg042ArJ0ggkBtBidMx+jkMkYkuVTJiybFFO1qd7EmuaYM18VTgrnhITAUt4NERjB5SuoSAGrvBUgpZ4gLzmvehKUfoMWFepA4U0HDgBm+MYjOd0mHV9yeu70D5dVb+y8v83/0tx5z+24d/62lU+vu/rsFsw0DO1JDL/2IeZ3337t9bPvHgeeDQRp9AGybMCzz5WJ6chrIyOYGBfTjNBNYmq4mZpJOlFGMpZJlvkT7lfrFbfQxdzd1cXb01zu7ukdah7rut073jzDPd47n59vu0KuOGVkx0a9w1Fhp64TY/caN8hbZSLLrMerFRAFngY/agFwORR1htdk5RY06rHenU43L0LhAhoqaVQzpuN0e76cKSiZuQU3sCwli5HytvOD5bpI5EpdRPW+2lLHb0ra6kpSJ1hSZkjdrHawJRcbrUJAdclwQD3/xjN3HO7ww6Fv4z9i699OYwO+dlG7b8WEdW1nyVCp28g1i3bikY5nm3A66AIJZ8c/j/8i+/ccnoofXdlr6vN0nrfA9FTPfYAcaL/is2qw0dXZledSXLWuJ6Qn9Tv1olufrW90tbhYF+1dtju9IE3UM5LRq8U2ErFaWIZH2i1WbE1YFNYRYhFDHsbqKvT+Lt0K1NVorTe9YAPU9azTdRQfRgF0BWsRGHBXYhF6xhlmdHDIWmPUMS5RTztHTcn9O6ts4jUCL8KUImvMHmTijR4Mhk/u0qU4AsCalW8KFuYXFhTTtQGQQyqGNnqadN+WLRb3snmDxnq6db2998mTzOPr6moK+owyP6XtU33numuTAUO3xYcy3wGG6EmtS0q1TsdZO+hC1kG6MiuvSXOlddCFrR2CUV2RdYCuj3WkUKmbqvtV+5PN0CnYIevW4K1Zg7I2dNjaQSgKFOWUduij6xMoyxkeGJ4zTZgQmJBT3aG+w9msi4Efgj9mmRx23tZM9jZley2CqsFkP8pT9Vc9akGnEEXXYqUn5/UatWUZXklrt+WH8rUhp/OUA8sOxVHtqHewjjlGHEIZ6ZmvGk8azxkTRjbdWGocAlrRFekwJ0AFEmxiKpCX6fJKHV1yuELPmp5PnfA6n/Ty60CLOeh2tzp3ZiWPdlHJdBS271zdeGJu8h5d115zFq92GvC8xk8v3f3X9UcXPj/p061/+m7z84sX7di9cP6OSvfQUNeJo4sb1+KSzzZhvG5T/bXpP5+cv4vJ/WvLq+/++fU/w+ivQoi5qK5q7D2E7PQIss1REGILmTLmsJ5Vz4pnOlwFDtEkmawMh5HRywlWnVYKaZT8ooKEBrdosGawugziKCgqaLRfspNa+1Z7oz1hZ+3EGkptckLmS/R3In7g7BeIRYNtfSucqR8RqLsgkcvJ30qUJOdA6n2qcDPwBiFk4CUP1osANERN7KUoEktugSYPgpuCJpUrvM20qum+lnl/HNg0t6ZifQlMg/96OLb9ybZxZNuqe4c9sLjtCGBsNYhYibovKqDFSmyIZoNmq6ZR06I5p7mkEZAmXVOrqddsSSV9oUlotOkamKsEljAanrkPI57jWS0vhDjEbmG3so1sC/sFy7ewl1iCWD97Cu5YdrDY3sNZJeqpbegZbven6ZDPqlOPw0EvVjc1NbHfnzx51caGr56lGgDayPxMd5Txu4pb4EfyozWMUf9v7grPjGDu0RIz77eoDuel/eYs6oBeaoLQzKkJqkd6SVkOKTzLcixfrOnLciG+o7ZSew8zV3uW+YoXnudxkA8LITHKd9OU6ofoq9gqvlKo0ixmF3CbNa/z77Nn+PP8t8J/+F9Em1mr5RiGJTwvaDTgWXAaUQwJvFUQeIZlQ5zWynFaLXCHFTHwgKPrITod0rLN2LiPyxAhUIJ+dY53bwD1rAshEgLbCIGtPgTGxCXpvwz0nZwSFnrQli5N1rWvTaacR5jCHFHqStAD7xA61Z9cCLJYIpYw6jV5BF7RajqkRTViWloJT/3BtChPdx/8arA3kDroru4O1qGUO8mDlxhQN9f22Wnw+T45yicD9U5Sg7269t1FnPRDFfNnLBatdqjNai1RL1Dqyj4nLfyPvZ5kdhyrUg06CtmkHyjAoOMXv41Px69+Ht+2hDt87ShujM9rm0jSF8bpb7qWAQyKVZSuO4Q4UNzF3ZIb8gWFyTCvSzLMSG7YKyGQXCOXzm3hznHsELhc4ph0rpar5xIcC5KnJUxSGOmbVKF0g5begnALmGrkBslkr+M2EkkiV1VQs9Se0B4sa0rt2oP24MOgrYPo9UNIA35kT50etMd59rzmS8cFP3eau+InDtEf1Dg9fg3DBH1e3ubV6cBs5oNul6w9FcIbQltDJORwuA2hDerPdGIHnKENHuyBmOJCJD8YwqcQpjYlSUcULQxyZYaa8fz9gb7t2hXs6LbzMj1pGWtTFxzAdKbzFgidCiWT48YTKAbJaglbJZMHm/W2dpWi/niJ/uxBXdJ2qCeWVb2iTmA3aphtXZ+fPu+x9PvefvrF/cGxt9b+oaly4qCl3dnwo4PH3Vl5eM/Btizy1F3juj+6ve0xsm/+/IrHH2r7JKVrvwZu2dG7ioVjeAvZITfLXzHfWC4xVyw8S2W2CzBwgYw3yaecXzgTTtYvWg1WuxmULubteq3eIBkydarm1WH40w12qgNJNa/zkpPUOrc6G50tTtbJkHybPaV8zf+lfB3tivdySdIbBNWrroKX0L2067rXzps0WlEraBleDpt4gwcbteYUw+hhGxAeFdO2opQbeAPDVj0z97PqbRWytim3pt/sF9jwY3vKasu7Lm6bTVbePaPnw++20VNnvcFmzAKe6JELvabEzILWJfXl+4kj+SpxCj9NFAvk7ubu9kJnmTzQPNBe5hzLjdXcLsfMMfvtzhncDM1EeYZ5hn2i8x5s0/CcfgwznBuuHSPdxUziJmnvkrQOLyuYAHLWTPVclyUzVJAnYCTIgh/Mvy7nKNAg3UUNRIgbMpECWSjQCOripsZh8pd8dZHYlVjstx/zUQtaXboYxg3T3MndqWFBxi3qLx1Q6ncPN87Xvbev+cun2H7v92vPxVsP7Vu1ct/+Fav2EQvOemBe/Mu2E9/fj31Y/+477/71L++8DVWvik9jA8AXM1hCJ5XnJLmjfIs8UGZL/Y1+ku7PkYJpXW1d025Lq/Vv8IvdHd09AxwDPFXiGGmsY6xnulgjTZNnOGo8Lf4PrJ85P3N/4DtvPe/7wp/w24NsRI7YCtnuch92gDxavqD7Pi0u60wGsK6pQ8vbwaFFBlfmKS2WtYq2WluvZbVzsCWf5JtDCP1PlzYdXFr8v3za5O5s9EaX1tIuZHabVT21nmVibmDVqu3dH566+tT0uefuHf1gJ9Pz8+bvemHO7L3xadwrDUOHrktsejZ+de2g7m1Xme0njr9z+p23PwJ+9YtPY74AfsnIi/6kbNKRCMl19iADyQKJL7WVuga6Nvi2+rgCS4Gn1Nfb0tsDDq9ngmWCp9pX7/uQP23+mv9W+s4p55AMKWKLkkKpP+kjjSbTyCfSp86v7N+6vvZcI0bM6q1u8M0MvBVcDmRwGPIR9cyMWDYqxmpjvZE1zjH9D88szXeTLZg0BC+X/Dd/UB02pRzZopT1d5Nb1iH3sRGvxH+c+cF9f6l7pi3w0vzZz++ZN/fZ+DQi9hiMO2Fha3zZ8w/82ovZfeLEn9/48Mwb1JpYAf7E68AdE1qm9OhswTKLg2wB24sdxk5m57C8xiRqRI3eYtLoESNinQoDpNVkbxCxmOG3YAvJMP2/WnLmvsevW3LgkV+eRc8k0k5F23+ihuS3VhnUEz+xWfQ8TnL8k76BALpixTO3Tisdc8ett93W4w6rjw1vq+vX/YWsvqXVs9o+pO0vBW98L7Q/D3+i3MtmWDO6awZoemeOzJiUsUjzgGZ55vOWXR2OMXqNw+105A3scMbBecgIQuSuWOscK47VjNWO1Y2Vxuqni9M107XTddOl6fqmcFOWke5jZuYUZY7WVukmhidmzwnOyazPfET7pPRw9mMdHs3brt0pPZu1PXt/+C9hexpdHjb7oqPFrJCkZd3+sI3VdUpzU+fBm+4qdQ1xjXPtcZ108UZXumum65yLTXc96CKuI2QEeMWI+hgyPZsl41NgJWEZE3pAeL/VXqAeFPYZTAUYdxqbdlcaSfPaBNbbSZfuxu5Ml2JxFriayZh9QmYu5HzZGz2Vi3PdXWmpMHi81V1bupLSrvVdSVcZY5yJ/JnGjHPXjasu7U5uXTn9hfWswarSp37u5UhqSaUOXN0IaPNZquDOOn/92KYjORUoWR19QXDGwibZLFtkhs/Q+z1Iky14MNcRLj4r3AYMQQ/KCOolMUfrwdlZGi0fYT0oXU6jk0bysKZ6UdeEcyNLl1JLvo6awr/9qC4rnNUJfJ+i4v/aW4YvPSajOkOl+4xr7l00vzD0yOubh/TslvvQsMWvjDY1SrOnLZput3f2LH/1sZHTXl988hN8i7dm1qTetwSdoa79lw7uuyA7PdLv3inO28feXhz0plm0mfk9F40dvWXUSxRpmYl/kVxuM3je9YeQlh6HDFNjukXpCZF6F3gBkl6LGWSXNRGjFlQlozPKGSgD680hCScEsUxTVi3UCvXCBoFFMMdsFRqFFuGUwAuHyXTkxEV7JyeFRf2pP3g+56kWaKVr5VQLmPLz1ZMr4ISHHMn1GepNm4rV32OqO79Edg8qufOuDsuX7z9wwBLJ9m3bIt866RkyYR0W7oqvX9f2SHkHN+3LMpCaL9T/6fbKIeSmayNgIRK/xU4PjFxScszWgogFZ4oWu4Qtdh0IvAm6g/LtIadDNTEcuMWBHYPdqthTE8N9yU1q3Vvdje6Em3WDD3hdIdDfw/s1p8BbYjWDXdddu9Z26wI0g7q+WdL+kxeAlJuVDXqjnu6d0pPiYGOwkgfpRZMHUQsjN3dpcssntVCVFVY3vx2/HehkShedvuPZIbKuSWe6e+jQB3o0PdnUb8aQwtnk4bb967v0HTrswdUkCg4VuK1ge/0TeCHje142mrExw6Ua98pBV3S0cSO7UdxseNzYwrXwLcI7Ro1RsUfdjEVj07vlQtxdtxQ/oBM7m0exVUKVrtLwGN6k3aR7mTRLb+reNrwrn2VOa/6q/1S+oDWbeZ5JbsrxGnVbzmiU6a6c0aiXr2/JyVreSIxa+XX0uobIoeubcq+DYxS6cV+Ol9V9Oe0QMzb3198nZWiN43nNfYq2GXteVvgKvl79KUsvxeBn7iMZQ6Cj/U2Ljqd+rO52tcXa3M5W+YJ8ufW/tuA6RWKpLbhY6geudAdO3XY7nrxCIKhbcSmvqsngTIuqW2S6tKiU4YgyQPQe/CZZXVKyRXFGIKpRvNHre2CqjUgdILoP5qD7YMXU/2GysBEvj2/+8tlO3g6h/R/FH8JrPzvbPf4tycbxX/rm3ZZ/NS61vYcHVMVjFMuB+FDmBxg/N1613+jFRtqK7d5otnWkcY+WUfQKMNSfnVcg04sgacx2vdOcpcuSsvRFUpG+0LDZpMs2Z1v62avMVZYq2zTzNMs02wJ+nn6BaaF1oW2FvsG0zrzOssa6SbtDd1Q+Yjps/U77jfUnfZv8izXh9ZmNRkk2mc1axLisFkvIrLXCjVEymqSQTmvV6bQWs1mSdDzjdRmRV/aSzt5XvcTbTEoPGC2KWbE2k+GKrtSsmMk486tmYm7Gtx004gxU5tHSR2ajX6cofilPGiIxFVJC3YG9bX9nI3SWlDZ5/ItAcYDP1EZ/ZASjSg/aOuXL51303zG0up1yqxpDTqpM2odYvNFPpmOc2lsd2GgYNrDROXR05REkJS4iXeIiTu61q76wNfH5weKoNqM4amhOXDxgi5pSJ66q6H9+ALcZxtOSlVyqKlZ35e3JXXn67wyCGUusPTqU9HOYwpwuPuPYZ5GM9MhXTfG7embmLRpZEJ+yU87O9NQY09jsts1zly6aR2quvrnntqph6v8RQeSv/7h35fnN44wlP4keUf1vZs98lZVLwwO37Hvz1z1tU+Tu4iD1P2pitYRaTrg1Phj1ktGve+L5cvdU+vUPl82nkuj/oktRI/kI3cHORjag/kIauocbiSrxKjSavIgWUWLSkMK+hGZB3hfhvieEh2lZyD8C6BxQCdBIIHcqrRxoPNAweg95D9Gy8I5a+h41nI1Gi+loJjcy0Qb1beTeQJOBnob4M+xXaAcfRTPgfjuUe5VFqJjmgTIb+RfRJkh/Ep5PgLSnIayE+20QHwvl8lJxjbAeuWgIxEN6Drxnbaq/WcxrqIidnfgS+lIF7xwAtBLqqICwD9BAyGOB8DagVfgNtBq/kXgGnkOIlkH9q2g6UO9U2A/eswKel0K5TLhfBnE3tIOH0AgUAMomL6EosaKjEHaG/o9K9hvoDTSV9vl6n6D9qTb9NyXbOPBGgjpfAQqSaOIChJob2vZ7WvY76s/ko3oIa4A8QEPJCTSDHYQw8GszdwExlAB5lE+fA93CTkSD4R5DO4dxTehxeg9UrtLsRBv7JNrKXEbd4NlCfiP0YyLwuwvQFdSZ/AN15ENoCeCrN7x/KdDT8M6LKh4mouFQfycI89kLKoZWAq2Dun5s5xPlDdwvhXG9Heq6RiUCyg8D6gvjUg90F20P1N+Z8pyOOx4Zj0Le85BnLCVId6gEfaeYpGVoeXhXKIXDZ34L0TOQZz3w9QsIWSAbbUM7qThLETx7Hd7jAuKB0oA6AV0AegaoBqg70MtA2VA3gnoZFa+AGYpNFR+ADe4N4CG0TcVssg9Pq+OZlJltqXfRegL8S6gmRQH6TiovFLPQlr3t76YyRTHTHqr4rqG4x/+k/aSYuh6C7LHfo760DaoMArbaQyp30GYqDxvBgl8N4eOA42UUs7R97SHlC8WayhOQiVRYckNf81QZgZBBKJjC+rL2sJ0X18OpaDu8s5q/E3TKVtSPnYP6MQ+hO9lLqDeTgzpxeZAG/YG8jeR7dLvYgvJhLIfA/ebfhZsoCafxdK4F+rkL+HkaPQU8rWNPkwz2NOa4XYlvOYTf4naR+9T4f4W/J9ySfEZDSjc++z9N/78hcobbBTpzV+I77nQiAf15mMqE8D3OA/K3h5C+D6geKFeM4E1iDW4WRiCZR+gy0ExWQd05BRWzLTA+NtDzIAuQPoL7Er3KrEdr2NOJT3A9qien0UrBhsaTjaDToC5yBi2jRN8PYe0NOLoJc7/HUnvYjtffh1TnpzCVDiEP8vdeis6n6ArQT4CjZ3GyjmKqn9X5AXQ00MokXhO/XsfnW+g5CNe24/N3OK35HT6l3+Py96E6t4B+b5dTaMea9v5T/Uh1HNWRVM9RPdOe//fhDeUbyIuAY6qHT6DRKbnOSNEAaOPfU7IPehjGe1QiwfdJvMA3JXYw5sQOvivEPwbiEi9Av+dfn1MrE/HUfJrTPpcm05GufR7l8tGMlD7bruqbf6E/qPPoSLV9Gn4PWsJdhXEHHai2d2tKBoGf0O4athp4/jhaB/1wMatAHiEdaCzliToWCDnpvEDnROZR4DOdi9ajZcynYC/QsvnIpM4XpWgUtP0tNQ3mVBrSNG4Ueob/HnVlR4CubUET6VjRftD20LEX54KnZAM9cRp1YXdCHhvSQr6tKg8U9IKKC1q2Bqwf4IUwAQmA2cGQh75vm1pGQeYUP7arvFDLgy1C8UV5Ae/kbeh21Z74Hm3hRqBRIEPbhHq0jR8BMmdDO+Adz0G5EbQtUM6tztePojEgX6tBN60GnYNU/I9OXGV2QX/mg14HYuqBR7uQk6sHHtaofe/NJnXsKio/zIsoTDHCPwp6mNoTj6IGNoLK+Bq0HtLWc6Anod61kLYc5DcPZHcNlE9P6W0Eda+BdFq2lNoy1Eag8iIoyMLXq3YAUttA7RSon/kWbWMGoNWA457io8CHFagjzBcYsOcD6pIk9f6+FK1LkpomJ0McYGS0WE3PR++TFxkd4JbOoYfYpWgaOxJ1ZbogF2tCHdm/gqz+gp5gjGgc+zZ6gm1G6+g9a0HZTCP0vwlsS5p+ElXQdPI+3G9Co9kSKL8a3c2OQ7OZvYC9D5GWnQxjDeW4BwAnmVD+X/DeFOGv0GhmJMjWSoj/kniJ5lPraEqMosT2Qx3VcjeQ2tZ2+l2byUDg2wAYU2gvjd/UXmjr9Xa2t/F/tE/tJ30vlKN52Cfo/4RL/A0olAzjQ8l6tAtoKzmLejHlaAHeAQrmSdQHXwB6MkX/T3vnHhxVdcfx3zm77G4CSTYRkmg2ezckWSQbSFwTAgSyd+NG0J1OAkSajZEEQqaIzOh0eXQ6CpcZmJFRhNEZtLQ1lGmto2W42dW4gNNgoyjRgmMRZxAUqe3UthpxbBUtbr/n3LshhLTQ1z+dzfI53/P4ncee1z132eTuo4VS+8AiXONr2f1gprWWXgCb4a+E/hLsN8I4u9XSu2Aryn4JGhf3BQLeSLOEIu5J8AR4PZU2GlHXePGjmVBEl4efJ03APk9eFIy1Rz/PQn2zrPPRnwBzcafAtona7esxftMQ70aZY8Kox299nlZfrT1Xgx2natmHBuro95gaD2j+NXB6lHqEmteG/6h9/w4Y303gLtm/n9AUcw5ls5M0FboUutSyjr4nQHgGwpFUf7LPMdcET9NjMn5k/Ix4zBXCOW7+2Pix4bHjerUwj9PPRpOaByPz4VHaIrAGYA/Ghh1HaYvA9grSXrkybP35VWinCstu2SaSc2xM2NaMaybgZWjrDTLPw4KR8HGsZSBsZf4s2i6Qaxfw5+huwUh6LfZvMKpfZ4l+RZ0yPTU+qXEZOz5on2o9BtpxrThG1dAl0GBKR+a3uV9cNucXGfN9JCz2kt+Nsbm0Ji6tjePiWjN+mf9PYO0MgVfBkf91XWKXEXuEU+wTp3EOCeAc+TbOJ3eKb0FcxF7ytyrwFPahVug7iMPV+5vpIAv+XMR9B/pjoq//Av93Ef+2QZJbi2iPea68HnH9Zl6HWd4SI//XrxF9hRn11X4j/9fPgNXwnwcPwH8G+hL0Cdj/Efm2QH9lpF/sRHg9eBHhPyG8BrTBvxM6BVoJrgN5yL9LIM4jV9yH/td1/PuPa1WcWbrRTkV85gW9f+w9xDVrajyvomPvNVLjfzUd9ZnBGDX6AfdM53Du00ff+/yze5yUYjy/GY31juRFnCkniXO0OMuK87M8P5oq79/kORb1Ek1OqTg7i/OrODuL8yv0J9AHbRNke+4Q9/miXeYHlWv+Bf6MXXD1KM5hB70RiE+fTmD3/BQ7JObghFM4qc/ECusgysC8zvyQaCLiszhR9q1g7/g4QR5srsNamewlmpINMP/zJxEVrABf4hbnp7j9qTbRiIpwjnMtJiqGFv+eSME6KVGJpr5FVIq6ylBeOdbDNBfR9CGDig+vxFdoUIm2z0S9VTVE1auIbooR+X9BVIP8tdguap8zqMO6nt1ONOdBork/IqpH3DyU04D6GrBOg6gziPbeYr1E6GXxfKU0adKkSZMmTZo0adKkSZMmTZo0adKYMPFNSjgB6qYJxMlJVdRIZJ2UeZEsxIOllGMpoGGQBBZS4FaBZtAJdoBeYJN2IuZesAkMgE9limopiD16s5qAPCQlvnqNXwaXG8GOu2Qw/u2Iod9aZGjoNsNsrmF2U40RPbPR0GmVhuaV+zWhmVn+w8F8Sz69CTjdB5fxlymHMVJoj2UK6YBbbGaMasmLl3n9vQMWKzELtzBaSUrysIXFsnL9wUye5MOURwr/hH9spPCP49m5/t7g7fwc7QcDwMLP4fUB/4A28bPozRy4AdALBsBxMAxs/Cxe7+P1Hn8PVmeoCgRAJ+gFA2AY2PkZuE5+WoyNdIU/ADg/DdfJ38XbehduDj8F3yl+Ck37Taxujv+A9PiqTI9SbnoKikxPXr4/wd+KXZiuJPhv4x6fsidYzU+QDrj8iNkJPKAFdIH7gA2+k/CdJA3sBHuADmzIcxJ5TiLPEHgDnKRqoIIW4OBvxlBNgh+PeRuVYD4/xl+lAnTqr/lrUt/gR6S+zl+RehTqhg7xIzG3QsGJSCfkcUKd0CqkT+AvxcvylGQwlw+gexS4VSAAmkEn2AFsfIBPja1U8lDIIRpyECxj9JHUp2ivg9TViuq9BXPMIxzv3Pnwwen19Hq56t31AwSF433kUfiE493yMHzC8X5/M3zC8a5ZD59wvCtXwyccb3snfMLxNrfCByfBn3yhbJpS13wP8wRz+Ab00gb00gb00gay8g3iRResom0/jFVUoMd2q77pFYp2kGkvMm0x0/YyrYdpG5m2mWnzmLaMaT6muZjmZprKtENsNrpCY+pzlwXnqIVMG2LaPqZFmeZlWjnTypjmYXVqgpfEbrtZSpOUeFCsK+j8Bn8O2liCHi3BtC7Bsh+AexwkZUiFkWeqYXy9W+jUeEXACM+c6783uJAPIuMghmGQ3gdWDNAgptEgChlEATlwA6ATHAbDIAlssJ6Khu+Qbg7cKhAAnWATGAY22ZxhwOles4n7ZcOqzEY3ixAfxEs8Wb6El6jFTpfT51xo2eFiOW7W7E66eR3l5xNRXq4jN8Gy+r/I+vKLLMoIZvBH+A4qxkDsNHVH7EKxkmBPxLyHlOAU9ji5rZh1bA55WTl0NkVluJZcDqE15OLPQv0x11JF/LK8t1I5yLJFrn7lgutD5SNXgsP7B9ch5R1PwspiytuIebZfOeHaphytSjgQ86I3wSAHPdL0gGu2sm9Imm5Gwu6YslFIv/KAa4Fyj0sm9BgJy6IIqTnKYm+7shDlhVwrFDWKMvuVgGuZMs+wqhV5+pVqNMFneCvQ2OkuWWmpWxZ4R12CrVIr7bvsbfZm+yy7315pL7Er9mJ7kX2yI8/hdGQ7JjkyHQ6HzWF1cAc5Jos/LuETX96fbHMKEf9vx8gq/U4uXG58t58zB6fbSb/OEubhJY0srB/upvAKj/7XJaUJlrmoXZ9Q2sj0vDCFWxv12b5wwp5crNf5wrq95c62PsYeiSBW5w8mGLW2JVhSRG0tEo/FPkCM5W7dXiT0xq3bIxEqzF8fKAzkNeTOuTU0jtNluqP+zlvhZf5ifVd4SZv+THFE9wtPsjgS1h8Tz80+wD5jnzaFDrDzQiJtBywN7LOmxSLe0hCKRMIJtlTakYedhx1mzHlp53CTR9iRx+E27HYbduXID7syIbDLyKByaVeekSHtrEzY9UXLmkJ9ZWXSpsBDUWkTLfCMthkqh015ubTJ12hI2gzla8JGb5AmLhdM3C5pwm4glzRxsRukydJLJlWmybYRk22yJgu7ZOMybLLOpmyyzsLGd60/PY0+H4vXR7o7xDPHu0qbekCX/tD6VYW6tsLj6euOmA8j93at6F4ldHmPHintCendpSFPX33HOMkdIrm+NNRHHU2tbX0dak8oVq/WN5UuD0XiC1pq6i6ra9tIXTUt4xTWIgqrEXUtqBsnuU4kLxB11Ym66kRdC9QFsi6Sc7ylrc9BjZFbOgyN84mZmK9dRSWRxnznfQ1y8taXFG4sOmgVX66Z6Ivok0ob9SwgkmYEZwRFEtaUSMoWD5Y3kwo31pcUHWRPm0lOROeWNpJv7broOipsujtk/IviB1Fr14kON1xf9B/9IK1JV5eHomuJwnrFkrAeWNTe1me3I7ZLvCV9bipu4sSmRPKwETkTkXNFpMUyYiji5om4jAzT8MrxX2eq/G0ljR+KM9XN1lI0YtHd4VaOraDVfIL3QRyXxOUhGsEbjDIfi6bKkM0mw0/i/aZYu870mf2w1lQjF7JEU90x8oM82Kr+DsHA/lwKZW5kc3RyZWFtCmVuZG9iagoxOCAwIG9iago8PC9EZXNjZW50IC0yMTAvQ2FwSGVpZ2h0IDY5OS9TdGVtViA4MC9UeXBlL0ZvbnREZXNjcmlwdG9yL0ZvbnRGaWxlMiAxNyAwIFIvRmxhZ3MgMzIvRm9udEJCb3hbLTY2NCAtMzI0IDIwMjggMTAzN10vRm9udE5hbWUvVkdFWkdLK0FyaWFsTVQvSXRhbGljQW5nbGUgMC9Bc2NlbnQgNzI4Pj4KZW5kb2JqCjE5IDAgb2JqCjw8L0RXIDEwMDAvU3VidHlwZS9DSURGb250VHlwZTIvQ0lEU3lzdGVtSW5mbzw8L1N1cHBsZW1lbnQgMC9SZWdpc3RyeShBZG9iZSkvT3JkZXJpbmcoSWRlbnRpdHkpPj4vVHlwZS9Gb250L0Jhc2VGb250L1ZHRVpHSytBcmlhbE1UL0ZvbnREZXNjcmlwdG9yIDE4IDAgUi9XIFszWzI3N10xMVszMzMgMzMzXTE1WzI3NyAzMzMgMjc3IDI3NyA1NTYgNTU2IDU1NiA1NTYgNTU2IDU1NiA1NTYgNTU2IDU1NiA1NTYgMjc3XTM1WzEwMTUgNjY2IDY2NiA3MjIgNzIyIDY2NiA2MTAgNzc3IDcyMiAyNzcgNTAwXTQ3WzU1NiA4MzMgNzIyIDc3NyA2NjYgNzc3IDcyMiA2NjYgNjEwIDcyMiA2NjYgOTQzIDY2Nl02MVs2MTBdNjZbNTU2XTY4WzU1NiA1NTYgNTAwIDU1NiA1NTYgMjc3IDU1NiA1NTYgMjIyXTc4WzUwMCAyMjIgODMzIDU1NiA1NTYgNTU2IDU1NiAzMzMgNTAwIDI3NyA1NTZdOTFbNTAwIDUwMF1dL0NJRFRvR0lETWFwL0lkZW50aXR5Pj4KZW5kb2JqCjIwIDAgb2JqCjw8L0ZpbHRlci9GbGF0ZURlY29kZS9MZW5ndGggNTY1Pj5zdHJlYW0KeJxdlM2K20AQhO96Ch0TcrA03T1jg6lLQmAP+SG7CbnK0sgYYlnI3sO+feSpTS9EoA9U0thdVdCbjw+fHqbTrd58Xy79Y77V42kalny9PC99rg/5eJqqNtTDqb+9PhX2526uNuvhx5frLZ8fpvFS7ff15sf68npbXup3T0+/PzTvq823ZcjLaTquioafv1bl8Xme/+Rznm51UwH1kMf1p75089funOtNOfgmPr3MuQ7lueUE/WXI17nr89JNx1ztm/XC/vN6ocrT8N/rGHnqML59LnCGBkU6wBm2lHo4w47SCGfoi9Q2cIaBUgtnyJQCnGGkVP6eFA7RKpzSUjI4JVCKcIpQSnCKUtrCKUZpB6dESh2ckiiVDEhhEm3JgBQm0Q5wSlekwDwLlYZCsUIqDYVihVQaCsUKqTQUihVSaShs4VQaCjs4lYZCsUIqDQWWWqg0FHo4lYbCAKe+GhrhVLYtDZzKtqWFU9m2BDiVbYvAaQxHFE5jOGJwGsORCKcxHElwGsORLZzGcGQHpzEc6eA0hiPsudAYjrDUQmMSGuA0GlKFM3J6NTgjp9cIZ+T0muCMnF63cEZOrzs4I6fXDs7I6ZWlFkZOrz2ckdWurTjjgdIIZ2S11sAZWa21cEZWawHOyCRM4Eys1hTOxHDM4EwMxyKcieFYgjMxHNvCmRiOsa7CRNtWDJNpV/bgv4V3X4n3be0btn9elnX5lpVeVux9uZ6m7Ft/vsz3U/V6V38BDOxvSAplbmRzdHJlYW0KZW5kb2JqCjQgMCBvYmoKPDwvU3VidHlwZS9UeXBlMC9UeXBlL0ZvbnQvQmFzZUZvbnQvVkdFWkdLK0FyaWFsTVQvRW5jb2RpbmcvSWRlbnRpdHktSC9EZXNjZW5kYW50Rm9udHNbMTkgMCBSXS9Ub1VuaWNvZGUgMjAgMCBSPj4KZW5kb2JqCjUgMCBvYmoKPDwvU3VidHlwZS9UeXBlMS9UeXBlL0ZvbnQvQmFzZUZvbnQvSGVsdmV0aWNhL0VuY29kaW5nL1dpbkFuc2lFbmNvZGluZz4+CmVuZG9iagoyMSAwIG9iago8PC9MZW5ndGgxIDE1MjI4L0ZpbHRlci9GbGF0ZURlY29kZS9MZW5ndGggNzUxMD4+c3RyZWFtCnic7Xt5fFRFtv+pulsvSfftztadEG43TUJMJyQkkAUCaUg6AmFfQicSCDsBkUAwBlGIooIBIciooCgoCAgInYSlgyjg00FU3MZtxo03oqKAoA93kvtO3e7EwMyb53u/3+fz+/1B33zr1HKq6tSpc07VTTpAAEAPdcCBPK1mkaPf987XsGYTgDBiZtWseXGBG+dj/jxiwKybF8+8yfL3PwEYUxCLZs+YMv2l6Q86AKK3YJ+s2VgRZtZlYflDLHefPW9RbVi+mIPlKwCmSzfPnzYFeqz4G0ACjme6PG9KbZW4VKcD6H0a+R1VC2dUbdo4YwNAHyyKS4TDYNewHWL5RLABqF8hzjLaVql+y9ra5qt/p39H9gMhBD9H4CishmbYjk8jyISH6bAYVuFzHL6BengK1pH9UA23wzbMP0eep1VQhlqIgSr4N0gnnPoW7IE7STiIYIWTcApKYJ26lkSAEexQAAuhhXuF+0D9lhSRW4BCHBTCGDjIfQsfEp72F2xCtZoKAmr2z3CKDkO5LRAF2TAERsBElGkHyvoyfESShAL1M3CCB8bizIthDWyFV8laOoPeSrdxrwjj1UdVnAVH0kEiFEElclXDbfAoruMiMZAIcpx8wdn4TW3ft/2ibsOV94DeMBC8cCuu5iV4Df4KX8DPZDyZSd10HFfFC/wsNVrdjzLHQwYMxWc4jIcKuAOWocYeh0a6lVvd9lLbT0DQJjhIRamzoS+uvwx1dQr+RizEThJIDzKYjCWVZAv5jUo0l95Ft9GfOIFLwieL28od4D7hPuO+4wfztfyXolFNUovV2Wqtulk9qv476lSBJBiGY06ESTAFV3Ub3AXLYSXu1iZ8HofN8DQchAC0wGH4C3wG/w7fw0/ERDJIP5JHZpKbSS3ZSw6QQ+RN8g4tp1PoU/QU5+LKcO5tPPCF/Ci+mn+nDdpy2la3Nba9oZrUJvWEel5tRW0qqPME1Ggq+GAGznwvrIONOONu2Ad+fA7DR/AxfI2a0+Mjk0gSQ7qTG0gqSSNZZBQZTcrILLKILCZ3kzWkgWwkm4ifNKM0L5CXyd/IWXKJfI+aQTVTIzVThXajKTSV9qQj6Cy6gjbQPfQAPYLPW/Rd+iH9iH5Bv6O/cBYuEp9uXCI3mBvKTeTmc7XcYm4ptxv1+Rp3mudx/8x8Ep/C38M/ze/j3+TP8b8IRmGNsF7YIHwhfCGCKIv9xVHibPEhMSD+VeKk0dJMaam0TLpbOqgDnUu3B5rQOxpxpZ0+dCI8CX8hL8CnZDsXSXeTUXQHeZiYOBvM5R4jbwvFcD/No34ynEZz/0FqSA1Ecc+Qy3AZDlKefkjc/A6yBY6gJ62mc2ktbyYT+Gf4VrKIf4fn6BnYTr9l84iR/A6crQaAzCMDMDcL5sETNBJeo9twFxbAi/CEqKcNuO9rIZEOhj5kCNsbehHOoXdYSD7MQT9pJVuFRfRJcjt3loZBCWmln5F+wiKYKcpwF2mmI7jXyBn0vCNoL8VkNs0lU6EVviRPkS/peBhOl8NWfpbwLvmEuMkIYTbaH/CnuSHcTBpBn4NrP/tgP3rCKRjGvQITyYPo/aeoG4bQ+fA49zz5GvaTO/hZ3GyUspbyZDn6wh5o5gbzRhgE+7n98ALZyb1P3LCPryW3kPWqt7UcfhC383u5RiGL76K+2vYxeZq8pR6m30G2+io3vm0W2cTb0S/vQO9diBoywm7svwkjxnbQYS4B/XEN2msUxjY9enkRRq5hMIl8jx6zHLWURZJgBO0Gc+lAySFGAkg9ADweT/6A/nn9+ubmZPfpnZnRKz2tZ2qKO/mGpB6JCd1d3ZwOpWt8l7hYuy0mOioywmqRzabwMKNBr5NEATeRQIrXVVTh8CdW+PlE1+DBqazsmoIVUzpVVPgdWFV0NY/fUaGxOa7m9CDnzGs4PUFOTwcnkR15kJea4vC6HP5ThS5HgJSN9mH+gUJXqcN/QcsP1/J8olYIx4LTiT0cXtvsQoefVDi8/qKa2fXeikIcr9FoKHAVzDCkpkCjwYhZI+b8Ma6qRhIzgGgZGuPt20hBF45S+WNdhV6/3VXIRPBzCd4p0/2jRvu8hXFOZ2lqip8UTHNN9YNrkN/s1ligQJvGLxb4JW0aRyVbDqxyNKYcq18dkGFqhTtsumv6lIk+PzellM1hceO8hf6Y28/Yfi/i4NYC34rOrXFcvddW6WDF+voVDv+W0b7OrU6WlpbiGNiXJhRV1Bfh1KuZFm1pKAgTny0luKgZLi+rqZjj8Otdg1yz6+dU4IbE1vthzGJnU2ysp0U9DbFeR/04n8vpz49zlU4p7NIYCfVjFjfbPQ771S2pKY2yJajNRpM5lAkL75yZ0dGm5TR2lise06FOwiRyDUEz8DumOVASnwsXksOSGTlQPy0H2fBTSrCXfzpuQ6VfX1BRL/dl9ay/X0iQXY76HwC33XXh/NU1U0I1YoL8A7AsM44OA8P29rzf7fYnJzO7kApwI1HGAVq5T2pKTYBmuapkBxJUH4zyYbfSvmmoc6eT7eqqgAemYsFfN9oXLDtgalwTeNLcpX5awVqOtbdEjWctde0tHd0rXGi++4HdzqL8usSOH7McHeGd3ddPov9F84xge/FYV/HoMp/DW18R0m3xuKtKwfacjrZQzh9R4OPiaChH4zitFS1xYgczK/jC/HwC/oiaJU8PSDo0Ra2GOIr8csXgYFpqcDr/YKeAeon10sjv3UJi+vu6ry73u6p8lXhh9RwKzCfS4nFl9fWGq9qKMO7U1xe5HEX1FfVTAmrdVJdDdtW30Kfp0/VV3or2HQ2oh1fF+YtWl+IiZpO+qeyQZPoW8MHTQIKhjZQ8R3riDVGi2U0g8AHScz8HBollDhCw60SBtVPgSEGz/qYXbG75x7zWvBHy5bzhrXmQj3n5Cia90p0WpyUBEwI8XHFwx654BPgNHPwxPCZhMgnQZ+k8nNPhkckSoPu4RwWyD+x8zSCbG0cbfkb+8QykXeiVHpHtlCYn0qQEEjiAl2GKt0CgCt6dmbw3eIzgJaLg5Q3Ui2NOahK9QoCubNb1rWaiXbh8AfIv5OMwJDtT0pDkfj25rc59KoUrPXXqyo5Tp9iYZepZPosfgDfNPnDcM/qmVJJgSDC6whJS+pKhREzT5eomOGc5+d4pyUY+LSkxnDNDQldXkpuLCDdkxCa53SmG8EiDITy6uxJDYsZEKLFSoiFD4YwxPnM0iQ6Qf/N0TXOIiVlmR1fwya4qF3WpXT0Wa2/oKned35XreoTW4qU0EVOmgC/L3cN/LL8gX2C6aMUcW0b+hdbyMytMPd2mO+WXwGLNzWUgmFisMbn4g8ssh/LyBFF0dUvs0zsrKzure3ZWn949El3dRKlHVlZmBjsGJU6MioxxJUaIomSiUZHRmRlZWZw8ae+09ftH3zelPxk/NKpn/uKF65yHcv6j5eVqn71fl+hD5v6JE2Y+cfegyill2yvuGV387IrS+8daw0zxQ3vld8+YUS4/sXNSUdX4qrafl47MmNSbfGmW9Sb3pNxhUyfvYntejTqORh3HwWqPIZerjJwV94jI2wLqac942dI717DKQifGVcp36BfLG3WCGBkdeYO+gPioTyeau5vGGkn3dLzUN+DGA29VjJJdwduIz0HSCSWXTNEOKbGL2Qcm2URNxfE5xUyNP5YP1zR4Qb4cVOEFa25a+Rm59QxTVXm5G8pJTEhb1u6ZGdFRUiLTVUgpnPNA4W9bnv2gnpCnd7/SRKonzdtyU63P9yRZHnHi+OmTe8mofcc3h81YWN/21d0rV96HlnQzrvIkvsWZ8T6+swXi1dPNuDgrW+Vkk6W3nhNNfLydqwwLhB80SdGmyPgbJFfUjaYJJjEyBm/iTkNKVIlhpkHoSzIMeVHFZJBhaJRoM5vDjMZIfRjEKXrJbDJEKtQY/rrJF/a6bJ5snm/eYubNAdL9oFN2CImOxBaSAEE/uqAp4UzrGbb6PARaS9oK2XTnS73S0VTIAlSCOyGkAWYfEZnERSKjcfnMclAZJsrJjz3zyMnNF2v/PKN2f9sbO9rSU+YMXTL9vnumD5xbOfjRps/efZEM3HKU9vu1iDw/v2583a5fl67pu+p95llzUB8Dcdft0A2OtYAT9aBHhSgOTKKZVnxMK2JSt1W2VXbeZr8xlkpwwP6yHd8XUoy3xa6I5YHxQlwscFZiMcdDdxmPNwr4CjMKMzwZy8fFplgarFus1GrlHUqYFIOWYQ3QBz1xkQ5doiveYfbEOHqDWTZXmT9DTQ3onjggaB7uoH0E1aMZB4tgreULzjC3Yj510s1MZeECVJMbbYVHTXUYS6TkFIOWQpxBZYncKH9i28Xna16e9SSBh1743HTle/7+aeX727rTcWTl3EVHSaV1+fl5b927l9y4+fzrI8Yo9ocev53c3iVs5bot6CVZqLR4tB8O2jzjKwQyUqgT3hI4HVGENGGzsE84KqiCRDnOBQTvwIQm4TttEhgo1XPcLaC3Evzorfg29CbQOngLt8BjxCgzm8d3PogpmWzDdeQR9+3yJfeChbY0PL4OgMdmzYeAesyjz0/MB8+AhGDJ1CUbS5FJmFhdWlWzMztIYxJDHSKd2BrfI1hrdwZpcbD10EDW6LLmu6/6lOL8aeUowXd4f2N5yHfnMawQeroxsjF9L1iYSTLxyp9xoO0N4fCvRUDVc22V+OY9ACz4nvurp5tXKeEnmcui5pqFvlF9FC8/3DwkSkjge5rdUdl8nlmQ8cz1jEbr6uLApNRWSxbb7iePwM9O0W5LDMvBl/1Z8mybqHMSq4Vy8THUYgkpVZZN8YoooW7FGMVktCSBSe+IhdjJsTQ2QJ2e7qBHfVssPtCv1PQts2vLMD10S2JKhm6G19C+3HIeqtotH0Nts6WWX7Xu249pqXypHOmFoAouaGmrBT00qAoW5FeYmEY0P0WHLedIpsQCOVofZZGrBxcRGcPc1Rry1iiSuUMpXz9mwyu3bNlWcrSyttFiX1i86dhdFd6aGYPaKoXn/zSl+JM3trdd3D7ixdaj3JDbeg4cRSYfWrF+yLp3cB2FeBW4CfVshsueJXruPv163To9L4ZHh2/XneC/5n/lRDyO+RySRQeTxeR+IpnMlDNSszmkPT0GbGNIfeagaZoxMHtMcm/QM+OUwQHpLIzLQCvwPfUtuISXBDQDGIm1JbJmqa+1kDzoMNbvmZbQKtBcWwDQxCKdIQM0xaCNhUcHDS81RqNNXUM2p5kadnf/rvJ2Y9Mcvl3N7VouL1+QGRHUb4ykuTNX+OmW1DGPj8kaOTQtZ/IruWV84l+X1PTY2e3dtgttJcFz7Vv6oLATYmGlJ3moeaa5xrzCvMG0MWKH3t/lWJezEQYghAO7GazGFEuYaMdbgfmSJUDamuRF1sOkDSJoXHOkTx8WoHFN4YuMR2gcKi0O9Lg8Y/cUVJqsX6vn9AG6tjkup5nda8rdl89cxmOMpcHI3pqXb8m15son2SoSJGYYGKayI1zZmRHZXKbk4oKRipzrOrD/zZ702LvWxq/NfnN0U9fGJTEJyXnr/2Tpk+R1LaWVq4lwZ9vS1a0HqqId3XB9dRjBa/C+ZceIdKtdZ9c/ZDwoHTR8FfWFTdLr9Pp7wu6zPSQ9ZNjNPSPqehiybTVSjWFR2K02MYWkybmWIRY+Cl+/Y1zR9shoj5y7DO9D0XZ9WJhL0EXq0uXchToiCDrQ2aP1uhgxyYxHm91mEGKTou06QY7x4e3psMds8+XbiWwfaZ9sn2/n7QF6Z3McWlqAHPJ0CXOkC+Qt4bRwSeDShHyBCvYYIUaINeQcD7nhCGY8w/E6iBeBBUiwUmauCexMdOfn5eUFXa0nepmAFrECMzZmGiZZOyjZZSF0SmZHZIZ0ye5XrOTi7EdfWfJIt7oDa6xDbhy2rtIZHV9x4NMdxz58YGbBVjqjtXR8Wl7B0KUl2fXktd/+pr3i0LfP//3JzQcnm/N+0Nl12q9kti588SijB/o3ffzbJ62zdDt0mRi+9chPNAZMpQFtI6BAdwzbi3U7MBJKnX+pwx0RQ6w0twPV9ANi5KthMqJSiocTQgk8SVYQnu6CZ+kudT0XD+f5PRBA3l5YNxlpDc1VNyD/Or6apCGtRVQhyhFrELsRPyM2IuqR/1bWl43RgWrC6xSYL5SoH+B8pcIJOIy4CfMT+c+hXMxFOU5ACevLAxRi/U041hhxF5Rh/XRsfw7rfEifx3IF5huwn4r5P2O+TXqAAI59FPMXsT4DxwlH7EW5V3LHkbdaXUp3kWQcswxRiHNUI70ZMQf52Dr6sHpyAvqTE6oO24swn4XzF2j81TAdxzjHdIY6Yf1HMF1iuQ7zT6Ecm3lQWzGPoQuS6B6YSyPhCN2jjsP1bwuuG3ECjrA1d6wJ5Q/J9I8IyjinM3DOOzvjd9n+AXXX4DCXSSxIH0V4EAPoKZjHD8P9+xyGCl/AWAYdEBvqqQzXeIGfDnfoQH0W5dwr7Md+WO5ANRTzmyCMuww52Ha7+DB8h/VAeyF+hB30PKwVE+A5tK8JOP5GxB4cs0azhekwDvv31Mb5AmIx/ySCzZ3YriemG/SCbdIDcBfq/QrzCOz/IeJ9coLoEID963D+WqZztu+kpPUsjjMaeaYgnFg/X0M1GFFXLbiv36F9f4hjrQzZ4cTfKUwM2W0HmAzt0OwsBE33u+AU4hjiJOIj1NkaxGDMD0f4EchDdDi3De0oUbNXtBnUQ6JmH2gbzP7ZXmk2G1yDT7MxzWeIgP1jcJwNiGfEPbAEsRvxDPKcZf7CbJbJ2T428ylmM+1Us++5cIDuohFsncymOijzPYCqDh9E22qnzO+Y7TNKPZCDtITLhFxms8ze2inTiyY/+iPziQ76+1pVlG+KRt+DeSFbr2unzE+ZLjpoA0zQ9N0E+zE/k18IU7l7wMv/BabTNvALObiXc9WlbG30HNymOwYsUo7E8sZr6AYG6T0yRzgG32r6fA8eR7qAf49249/D82W3+rUA5KSwmy7V8v9ArwU5FmxjlKFz2/+0/n8D+r6wG2Zi/hvhPVXF9TzIfEI6R9IRjnaK9U2IOkSyzk026OaSgDQeZBHgssh8wQN9BQ9k83jS8VEYBwASsH688Cncyj0A/fhzMIPU4VnwHjFKUXgGPAx2Nhd9H5YzsPGRVnWyo6ts7lpbaqft9notZTE/ZFMaDfnenf+E5qJNEnY2sPisnQ8YozVo9qre0mGfJ2Eq0iHt9nm1naonOtnneRzXdq1dXku1swXje7ufMt9oXz+LjyzGsRjJ4hzNJUnt/NfS3/uTTPSTjVocPgVlId/+E2I9Yhq2JaKcp9H/l7BYhnO9K46EaeLLMJvrAlPFMpzvPFSImRCH6/6240ydpJ4PnacZ7Wcp0xO2n28/R4V00Gnx7HWYoMWb1yFVO0dRNnZ+ik9DqxgNUqjvReaHmg8uAC87G/mZ8DD/oPo1ruMJ7gDqG+v5CXC31gaQx11ST/FT8YaIZyK3XotB0/mH1DPcGbQ91neSOk94BzaJ/WB6x3iMBymrY/KLL8BXPK5ReEY78xva4zHbe90K9RvpY1z/cfiCP4Q88fCV8CpbC+qgj7amUq3vU+oyNpZUoh7iv4ZpQgvWIbQ+d6jnQvoo6awLzYaZLnBMcaJ2Zh8V3sa2afCRVA4TpKk47wL4SorBOjbXA7j/PZEuUl/Vzus6PN9SYTr3PdrWzZotzhHuUl/mAqC0n8PcCfS75eqHwh1IZyHY2jWKcR/9R7tvsL8h7sP7GbtPrMczvjs8Im6DxeKbsJj/GRYLnyN/H8jnLqIf8ZgvUs+G4raXE7H+J4y5aN/Bu0zwPiMNVj8UN2vzeTUZ2D2lGu7kLsEEegjyMZaM1u1CW5mondOr0P4+Q3wbBLyIyA9hSBA0DNveRhu9HcubOZn0x/zDNBPeoLv4aKwzszOXvwsq+RLI4HphHLHgneJteIr8Ao9xZlD5V+ExPgAfkF/wnIyAHzg/jOX2wxWt/k2Yj3yF9B3I4zdg/M5DHa6Es/xkWMY1wm/cu7iGmRjrsZ+wBr4VukMq6v0x7nuiYyCfwzdcCXwj3gePsfkYH+IIjj+VgR8MqVq/TtBkbcc1MtNiqOWGwr0o75eY33iVvChrh5wr4UtNxn8inyYHGxf7MR7+MViO764fIxKCtG10Jxr9B/BxJ+pgFPd0GzsXxKUY897H2FeKdxYr1OGYlwFaByIOIZ8P6Xms64f5nogczOuxrgZpM1ITYibWI4/6EtYV8nHoK8E4tQTr5mB7AOtfRfoKllORngC4cgFhCqIVX/2vrEPcgXgQUYSAIP3tk6A86iikS7EOx7vyEPb5CcuZmN+I+AVxEbEZsQr7fIrtKYhiLNciZjPb/od7zf91+s/Psz9KWdxiciLNQT88e+2Z9Idp+37+N/Tas6t9//872ukOeg0N6qF9HZ3O0n95ZrZTHCK9MzA2D8AYlcfiMouNLB5r8ShEtXtAMC5+w84QpCswDl5msZjFQ4zFf8Z4eBfSW5GyO+hx5Klplyv04rvo/xD+/znY1eT/V9DZQXAjMOpPwl1d819D3Hk1dHIQek8QBgf7Xtx1XMd1XMd1XMd1XMd1XMd1XMd1/D8AYX/pxSQfykAACjKkwUB847tBXAIc0IFWWEa3wz7EUcRFBA/pmI5ETEZw4KHbm9ZmegJIJmukecTojDpGhw3P0MqewUFqCA9Sfd8gTc9kfNuavbWsvK05o2+wnNwrWO6ekLFsoEy3oZAXtdSMaRoiH7EMwePk25qj4oPd9JGs29bm2LgM81G6FTm2Yr+tmohbPQZsto4UR0r04sBscg5H26yly7R0spbma2malppDrd+w2bX0qJbu09I0Lc3X0pFaOl9LNX5yAZ/z+JzD5xvyjccKKQQUIqcQWSGeFOJRSAvRE2NTb2VdgBg92b2Vno4CJQOR6bhRSUGqIJYkD1ZSEc7kQiWb4LigJxR0EBMDAFaLzhMgew61rQhvXREO+gDJb0oepgzUk75wmGfTZSEeRfBNyQuVF7C3QysCOOjuJuW31AApaVJ+VQI60qT8ogQo8UQoPytnlJ+U55QflKHKyeTdSgtyPdqkBJQAj1xbkgN0t8esrFLGoHBnlFrlZuUWh9Z0sxOJx6hMw05lyWWKzxFgs4xwaLPcqOAwBxUvNhYmBwg5qHiU+5XMVK1rBut6UOmlLFR6Ktp0KcHpbgjKlsTIQaUHTtZNm8WrjA/Xh+uzGz6WGnZKDdulhqVSw0CpoZ/UkCU19JEa0qWGNKnBLTUkSA3xUqTOqpN1Jl2YzqDT6UQdr6M60EWyLwy62RchIkWZEZH9wgN4LS9TltLg9yQo0VEYCv4IrpgWjx1Eiv3HpkHxVIf/x7GuADGMLvMLrkHEby2G4nGDbP4cd3FAUsf4s93FfmnUTb5GQtaUYq2frgwQGOcLEDurujeO/e9CC+6q/d4H4hhV732gtBSia/Jt+dYBltyiwn+SVITSTl+Bs139jbjiUYtbcJd9zZLSX8LiWCw2sGIDK9ri/Q8Xj/X5d8WX+jNYRo0vLfavH+uY6Gshe8keb2ELeZaRUl8Ll0L2esewei6lsLS0GLdG40Oz38v49jKCfLr3IZ/xQb7ufY2PJ0E+l8aHZhfki3aAS+NzRTuu4utKnmV8yYwgX8xp6KrxdY053Ymv8bDLW9jocrWPdVjjORwcy5+nsSgKsjgVjQVdRdFYFEI1lqLfWVJDLD07WHpqM3Hkdx4lyBPuaOcJZzO5/9BnxiC321vJbGWUr1EHg0oLJgZptFw1QNv3cPuAp+MOwzvcOTC6S/0G1yC/0TUI8vNtbjmPpIlhfhGrJATj7ue0LY07zAPZqXGHYXV4qCl1YOpA1oTWy5pM7N9sQk22pf2ccYfJzlCTjNUWnKOTnIsW3YofsHkrCzt+qkOfW0N0ERT7k8cW+/NHl/kaJcnr91QUlmJdenud0egNqMeClT2xMo9VclwHY0edXh9iRG0cHJlCRiokG0UodVejKDhRZw0uqob/BOdd0QsKZW5kc3RyZWFtCmVuZG9iagoyMiAwIG9iago8PC9EZXNjZW50IC0yMDcvQ2FwSGVpZ2h0IDY5OS9TdGVtViA4MC9UeXBlL0ZvbnREZXNjcmlwdG9yL0ZvbnRGaWxlMiAyMSAwIFIvRmxhZ3MgOTYvRm9udEJCb3hbLTUxNyAtMzI0IDEwODEgMTAyNF0vRm9udE5hbWUvU0dJUlREK0FyaWFsLUl0YWxpY01UL0l0YWxpY0FuZ2xlIC0xMi9Bc2NlbnQgNzI4Pj4KZW5kb2JqCjIzIDAgb2JqCjw8L0RXIDEwMDAvU3VidHlwZS9DSURGb250VHlwZTIvQ0lEU3lzdGVtSW5mbzw8L1N1cHBsZW1lbnQgMC9SZWdpc3RyeShBZG9iZSkvT3JkZXJpbmcoSWRlbnRpdHkpPj4vVHlwZS9Gb250L0Jhc2VGb250L1NHSVJURCtBcmlhbC1JdGFsaWNNVC9Gb250RGVzY3JpcHRvciAyMiAwIFIvVyBbMTZbMzMzXTI5WzI3N102OFs1NTZdNzBbNTAwIDU1NiA1NTZdNzlbMjIyXTgzWzU1Nl04NVszMzNdODdbMjc3IDU1Nl1dL0NJRFRvR0lETWFwL0lkZW50aXR5Pj4KZW5kb2JqCjI0IDAgb2JqCjw8L0ZpbHRlci9GbGF0ZURlY29kZS9MZW5ndGggMjc3Pj5zdHJlYW0KeJxdkUtrxCAQgO/+Co8tPZh3eghz2VLIoQ+atPTq6iQIjRHjHvLva3TXQgU/8NMZnBl26p96rRxl73YVAzo6KS0tbuvFCqRnnJUmeUGlEu56ChQLN4T54GHfHC69nlbSdZR9+MvN2Z3ejeP3Q3ZP2JuVaJWevamKzy9vhosxP7igdjQjAFTi5FO9cPPKF6QsBP7JcTdIi3DO4w/EKnEzXKDlekbSZX5B9+wXENTy33V+jTpP6Xnun99YSAhKQmLJg6oqSGzyqBpIbMqoWkhsqqgeIbGpo5ogsRFB1SUktllUNSS2RVQhcWQb09chcWRbh5JvtR3VH4NJzRQXa32fw/RCN48+Ko1pwGY1RxT1m/wCj7+TzwplbmRzdHJlYW0KZW5kb2JqCjEwIDAgb2JqCjw8L1N1YnR5cGUvVHlwZTAvVHlwZS9Gb250L0Jhc2VGb250L1NHSVJURCtBcmlhbC1JdGFsaWNNVC9FbmNvZGluZy9JZGVudGl0eS1IL0Rlc2NlbmRhbnRGb250c1syMyAwIFJdL1RvVW5pY29kZSAyNCAwIFI+PgplbmRvYmoKMSAwIG9iago8PC9TdWJ0eXBlL0Zvcm0vRmlsdGVyL0ZsYXRlRGVjb2RlL1R5cGUvWE9iamVjdC9NYXRyaXggWzEgMCAwIDEgMCAwXS9Gb3JtVHlwZSAxL1Jlc291cmNlczw8L1Byb2NTZXQgWy9QREYgL1RleHQgL0ltYWdlQiAvSW1hZ2VDIC9JbWFnZUldL0ZvbnQ8PC9GMSAyIDAgUi9GMiAzIDAgUi9GMyA0IDAgUi9GNCA1IDAgUj4+Pj4vQkJveFswIDAgNTk1LjI4IDg0MS44OV0vTGVuZ3RoIDU3ODc+PnN0cmVhbQp4nL1cWZNVx5E+Ebz1izUhg7U54kQMWozgqvZFDj8YYUAyFlujJcw8YGgQdjeNW7gV+veTa1Wdey/2bUkzQSDOd7NOVlZWZlZWnir9c8/MJdhVqfMRPJr5cC/WuHJlfJQGh3vf7X2992LPzj/sufkLaP73PWvmv+z99X/M/GTvn/S+mU+e7V3d3/vkup1tWRU/7z+FN5Bg5+hXJc65hlWK8z50uMo2hTTvP9776LPjo6ODk8fPHx3On784PX7++OB3+38HlkD70z5zdHNZObeFYY4oHzE0JthIDKeL06fT+9O5yU73pt9uMPMbzKpbOeKVsvKyvjKvX8OfN6cL0zvw98L0Hjz/egfxbEirWtZ4+miZ5+Xp7vQtyHZruj7dBDk/nK5NX8PTLrI6Y1c5r0trPXM+D/Kdhz9vkNRv4PNWaVNY8Ix2ZfK6NkvZLu2uWvXGrPy6Dppez09vw593QM63p3f5aYukeYVzujHtESYsNEFl1tP0McjqQcKHv5vi5CazVczXsAxhZZyydDpTH8Cob8CoHwDX92Hc96YvoZ+v4d8H083dmXtQbNNAEr1+Ary/AUu9Cf8a+Ht3+mLkGNPK2jm7vIoFXFRhWWV0SGBcwyasKx8RJpyL7N0qMcobqDXNq2A3ofKVxmuQZDpciohBQn8gZk1mb7njsIpLGe3QMbxcVmAcfcAMReoEVp+2IGMpWq1M3IRmFaQxDmkNQr8l9cbrUEc4yoRCJgeRqwspUMVKKx+2IJIqefKGdQhSZW5s4wZEqUpvvA7LyhZuDCPbgCLzQmIaAkxxHIbAUIUGJr6hbEjPwDkNUImgyDWgnWDDoU9gairZQXQdNuooDwqYk9ogGMgRwsLjwWCyctwWBDrdA2iYZNE8oWXkbkGWSAGY3oKGcRXEcKFBWOWoAGhBmSDNKwtYwIDmVjWzKNgEeyVnSEzzSQ1YAMyfKZ0GENjIezD8EDpPNIRI/bFv+iSysJFAlEA5kwIeQ2y0hGZE70WkJVQe8XRIK5n786wk22VpwHYSDAGsDl6TsdbCLDMbWajzYkpOcY6Cxh945whli0wvM68i8iLxQebQB4uGQLtvCK0FYhZrySamGYbJIkvRYEmsCceKsXbQktXZ9I3mKeQwE6B5Vjl0MeuzTpjXMCCveRpBrMKSB4eLZFCXAECiWNdoEWeYtFQXtECvlUEpo/rQ5gtNFnvT0V5x7DDsW4JAtlQHWJAFvFe5DzSDYptwEUmeTTnjCIuhpYjNHAC6eXOBSr2LCwBjds9MplU4bGf6tbCxFzHlwmEK3pj1maRsJA0PYBhuHUHTbBcQp6C0hS2wZIZHhAJW7d0lpiWGNCAjjipjtUqxbRY8qyh4dWIFJMjpYhJoUiDO5h4pFUL3NA/sq+tQwliHYAtFlmfwMBQcYCEEiyk8R3oWgveECq6JReww0Uz7VeIQRnYOkEVzGUl9WT5dio3jqAbTJVkgjhpUSYG9X0KJgDM+s6kZ6jNrDgLTUCjK4tJQmJR4hYKWBVTCSyxZSWHXJ6eHZ8+LcWQKB6M6y6NF0RoBEwd8w7PvyyuGoyf1k6I8A4V7ZUomheNLvkuHC1BGmgQTGZMJGnYOaYj8XsGGEptd5JZVFjzuOikgqWRxTzRGfoYc7JS07ZilmztY0AzOQDUr1kwSDVSOjahrcioKVo5pksLAr4U8hSJXZC3YqvMCwPAkRRlrKcP85axGcbq0ETIakNF34xcovlFpX7iODEYKgGEVN5C0jGNUEKSWxy3XUEWlty7WobYdZSXh46oMsmdSkfZKwUuRhV1KGFlVVmeHskJipAJGJneUFvIOXZIIkqpQkDrCXmtSyEKwVZvA0HKGBFZVi5o4LTHAqPJyDpwrZUForZZJvQ/sFEdTrVrKUccW44Q1ltMEixxPgUr7KEkprIG40dMNa4KmGESE6Ug94bCGFzfOOBCFnnEgFHsF9xuQKQMVEyd+1bPBZidUCaswROqWQ1uxRPWsRlqpRGJdxXA4A82x7cObgYiW8xAycETiJpk1wXpCmdK81OIp6VU01/TKmPMF6qv0hAFxzJoVqJSSMZBeYyfKrqi9GilYKuOoobOpTjBoEN8tPLk2CueWMiFwPWVCIYqmRX2m7aA3pTlN1pMXvYnNQCdLPbBmEjZsvqa4uVfGQtIGNNgX4kp5kZKtwVpBb120t5iFnIeVDd8ewwC2t3bkzr2xpQ24tR9lJ/+xgW2V8zBrI2UcTTyGmok1TDkLIltaLobQOE3GkHHMPRtDrHtnULr1bZ9JM2Idu4hQne56MnO2EmpgcUaQekaGUDJ1pvWFohPbcFzbbQxQ07IB0wCoSKZ5GULf0iqS1/bMDHHVBIwG51tuhiNvqRoC2cpy5BD9c3rWkORni9nh6VozPsWSk1mbaQ++gdUAOraorkxDlCwNoYmapyFryq05U0MYa0/ViFw1V0NUSk/WEEvYwjBsk+5NYxHqmhk6u6iFWGe0wkEzBTAPPgat2Sq9oNRqNohaznpKRFYozCwBTh0cSencuKpb50dtWxcoxpMkDFNugQpQGbsJugfEaXRRN1eexgu4jOKn1Tg22TXpFGG3o8+CVIEDWxDoNWFDIHvIymL4tqxGolp9k0er+/4ielvWeixOVxhnIbflEl/A5S1tg1TgwdbVbsFS4sH2qWxiLfJo+w0sGRq2l+R8idt48iLNh/FQatyHw7CJ78bijsLGbXyXmXkuFzRuXssa/H5cKif1QIogcc+R4pnnbQZgyMSsb1r2lBAADkzFBQhQ8j2zR5wltXfzgHhFVGwojgKSmptJ2i+bMC6YILHom1J66wN7JeHDjptGRgWwSrgF8HeWVBJpc86YlRCTYkSFHSqorLJ4JdaC1E6tH6lURCLJo+aLPBIZN7oB9sM6qkr1zTJ1nIz6OJudLkbB4ypcxmpTXRb+66tO0Ai7nsa3iV8wbXUjfoKVQbC0f21QtpkNdAJuldZh6zd40lHHVjeSVIVU3OmjVCxn1MqjyLm06ZB0f7iAsu+xoXIpdR1r80oLxhrs0tRWoVlg2QBpbxu4tR9lp9HEgItPS20A1kEcgS21UcypDSDZLJKpxrBqZSYEsovjzCZqZQJdLrq21JGx4ZebgWrVNDixAex7ZhNbjs6pTWwBD4kCNLUR3IZjF4mkwJbadEwjsFqc49wm8iLJqU3UvIczm+jYuil7wdG5ntnAyFtBCkFtlavTpn5ZEhVpZjNODs9W0pyPbU9wG1Ba1XXU5n7xLnFLZhmsY10k6UD2gyUnq4mfF+jaNyFCdVjq8XtKTymSVbPklCI5LvEqZz8OE2GtQ06Rgu5nMadILTeUnoLu4FCDqYVnTipSXOS2KS1yW2g9fpFAbMadhKwp5Eogc+nBFFEccgr8npJbTqEfgCSnSJYtoLE162tENm3RPSI0Lrr6vUWdsH9/QScElLoPApJCJppwqupn7ISAY9sa21S4HqpeiF95OpHrYc0JATvbnBCQ7GLYCUGvxakTKlAnFNyUnhcLg8DmhB3TCLJuIdgJAWffvBC/GfnBDQF79TwEOXQ3hLGH0mgSV9UNWf9iQwLUCYe54bmS/Fi9RnCbLUdbgDXY8rEctXS9xGobC+7cX9KShfTHuHWQVnkddW7ju8StcPhUUyuW7VheF9hMTTGbGqA0bGWLeDXbWrHqO2xrxfDMsTnlqrGIdVo5iAux6Kc3tjX8ntBMLRctL7Op5ZbwIrFlw2xquWXXrI2iH8BG2EytYxwASjFYmn5/YEvLVaVgS8u1ffoiYhm2ssVonQfPvBitrrKllV5iSnNDamvj7PB0Jf54pJOvWIdQxjqqLXERsaGxVBOLQKmbJOxavNJwbd1qydtgAEXkpRzOghVOk5RzHTcJXB7vMuVxU7AcAg2qei1lkg0CHPetApsNKmYbBBSHeAcwNBOsTn2HTbC6lnPCTFTbykQ0pNoMlqhGP6SwDWLdvScdRQKpGmFp8YOJeUw6yjKHq3TEYB02bXVMQzBskmqF1WjlA62wtlyHrbC2VVfGZ7sV4uBDozldMtgKZQbEChWpFY7zwxMWFp+8bE38vUaHlFtNmGBdhrRa9JOj4KwTzAqInKF3uFiDF32zNLGtL5GkybyqSb3bSl2cSugoak66J0IkmwOuumKxnkvUwJyGlQejX3TEXVfOEJsi6phQOjzblAbo1GrSiBuZv92tQR0otQ4jNqx02ako7ooaZUNpHVbjh52KYt4BIoei37wWuPc4vq8cJVFPlTgW3KwLPmyYP8sdtvbrWNsDRwt+NmhUsSrFLj4pOTskjgikShyxJOCs1/NNYOSIZB9GJwcQV6clAoeFVkbeEjVw5DTougOyIxUMAUZH77YqP1OldJ8S9VvY73yWfqX4CFEYke5lVGbZ0OU+IlQPv+vaARV81w5p4+ma6lSZuhCxMq0W3CjZQH6+YURJqoDam+xNPI/DynEHldS3cy6k3bl9XmyDFAV5rRVQlWLAsDgTI7YJr1SpYagK2COraiBrGYLG005LnbbxapFiOX7WSBgKVqiRMVtyNg+HlZytiyNHzpYxl0JoXYtTyMmMMC7OVy07ZlGSfv+msIWd14ZZGF965EJsWzUHkXE9ciG36jVyOduinJjk2Bf17sxQ9ziiwQ6RCqhucDNnOYLzVg+hfMJA5wDk2BBoA4ZYF7BCVEnfaavnnBsPkjmsxYYFrKlv9ZwL/MmWXAuRnuzgngJPEJug43KD7PSci+PJQOfkpJDCwKmrTg/gMTFGMWtpmz2Esr0rOCbHqZJs9hCLjYJ2ESV9ldWxCOMLxfNUpEUB2aG5DkYJsAyrBHrNyM8vvd6hz9Vuh/j7gNJyDVl0zcJk/ZjCVon6rINVojRpsEqMcr5ZJaVh3Sgxv7DNKHHewmCUi66oc2w4lBAVt6G78cCq80E3I2nEjRzHfaXCrrcwfolH3jYPq6ngTh9FY2ErmwzFuKOGOcrBG8HqYU0bB6xfmVwwurqCEwXTymOoGl9bFRnsHjkPuyXnS/s+hVRJnzIaJVKzBmr4x2H9WE4yUXT1rSLomSrVSJ6wjkt7VU8kKmOeXepWzhZmEUpDRmGRnSIeUMyNCqOVBJEHFIwGBRQKUAvxTNQqNirK6odnOj1Hr45RErCsJmB5iNhR6Ss19Rs0/UCZshTAVUapDVlRelDE45N9PFELF9rkjARqQ05QYDahupEThYgjY1+IOrqB50oKbrTiPKCRyIek6E05EFiFKmdNYyCZ9OCVU4m10NistQjfofqBQPaktI0grbVNBiI5tZl0PqJVuz9c8wP0jKf/4Zw7LDW+HfWPVo76X5ouTm76/XR5stO5KUxl+hUdp3+IdwuuwN+LQLhE9yAu0l9HDRJQPobGl6df7X7S3pIr6s2AzDdMpj8AI2QbSIZLxP4SsMaOP4Tf4bfdu8Bs3bebAjZoF3+erk33pn0+yU9dvEW3HM5PF6Z3d2afcO/eBlCj3kP4mES/SHw9qs7BP5/gQ4JfIj54GNH78Nvl6YPdu8sFj0To3QSnl17eBbHx6suF6U269HJheu8MPOkDm/KUaz7TV6ChW9N9+IP3Ka5O1/EOhdx8udqodwDdhd+uwfOt6b+nG/D7bWrzFfz3Dvx+C/B/wdv3pju7i5Qs5upt0kSkDCJcaxc88vTwIUn3W1DjN9AfziT2+9Xu/URKgNUDslzLqTBx+d9cnXkNs0AlbWEGrJkZzX2EWT4DJ08HHBqnoMO/CG55Dlh9uIXZ5u0bL0c3FtdvYrLr928yCLiLcMpvcffGJpmc92FqYEJuwxTgtSMD8AGZyTX47fYZ2C9v3/zS3DlvUPY59mtjbze+bEgY4B6cgfMy0OiVpEtks5/TFaQbFA7egZ5+A3928VDhvYgy0YvbFzDQy+gGH4GkGIAz2a3EGIf3qs7BLwZ/QQP8YLp4hi7XIo0M5z0QHO+sYcB5i+6EvXUWnotIE2VuMa5cp2hyS6LJ/1e0Ubn+z8ONdvTLxBvlduaA4+aE2d9mwMH9eRu/LsNpsQLgqnUTDPkmzcxdul24i7DW0j4o4eG/bk6Zu7iABgQmhRcKL2wV120TFw9sDjFC4mMkO8L7ed/+MhLbsRcnvbwJoeI8+AEutuDGu8fhJb8Q9LpmhnnfadYDHYldE8snjWDnSaBNd3ytQLFS5agNsIWVD84m0Rofu+DzBszsu3QV9x2MeXg1d+f7wrGEIT3US7M4qXcoTn8J3rfL1VY8aAput2TnolN+tyAB/DMEkHPk1Tco9n8DZn8O/PEuBJSHD8dOICfPHnb+P8AvX8hd6ns39rCwMkfcPtJVSvpIxfBw777etN64dEsfFSOfYybBUsiZnePzVwdHG4PbZBHpZOPIwgMPHtu1g+8fnzx/+er58YstnPL2u8rRm8YqB1U7Xvs+vnIGLnSSkeWxofIl2ifPX/04f3b8ZPPK+Oa4XKBSTx/YFVC8Ae7E6cb9/TPwQIdmWUKtnjm8fPT8yRYWVDwcWfBloIhbRlWK94X1++XBq/mTMzBxYICyzkCQqRwCbpwcf//9GZhggVHSLxeiYf//+uD5s+9e7aASj6c7/dJevPOcB312ezOV2sICr7u6JQvrJCu5d/D04OTgxeODef/Hlwfz5tbm9fx0liwNHD3g2g5vh0D1jlGaWF1gH7q7/+0uLPg+0MgiVJvZZh+8eL6LXpVHNzVfvPjOV48O/7XN5DPWBxZRjw6Xjg7oityXv/+vv837x68eHZ6Bj+srBYRq8ZwNYRaBi0CotO5i3JJArGGN0ECmT4q+0QUODaieZjt7hmODYsfuCQ1k7xzNrtAFjg34dnVrwHBoECBLin0IAscGhb49tgYMRx04Kuw1JTAcG4zRvgX/cZCkYkuHj/riwLitDuE1qwOELDapjyxOm057wOV420pgTLPAUD37wc1HJyc/zvdfHfzw6OTJ/Lfnx89OHr387sf56fOT71/NBxCXty0R0DdtaTaDOyZgYqA1sp98fvXTaE0FM7PW7M4KtRSrxHfrg5Qfbl/99Cw8TPt/VgRbxOsSSQN5wzZp1nWnwbUrLwYfOAyBXMbM/3i2OxuIHvj5ZINP3pWPRmkV5wrdiqVwdH+H1zUm9tE4UxyrJcw3/rILC4lng0JqcTzVeFXG7KJVYdLVcQXPVISiQ9mM71usWoLZMBbnK1tJwkRu3o2PrjKdTzAhc0z84/U//cG6Wt3SVtht8RaSb6GR76gPoVHJEhs7XWOjNtDg2FtocGw9SHQcWnB0bA04PHa6hkdtoPFxaCHxsbWQANlbaIDUFhohhxYSIVsLCZGDLiRENmVIjBxaSNBrLSRInqXFOAP/mc4IS+pxhyCb6GgN20VwSXwlmpePnh0ssrNlt12M3tHY8Tb6vxcEv2tQeveR2yXcB++lPV49ljX+jy+enBwfHTx5NH/23aOXrw5OZg+sr8z3Dk4PXjw7mI+f7uJ4zN/RTThJFGHfSh1cPTk+/scZArSPTcitC4Y9Ay9S789bL/Bjd33terFNmNcF+kH7P2vBGLT8cxaMLs9PWzHG8fzUJWOhk5++ZjSN/PQ1YzGan7NojIy2rRp2Y9Vo7s/IJP72rKtGjw4MO11XCW2guLfQVaL1IHhowctEa8Cw03WV0AaKhxaySrQWgnsLXSW0heKhhawSrYXgQReySjRlCB5aLIJnD6ZnaTHOwDZ6D8eL/8taNJ7OzdCdYQ5/xlZ2iDuwKECT46ezG2f+Lvz5X/IZYfEKZW5kc3RyZWFtCmVuZG9iago5IDAgb2JqCjw8L1N1YnR5cGUvRm9ybS9GaWx0ZXIvRmxhdGVEZWNvZGUvVHlwZS9YT2JqZWN0L01hdHJpeCBbMSAwIDAgMSAwIDBdL0Zvcm1UeXBlIDEvUmVzb3VyY2VzPDwvUHJvY1NldCBbL1BERiAvVGV4dCAvSW1hZ2VCIC9JbWFnZUMgL0ltYWdlSV0vRm9udDw8L0YxIDIgMCBSL0YyIDMgMCBSL0YzIDQgMCBSL0Y0IDUgMCBSL0Y1IDEwIDAgUj4+Pj4vQkJveFswIDAgNTk1LjI4IDg0MS44OV0vTGVuZ3RoIDE3MDc+PnN0cmVhbQp4nK1YW2/bNhQm4Df1JWvXNrsBeiiatOtY8SZKHfayurnVi+NL4gz1HrJESV0kcZqmG/rvd3hISZTlDFI2GLZFifrOx+9ceKSPQRQmktEkDS/gMArPA5UqyhP/0E04D94Hk+AyYOHfAQ93YPqHgEXhb8G7P6LwJPiI90fh9Vnw6zh4ucFCltBEhONTuMNcYKESNFGhTiWNVTgGg1SzWMbh+DhYfz2/uMiuj2dH5+H25V/z2XH2bPwBIOHamzHM5FqkHCxHaNl8hpsBTykPdSSpVMBfxWCwGJ8Ho5xIQjn3eQhGUxnGqQD7lkcstdbIY/smu/At3wKhYqrSCoQADI4Q3ezT8fXs6mY2v1yCpBeQeMQo2I5BlRxKy4iJQpX5Ty1QkphGTlvBZJogysns5kv4en6SNVgYl9w4qVzZT6B9BPCItDkat8BI0N9IRqapsBBXR7OTJRjAu4oBN6OTVCmLEIlVeDe7CV+2AEkSIGBBGEvhDK7lev7pUxsQBkFoQbhUkQ3bSTY7e3/TQBPBFY1ENWIEF8q6ud9vAhHHlPEqBOPCSjLMTrPr7PI4C8dfrrLwaQu8wk0MV26SoNvgdinhTDUHVMqlTaPB+PcmEElKRVKBkCnTNmr3L2dNhM0xvGATiXD5c3B0/nlZ1GsqqukswHI1CXkirXNGn/8Mx/Obo/MWOImiqXBkJHPJUyOD5SvWmkIwFeXLjU35qpY3N5tRleBVV02L6odD724IdBNxxQQ39vGlyQfPgh37M0zQexNw6F0XnJsYKCa4sT8jFsY95Qw79mZIqajyFuLG/gyoarH0ZtixN0NxDeXBE8OO/RmVzcFTu9DT1zdXW2i787mtRN62lcTMZJINYMYSWxtEfHV0llVKTNVqyaK049tddh15wEopU5UihbextAi7KBLMpiLRZEgmpEv6pEOew/GQbJIDOE7x3CHZIj/UQnuJBVBOLZjgboMhX5OH5AH5Cr4PADghMVlrAmlJw87Fc0QZpxZxG2i1I+bDCM5zYnelFQmqinVKW04IByHfAq99gHsKR1042oHxQRumPnJB9BH59m5EXZOW68dt7HnOvUemz4C4QsoGWsMogv8OETBW8MthNF03P6ctFlK17MXCN3deS4L5miMKt5YXZI+MIGz3QX2ziEPQewLjPQzjNRhPSA+90CErNVuqZotBrAi9YI0ply4jsLNFVsgGKrgB6H04msC5zTbiVJdSirOKEbkKErUVR0MtkEXgxHyZOBqovkMp7kEIPIHxfch543NwbTt1Kub+b3Wqa8mT4DH5HrR5DMnwb9pEYok20MMXZUkWhY/D9wl5CWK8AqE0+RGAX0DwC0wIvSQl1mCsYQ6mw328/ec8N1osz6dTOP/Rf8iMmMPOUggWiXyFphbZPBhCzTQp3SXTKZzaIgNwSwuXVCywWJQF1LDdtLgHjQkrSVlaShDfRljDuAvwbYp9FVzne8YaOEs0JghtRqprPhIYzxtAJyf4AoTcwC3UUm9Bs2JCuAcgcPtb9M4v7t84DfO3MXVoB3RZW/LlK0DrgrJDxNxGzI6J3XdFgWjBvWIDHtOtjS0PrIOlwFlszB1+VZn5rsc29WkKwKXqd6VdgZda5V6dGn0iCBBmDhnRzQkzbPIXyq7fVDHgbeR4Bf896AfetqTsG+DSBeIDrIQ2+XbJTmO6TNCyTjBVZ/scJB2C0w7uzti3USG82oqwYJJGerGnTJI65z6wHGB09DAP9xp2XCKN8LVIYWGdPDS3NeDkt5PcvRwCTx+C7TeuAywrbh8+JgYasnI2Ko2gWBJYh7DoXnNYt9gcdp1812iti32czHPG1MFd+N1B5SPsdncxbu7D1++FTY00BWcZzfojk7VqXlWVRUy54gi96j6a7KGkHTjqY40xZt+gNhO8oorA7cC1Hu4gRrEROmYAc6bT5r6o7igq0qUGUJh8d9tuykpgO6wWvlnYFXlaPj49gmxfNbVpeU+gqk1PTGUcMvB0pMp22aFZDUyD3EEX7eOjVAcV2kA197Fl67mdYuA2t/reDs/LVMu6YbOKslXgMk+OLvYddT1uw5GcFhGgWKH5EB2aE1wOFy/RAx7Gk/LxN4+oNdef5g6MMXAGePYQxWlCOI8Tf+UyL69NIEUNkjEEE5HHmrn3ivg8/RA+K9iBrZhjHzIFBZKQK8oEvtoBDOaGxVuC+iKkYqZ7rixC5K3ZU3yiGsEiBibmjVAT9OiothZ8D1JBViYUkZDIX8JFLLU95N7RWRbycH4ach9pAJ9/AHU4hysKZW5kc3RyZWFtCmVuZG9iago3IDAgb2JqCjw8L0tpZHNbOCAwIFIgMTIgMCBSXS9UeXBlL1BhZ2VzL0NvdW50IDIvSVRYVCgyLjEuNyk+PgplbmRvYmoKMjUgMCBvYmoKPDwvVHlwZS9DYXRhbG9nL1BhZ2VzIDcgMCBSPj4KZW5kb2JqCjI2IDAgb2JqCjw8L01vZERhdGUoRDoyMDIyMTIwNzA2NDkwOFopL0NyZWF0aW9uRGF0ZShEOjIwMjIxMjA3MDY0OTA4WikvUHJvZHVjZXIoaVRleHQgMi4xLjcgYnkgMVQzWFQpPj4KZW5kb2JqCnhyZWYKMCAyNwowMDAwMDAwMDAwIDY1NTM1IGYgCjAwMDAwNDg4OTQgMDAwMDAgbiAKMDAwMDAwMDU4NiAwMDAwMCBuIAowMDAwMDE3OTM0IDAwMDAwIG4gCjAwMDAwNDAxMzggMDAwMDAgbiAKMDAwMDA0MDI2NyAwMDAwMCBuIAowMDAwMDAwMDE1IDAwMDAwIG4gCjAwMDAwNTY5MDYgMDAwMDAgbiAKMDAwMDAwMDEzMiAwMDAwMCBuIAowMDAwMDU0OTM1IDAwMDAwIG4gCjAwMDAwNDg3NTcgMDAwMDAgbiAKMDAwMDAwMDI5OSAwMDAwMCBuIAowMDAwMDAwNDE3IDAwMDAwIG4gCjAwMDAwMDA2NzkgMDAwMDAgbiAKMDAwMDAxNjg2NiAwMDAwMCBuIAowMDAwMDE3MDU3IDAwMDAwIG4gCjAwMDAwMTc0NDggMDAwMDAgbiAKMDAwMDAxODA2OCAwMDAwMCBuIAowMDAwMDM4ODMxIDAwMDAwIG4gCjAwMDAwMzkwMTMgMDAwMDAgbiAKMDAwMDAzOTUwNSAwMDAwMCBuIAowMDAwMDQwMzU1IDAwMDAwIG4gCjAwMDAwNDc5NDggMDAwMDAgbiAKMDAwMDA0ODEzOSAwMDAwMCBuIAowMDAwMDQ4NDEyIDAwMDAwIG4gCjAwMDAwNTY5NzYgMDAwMDAgbiAKMDAwMDA1NzAyMiAwMDAwMCBuIAp0cmFpbGVyCjw8L0luZm8gMjYgMCBSL0lEIFs8OTE4NWU5ZTJjM2Y2NDAyZDNmMWY4NzZlYjI3NWNjYjc+PDc3OTcxMzY3MTMxMWU5MzRiYmVmYzU3OTg4NjBjMzY5Pl0vUm9vdCAyNSAwIFIvU2l6ZSAyNz4+CnN0YXJ0eHJlZgo1NzEzMwolJUVPRgo=",
"typeCode": "invoice"
}
],
"shipmentDetails": [
{
"pickupDetails": {
"localCutoffDateAndTime": "2022-12-13T17:00:00",
"cutoffTimeOffset": "PT1H",
"pickupEarliest": "10:00:00",
"pickupLatest": "18:00:00",
"pickupCutoffSameDayOutboundProcessing": "21:00:00",
"totalTransitDays": "3",
"pickupAdditionalDays": "10",
"deliveryAdditionalDays": "1",
"pickupDayOfWeek": "2",
"deliveryDayOfWeek": "3"
}
}
],
"estimatedDeliveryDate": {
"estimatedDeliveryDate": "2022-12-28T23:59:00Z",
"estimatedDeliveryType": "QDDC"
}
}{
"instance": "/expressapi/shipments",
"detail": "998: ShipTimeStamp is not well formatted.(Expected Sample Format : '2010-02-11T17:10:09 GMT+01:00')",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "expressapi/shipments",
"detail": "#/content/packages/0/identifiers/0: extraneous key [dataIdentifier] is not permitted",
"title": "Validation error",
"message": "Unprocessable Entity",
"status": "422"
}{
"instance": "/expressapi/shipments",
"detail": "999: Process failure occurred. Process ID associated for that transaction (1234567890)",
"title": "Internal Server Error",
"message": "Internal Server Error",
"code": "500"
}| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "esse deserunt cupidatat ea" |
{
"plannedShipDate": "2026-10-22T00:00:00.0Z",
"accounts": [
{
"typeCode": "shipper",
"number": "048167654"
},
{
"typeCode": "shipper",
"number": "066947344"
}
],
"content": {
"exportDeclaration": [
{
"lineItems": [
{
"number": 10,
"description": "line item description 1",
"price": 50,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "amet"
},
{
"typeCode": "outbound",
"value": "consectetur elit U"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sunt ir"
},
{
"typeCode": "AFE",
"value": "dolor"
},
{
"typeCode": "AFE",
"value": "pro"
},
{
"typeCode": "AFE",
"value": "Lorem mol"
},
{
"typeCode": "AFE",
"value": "aliquip et Duis elit"
},
{
"typeCode": "AFE",
"value": "sed sit non"
},
{
"typeCode": "AFE",
"value": "proident magna aliq"
},
{
"typeCode": "AFE",
"value": "do laboris esse"
},
{
"typeCode": "AFE",
"value": "adipisicing"
},
{
"typeCode": "AFE",
"value": "magna fugiat"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "nulla"
},
{
"typeCode": "972",
"value": "voluptate consectetur ulla"
},
{
"typeCode": "972",
"value": "aliqui"
},
{
"typeCode": "972",
"value": "et"
},
{
"typeCode": "972",
"value": "eiusmod in ex qui ipsum"
},
{
"typeCode": "972",
"value": "tempor"
},
{
"typeCode": "972",
"value": "proident"
},
{
"typeCode": "972",
"value": "non eiusmod in sunt"
},
{
"typeCode": "972",
"value": "sunt nostrud ad"
},
{
"typeCode": "972",
"value": "in magna sed "
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 8,
"description": "line item description 3",
"price": 500.75,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "quis fu"
},
{
"typeCode": "outbound",
"value": "enim nostrud incid"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "anim Lorem in nisi repreh"
},
{
"typeCode": "AFE",
"value": "ut"
},
{
"typeCode": "AFE",
"value": "exercitation commodo et"
},
{
"typeCode": "AFE",
"value": "eu commodo occaecat"
},
{
"typeCode": "AFE",
"value": "fugiat qui"
},
{
"typeCode": "AFE",
"value": "est exercita"
},
{
"typeCode": "AFE",
"value": "null"
},
{
"typeCode": "AFE",
"value": "nostrud"
},
{
"typeCode": "AFE",
"value": "de"
},
{
"typeCode": "AFE",
"value": "ut amet exercitation qui Ut"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "mo"
},
{
"typeCode": "972",
"value": "irure et sit"
},
{
"typeCode": "972",
"value": "fugiat laboris Ut"
},
{
"typeCode": "972",
"value": "ut dolor"
},
{
"typeCode": "972",
"value": "qui"
},
{
"typeCode": "972",
"value": "aute non"
},
{
"typeCode": "972",
"value": "sunt"
},
{
"typeCode": "972",
"value": "do anim velit e"
},
{
"typeCode": "972",
"value": "labore ad"
},
{
"typeCode": "972",
"value": "Duis fugiat"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 8,
"description": "line item description 2",
"price": 200.5,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "veniam sed"
},
{
"typeCode": "outbound",
"value": "voluptate elit u"
}
],
"exportReasonType": "defence_material",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "dolore"
},
{
"typeCode": "AFE",
"value": "do culpa"
},
{
"typeCode": "AFE",
"value": "mollit ad enim culpa"
},
{
"typeCode": "AFE",
"value": "sed est in"
},
{
"typeCode": "AFE",
"value": "sed"
},
{
"typeCode": "AFE",
"value": "ex voluptate aliqua"
},
{
"typeCode": "AFE",
"value": "commodo officia consectetur "
},
{
"typeCode": "AFE",
"value": "d"
},
{
"typeCode": "AFE",
"value": "voluptate ut dol"
},
{
"typeCode": "AFE",
"value": "ea laboris Excepte"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "consectetur in Lorem lab"
},
{
"typeCode": "972",
"value": "irure Excepteu"
},
{
"typeCode": "972",
"value": "et ea sed "
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "reprehenderit "
},
{
"typeCode": "972",
"value": "voluptate ea ex Ut"
},
{
"typeCode": "972",
"value": "Excepteur"
},
{
"typeCode": "972",
"value": "elit sunt dolor"
},
{
"typeCode": "972",
"value": "mollit occaecat est incididunt"
},
{
"typeCode": "972",
"value": "Lorem in Excepteur enim"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 2,
"description": "line item description 5",
"price": 50,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "elit in sed"
},
{
"typeCode": "outbound",
"value": "dolor cillum volup"
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "cup"
},
{
"typeCode": "AFE",
"value": "irure eu e"
},
{
"typeCode": "AFE",
"value": "no"
},
{
"typeCode": "AFE",
"value": "amet"
},
{
"typeCode": "AFE",
"value": "elit"
},
{
"typeCode": "AFE",
"value": "velit"
},
{
"typeCode": "AFE",
"value": "ipsum q"
},
{
"typeCode": "AFE",
"value": "ut moll"
},
{
"typeCode": "AFE",
"value": "quis est deserunt dolore"
},
{
"typeCode": "AFE",
"value": "ut in dolor sint nisi"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "magna Ut proident incid"
},
{
"typeCode": "972",
"value": "ut aliquip"
},
{
"typeCode": "972",
"value": "incididunt ex laborum offic"
},
{
"typeCode": "972",
"value": "Excepteur officia ea"
},
{
"typeCode": "972",
"value": "fugiat Ut"
},
{
"typeCode": "972",
"value": "labor"
},
{
"typeCode": "972",
"value": "eiusmod"
},
{
"typeCode": "972",
"value": "fugiat ven"
},
{
"typeCode": "972",
"value": "aliquip est"
},
{
"typeCode": "972",
"value": "mollit nisi Duis"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 8,
"description": "line item description 5",
"price": 50,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "et labo"
},
{
"typeCode": "outbound",
"value": "com"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.9
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "aliquip dolor mollit ad exe"
},
{
"typeCode": "AFE",
"value": "mollit"
},
{
"typeCode": "AFE",
"value": "eu"
},
{
"typeCode": "AFE",
"value": "l"
},
{
"typeCode": "AFE",
"value": "velit pariatur ci"
},
{
"typeCode": "AFE",
"value": "sed"
},
{
"typeCode": "AFE",
"value": "in proident in"
},
{
"typeCode": "AFE",
"value": "cillum qui magna sint"
},
{
"typeCode": "AFE",
"value": "consequat aliqu"
},
{
"typeCode": "AFE",
"value": "in dolore cillum"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "culpa"
},
{
"typeCode": "972",
"value": "voluptate consectetu"
},
{
"typeCode": "972",
"value": "nisi id dolor pariatur"
},
{
"typeCode": "972",
"value": "reprehender"
},
{
"typeCode": "972",
"value": "Lorem ea commodo veniam "
},
{
"typeCode": "972",
"value": "qui Lorem enim"
},
{
"typeCode": "972",
"value": "ea a"
},
{
"typeCode": "972",
"value": "reprehenderit elit dolor cupidatat "
},
{
"typeCode": "972",
"value": "elit fugiat voluptate"
},
{
"typeCode": "972",
"value": "Ut minim esse sed"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 4,
"description": "line item description 2",
"price": 50,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "nu"
},
{
"typeCode": "outbound",
"value": "dolore "
}
],
"exportReasonType": "return",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "dolore Excepteur"
},
{
"typeCode": "AFE",
"value": "a"
},
{
"typeCode": "AFE",
"value": "Lorem dolor non"
},
{
"typeCode": "AFE",
"value": "fugiat d"
},
{
"typeCode": "AFE",
"value": "eiusmod et officia esse"
},
{
"typeCode": "AFE",
"value": "Excepteur aliqua q"
},
{
"typeCode": "AFE",
"value": "Duis ea non"
},
{
"typeCode": "AFE",
"value": "nisi Lo"
},
{
"typeCode": "AFE",
"value": "fugiat"
},
{
"typeCode": "AFE",
"value": "fugiat consequat dol"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "magna eu sit mollit"
},
{
"typeCode": "972",
"value": "pariatur do"
},
{
"typeCode": "972",
"value": "ea sed in"
},
{
"typeCode": "972",
"value": "com"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "non magna amet deserun"
},
{
"typeCode": "972",
"value": "commodo enim anim veniam"
},
{
"typeCode": "972",
"value": "aliquip nostrud"
},
{
"typeCode": "972",
"value": "ve"
},
{
"typeCode": "972",
"value": "amet dolor deserunt Duis ipsum"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 7,
"description": "line item description 1",
"price": 10.5,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "amet dolore qu"
},
{
"typeCode": "outbound",
"value": "sunt id"
}
],
"exportReasonType": "return",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "dolor fugiat aliquip"
},
{
"typeCode": "AFE",
"value": "Excepteur veniam fugiat"
},
{
"typeCode": "AFE",
"value": "exercitation "
},
{
"typeCode": "AFE",
"value": "cupidatat aliquip"
},
{
"typeCode": "AFE",
"value": "et "
},
{
"typeCode": "AFE",
"value": "enim Ut amet"
},
{
"typeCode": "AFE",
"value": "Lorem"
},
{
"typeCode": "AFE",
"value": "aliqua culpa eiusmod Lore"
},
{
"typeCode": "AFE",
"value": "la"
},
{
"typeCode": "AFE",
"value": "exercitation"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "anim minim"
},
{
"typeCode": "972",
"value": "officia"
},
{
"typeCode": "972",
"value": "et s"
},
{
"typeCode": "972",
"value": "ipsum pa"
},
{
"typeCode": "972",
"value": "Lorem non fugiat ex magna"
},
{
"typeCode": "972",
"value": "ut cupid"
},
{
"typeCode": "972",
"value": "p"
},
{
"typeCode": "972",
"value": "pari"
},
{
"typeCode": "972",
"value": "cillum cupid"
},
{
"typeCode": "972",
"value": "proident"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 9,
"description": "line item description 3",
"price": 25.75,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "proi"
},
{
"typeCode": "outbound",
"value": "nisi"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sit cupidatat ex"
},
{
"typeCode": "AFE",
"value": "sunt laborum"
},
{
"typeCode": "AFE",
"value": "nulla eni"
},
{
"typeCode": "AFE",
"value": "nisi ex exercitation sunt"
},
{
"typeCode": "AFE",
"value": "cup"
},
{
"typeCode": "AFE",
"value": "voluptate"
},
{
"typeCode": "AFE",
"value": "cillum ad dolor"
},
{
"typeCode": "AFE",
"value": "laborum"
},
{
"typeCode": "AFE",
"value": "nulla cupidatat i"
},
{
"typeCode": "AFE",
"value": "amet sed e"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "officia Excepteur reprehenderit cu"
},
{
"typeCode": "972",
"value": "mollit nisi quis minim proid"
},
{
"typeCode": "972",
"value": "dolore occaecat"
},
{
"typeCode": "972",
"value": "ad"
},
{
"typeCode": "972",
"value": "ex ut non veniam adipisicing"
},
{
"typeCode": "972",
"value": "in occaecat id do "
},
{
"typeCode": "972",
"value": "labore Excepteu"
},
{
"typeCode": "972",
"value": "ipsum sin"
},
{
"typeCode": "972",
"value": "adipisicing"
},
{
"typeCode": "972",
"value": "do ipsum lab"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 6,
"description": "line item description 2",
"price": 10.5,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Lorem in"
},
{
"typeCode": "outbound",
"value": "non"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.5
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "anim sunt non nisi"
},
{
"typeCode": "AFE",
"value": "sun"
},
{
"typeCode": "AFE",
"value": "Excepteur tempor amet esse"
},
{
"typeCode": "AFE",
"value": "eiusm"
},
{
"typeCode": "AFE",
"value": "sed pr"
},
{
"typeCode": "AFE",
"value": "ut amet sit"
},
{
"typeCode": "AFE",
"value": "pariatur e"
},
{
"typeCode": "AFE",
"value": "in et nulla "
},
{
"typeCode": "AFE",
"value": "labore ut commodo"
},
{
"typeCode": "AFE",
"value": "sed ut commodo pariatur"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "nulla "
},
{
"typeCode": "972",
"value": "eu ex mollit in"
},
{
"typeCode": "972",
"value": "proident sed commodo rep"
},
{
"typeCode": "972",
"value": "aliquip et"
},
{
"typeCode": "972",
"value": "occaecat"
},
{
"typeCode": "972",
"value": "dolor commodo in aliquip"
},
{
"typeCode": "972",
"value": "o"
},
{
"typeCode": "972",
"value": "fugiat qui"
},
{
"typeCode": "972",
"value": "proident dolor et aliquip"
},
{
"typeCode": "972",
"value": "occaecat proident in paria"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 5,
"description": "line item description 4",
"price": 25.75,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "cupidatat es"
},
{
"typeCode": "outbound",
"value": "proident ve"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "anim quis incididunt "
},
{
"typeCode": "AFE",
"value": "dolore tempor"
},
{
"typeCode": "AFE",
"value": "enim in tempor"
},
{
"typeCode": "AFE",
"value": "ex incidi"
},
{
"typeCode": "AFE",
"value": "nulla si"
},
{
"typeCode": "AFE",
"value": "fugiat ex culpa"
},
{
"typeCode": "AFE",
"value": "ea aut"
},
{
"typeCode": "AFE",
"value": "eu laboris cillu"
},
{
"typeCode": "AFE",
"value": "reprehenderit voluptat"
},
{
"typeCode": "AFE",
"value": "sed eu anim"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ex veniam ipsum sint "
},
{
"typeCode": "972",
"value": "dolor id culpa ullamco eiusmo"
},
{
"typeCode": "972",
"value": "occaecat eiusmod velit et am"
},
{
"typeCode": "972",
"value": "cillum"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "fug"
},
{
"typeCode": "972",
"value": "Duis nisi"
},
{
"typeCode": "972",
"value": "magna"
},
{
"typeCode": "972",
"value": "sint sunt"
},
{
"typeCode": "972",
"value": "cillum quis reprehenderit"
}
],
"preCalculatedLineItemTotalValue": 100.25
}
],
"invoice": {
"number": "pariatur anim",
"date": "2025-12-20T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "d"
},
{
"typeCode": "CU",
"value": "anim aliquip Lorem ex exercitat"
},
{
"typeCode": "CU",
"value": "qui magna "
},
{
"typeCode": "CU",
"value": "sunt"
},
{
"typeCode": "CU",
"value": "occaecat tempor"
},
{
"typeCode": "CU",
"value": "eu"
},
{
"typeCode": "CU",
"value": "ip"
},
{
"typeCode": "CU",
"value": "c"
},
{
"typeCode": "CU",
"value": "s"
},
{
"typeCode": "CU",
"value": "Duis"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 608.27,
"importTaxesValue": 63.18,
"totalWithImportDutiesAndTaxes": 1037.71
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 1988.28,
"preCalculatedTotalInvoiceValue": 1386.14
}
},
"remarks": [
{
"value": "Ut veniam esse"
},
{
"value": "esse incididunt"
},
{
"value": "ut aute"
}
],
"additionalCharges": [
{
"value": 10,
"typeCode": "other"
},
{
"value": 6,
"typeCode": "reverse_charge"
},
{
"value": 3,
"typeCode": "freight"
},
{
"value": 6,
"typeCode": "insurance"
},
{
"value": 10,
"typeCode": "fuel_surcharge"
}
],
"placeOfIncoterm": "Julesville",
"recipientReference": "Oms1r32iIF",
"exporter": {
"id": "54500964",
"code": "kjllH"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "eni"
},
{
"typeCode": "972",
"value": "ipsum minim anim par"
},
{
"typeCode": "972",
"value": "ad m"
},
{
"typeCode": "972",
"value": "paria"
},
{
"typeCode": "972",
"value": "et qui enim occae"
},
{
"typeCode": "972",
"value": "cupidatat minim aliquip fugiat si"
},
{
"typeCode": "972",
"value": "labore"
},
{
"typeCode": "972",
"value": "quis"
},
{
"typeCode": "972",
"value": "consequat dolor nos"
},
{
"typeCode": "972",
"value": "ut exercitation amet officia"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 8,
"description": "line item description 3",
"price": 10.5,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "amet"
},
{
"typeCode": "outbound",
"value": "dolor esse"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 0.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "quis moll"
},
{
"typeCode": "AFE",
"value": "commodo Ut reprehenderit cupi"
},
{
"typeCode": "AFE",
"value": "deserunt inci"
},
{
"typeCode": "AFE",
"value": "dolor ex in consequ"
},
{
"typeCode": "AFE",
"value": "et elit laboris"
},
{
"typeCode": "AFE",
"value": "consectetur do cupidatat"
},
{
"typeCode": "AFE",
"value": "qui culpa non nulla "
},
{
"typeCode": "AFE",
"value": "cillum"
},
{
"typeCode": "AFE",
"value": "consequat laboris do"
},
{
"typeCode": "AFE",
"value": "eiusmod con"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "Ut occaecat"
},
{
"typeCode": "972",
"value": "deser"
},
{
"typeCode": "972",
"value": "qui"
},
{
"typeCode": "972",
"value": "occaecat dolore veni"
},
{
"typeCode": "972",
"value": "Ut velit deserunt voluptat"
},
{
"typeCode": "972",
"value": "conseq"
},
{
"typeCode": "972",
"value": "dolore sunt sint do"
},
{
"typeCode": "972",
"value": "elit et labore ad n"
},
{
"typeCode": "972",
"value": "Excepteur"
},
{
"typeCode": "972",
"value": "id ull"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 7,
"description": "line item description 2",
"price": 25.75,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "adipisicing"
},
{
"typeCode": "outbound",
"value": "ipsum"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "incididunt Exc"
},
{
"typeCode": "AFE",
"value": "culpa laborum"
},
{
"typeCode": "AFE",
"value": "do qui anim"
},
{
"typeCode": "AFE",
"value": "ullamco in aute q"
},
{
"typeCode": "AFE",
"value": "nulla mollit pariatur vol"
},
{
"typeCode": "AFE",
"value": "incididunt"
},
{
"typeCode": "AFE",
"value": "officia"
},
{
"typeCode": "AFE",
"value": "nulla officia"
},
{
"typeCode": "AFE",
"value": "amet ut"
},
{
"typeCode": "AFE",
"value": "deserunt esse la"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "dolore in laborum in"
},
{
"typeCode": "972",
"value": "commodo in"
},
{
"typeCode": "972",
"value": "ipsum deserunt velit aliquip iru"
},
{
"typeCode": "972",
"value": "tempor Ut officia eu"
},
{
"typeCode": "972",
"value": "nulla Lorem exerci"
},
{
"typeCode": "972",
"value": "id minim est"
},
{
"typeCode": "972",
"value": "Exc"
},
{
"typeCode": "972",
"value": "mollit officia"
},
{
"typeCode": "972",
"value": "deserunt enim"
},
{
"typeCode": "972",
"value": "non"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 5,
"description": "line item description 4",
"price": 25.75,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "et eiusm"
},
{
"typeCode": "outbound",
"value": "magna"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "US",
"weight": {
"grossValue": 2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "esse pariatur Duis"
},
{
"typeCode": "AFE",
"value": "et veniam"
},
{
"typeCode": "AFE",
"value": "ea officia"
},
{
"typeCode": "AFE",
"value": "sint"
},
{
"typeCode": "AFE",
"value": "in labore ut"
},
{
"typeCode": "AFE",
"value": "ut magna sed"
},
{
"typeCode": "AFE",
"value": "ex aute"
},
{
"typeCode": "AFE",
"value": "Du"
},
{
"typeCode": "AFE",
"value": "id minim adipisicing"
},
{
"typeCode": "AFE",
"value": "occaecat qui"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ad non culpa esse"
},
{
"typeCode": "972",
"value": "aliquip"
},
{
"typeCode": "972",
"value": "culpa nisi anim ad occaecat"
},
{
"typeCode": "972",
"value": "aliqua voluptate"
},
{
"typeCode": "972",
"value": "tempor"
},
{
"typeCode": "972",
"value": "ad Ut q"
},
{
"typeCode": "972",
"value": "exercitation Ut aute laboris"
},
{
"typeCode": "972",
"value": "sed laborum aute nostru"
},
{
"typeCode": "972",
"value": "pariatur anim"
},
{
"typeCode": "972",
"value": "occaecat Ut conse"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 6,
"description": "line item description 5",
"price": 25.75,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "sint ex est"
},
{
"typeCode": "outbound",
"value": "Ut"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "DE",
"weight": {
"netValue": 1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "eu do aliquip"
},
{
"typeCode": "AFE",
"value": "consequat ad esse do"
},
{
"typeCode": "AFE",
"value": "ut Duis sit"
},
{
"typeCode": "AFE",
"value": "eiusmod"
},
{
"typeCode": "AFE",
"value": "u"
},
{
"typeCode": "AFE",
"value": "ea qui ullamco amet"
},
{
"typeCode": "AFE",
"value": "occ"
},
{
"typeCode": "AFE",
"value": "aute id consectetur"
},
{
"typeCode": "AFE",
"value": "magna esse repreh"
},
{
"typeCode": "AFE",
"value": "fugiat nisi ullamco et id"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "magna cupidatat n"
},
{
"typeCode": "972",
"value": "incididunt "
},
{
"typeCode": "972",
"value": "exercitation qui"
},
{
"typeCode": "972",
"value": "occaecat "
},
{
"typeCode": "972",
"value": "nulla deserunt comm"
},
{
"typeCode": "972",
"value": "nos"
},
{
"typeCode": "972",
"value": "non consectetur"
},
{
"typeCode": "972",
"value": "sint in tempor anim u"
},
{
"typeCode": "972",
"value": "enim dolor"
},
{
"typeCode": "972",
"value": "consectetur irure ut"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 10,
"description": "line item description 4",
"price": 100.25,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ut "
},
{
"typeCode": "outbound",
"value": "tempor dolor"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "laboris id incididunt mol"
},
{
"typeCode": "AFE",
"value": "ut veniam Excep"
},
{
"typeCode": "AFE",
"value": "voluptate"
},
{
"typeCode": "AFE",
"value": "nisi"
},
{
"typeCode": "AFE",
"value": "deserunt commodo"
},
{
"typeCode": "AFE",
"value": "mollit tempor"
},
{
"typeCode": "AFE",
"value": "in tempor eu magna elit"
},
{
"typeCode": "AFE",
"value": "veniam Excepteur ad nulla"
},
{
"typeCode": "AFE",
"value": "fugiat dolor"
},
{
"typeCode": "AFE",
"value": "deserunt"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "aliqui"
},
{
"typeCode": "972",
"value": "cupidatat"
},
{
"typeCode": "972",
"value": "dolor ali"
},
{
"typeCode": "972",
"value": "incididunt mi"
},
{
"typeCode": "972",
"value": "anim reprehenderit quis"
},
{
"typeCode": "972",
"value": "dolore ex dol"
},
{
"typeCode": "972",
"value": "sed anim exercitation enim"
},
{
"typeCode": "972",
"value": "nostrud officia ad sed e"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "ad esse tempor magna quis"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 10,
"description": "line item description 1",
"price": 500.75,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "pariatur pr"
},
{
"typeCode": "outbound",
"value": "Lorem Duis"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.5
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "incididunt"
},
{
"typeCode": "AFE",
"value": "labore ad pariatur nostrud D"
},
{
"typeCode": "AFE",
"value": "ex deserunt r"
},
{
"typeCode": "AFE",
"value": "occaecat"
},
{
"typeCode": "AFE",
"value": "e"
},
{
"typeCode": "AFE",
"value": "non e"
},
{
"typeCode": "AFE",
"value": "es"
},
{
"typeCode": "AFE",
"value": "sit in pariatur"
},
{
"typeCode": "AFE",
"value": "nostrud nisi"
},
{
"typeCode": "AFE",
"value": "eiusmod consequat veniam enim"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "mollit ut qui sed laboris"
},
{
"typeCode": "972",
"value": "nulla labore"
},
{
"typeCode": "972",
"value": "ex"
},
{
"typeCode": "972",
"value": "incidid"
},
{
"typeCode": "972",
"value": "proident occa"
},
{
"typeCode": "972",
"value": "id"
},
{
"typeCode": "972",
"value": "occa"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "deserunt"
},
{
"typeCode": "972",
"value": "dolore eiusmod id ex sed"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 1,
"description": "line item description 5",
"price": 200.5,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "te"
},
{
"typeCode": "outbound",
"value": "et"
}
],
"exportReasonType": "gift",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.3
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "irure ullamco sunt mollit qui"
},
{
"typeCode": "AFE",
"value": "proident"
},
{
"typeCode": "AFE",
"value": "consequat eu occaecat "
},
{
"typeCode": "AFE",
"value": "enim"
},
{
"typeCode": "AFE",
"value": "in eu labore dolor in"
},
{
"typeCode": "AFE",
"value": "deserunt ad"
},
{
"typeCode": "AFE",
"value": "eiusmod pariatu"
},
{
"typeCode": "AFE",
"value": "adipisicing exe"
},
{
"typeCode": "AFE",
"value": "dolore el"
},
{
"typeCode": "AFE",
"value": "culpa Ut ullamco voluptate"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "dolore laboris"
},
{
"typeCode": "972",
"value": "commodo incididunt aute elit fugiat"
},
{
"typeCode": "972",
"value": "amet aliqua anim veniam u"
},
{
"typeCode": "972",
"value": "de"
},
{
"typeCode": "972",
"value": "sunt nisi"
},
{
"typeCode": "972",
"value": "ea esse tempo"
},
{
"typeCode": "972",
"value": "ut do dolore Excepteur"
},
{
"typeCode": "972",
"value": "esse"
},
{
"typeCode": "972",
"value": "ex"
},
{
"typeCode": "972",
"value": "Duis eiusmod "
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 8,
"description": "line item description 2",
"price": 25.75,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "labore et "
},
{
"typeCode": "outbound",
"value": "ex elit"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "labore magna"
},
{
"typeCode": "AFE",
"value": "in mollit ex"
},
{
"typeCode": "AFE",
"value": "ullamco anim adipisicing venia"
},
{
"typeCode": "AFE",
"value": "proident et"
},
{
"typeCode": "AFE",
"value": "voluptate"
},
{
"typeCode": "AFE",
"value": "esse consequa"
},
{
"typeCode": "AFE",
"value": "consectetur aliquip"
},
{
"typeCode": "AFE",
"value": "dolore irure culpa nostrud s"
},
{
"typeCode": "AFE",
"value": "incididunt"
},
{
"typeCode": "AFE",
"value": "officia ut"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "do quis ut anim"
},
{
"typeCode": "972",
"value": "commodo"
},
{
"typeCode": "972",
"value": "quis qui ex ad sit"
},
{
"typeCode": "972",
"value": "Excepteur labore consectetur ea"
},
{
"typeCode": "972",
"value": "voluptate"
},
{
"typeCode": "972",
"value": "elit"
},
{
"typeCode": "972",
"value": "culpa in"
},
{
"typeCode": "972",
"value": "proident "
},
{
"typeCode": "972",
"value": "sed"
},
{
"typeCode": "972",
"value": "dolore quis "
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 8,
"description": "line item description 4",
"price": 100.25,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "culpa null"
},
{
"typeCode": "outbound",
"value": "elit est dolor"
}
],
"exportReasonType": "defence_material",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "deserunt aliqua labo"
},
{
"typeCode": "AFE",
"value": "si"
},
{
"typeCode": "AFE",
"value": "cupidatat qui"
},
{
"typeCode": "AFE",
"value": "nulla "
},
{
"typeCode": "AFE",
"value": "deserunt Lorem si"
},
{
"typeCode": "AFE",
"value": "in et ea ullamco non"
},
{
"typeCode": "AFE",
"value": "dolor"
},
{
"typeCode": "AFE",
"value": "adipisicing sed ex co"
},
{
"typeCode": "AFE",
"value": "in id dolore"
},
{
"typeCode": "AFE",
"value": "Lorem"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "tem"
},
{
"typeCode": "972",
"value": "ipsum"
},
{
"typeCode": "972",
"value": "sit magna consectetur "
},
{
"typeCode": "972",
"value": "qui "
},
{
"typeCode": "972",
"value": "irure"
},
{
"typeCode": "972",
"value": "m"
},
{
"typeCode": "972",
"value": "c"
},
{
"typeCode": "972",
"value": "dolore cillu"
},
{
"typeCode": "972",
"value": "nisi deserunt velit"
},
{
"typeCode": "972",
"value": "Duis s"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 3,
"description": "line item description 2",
"price": 10.5,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ad id mollit iru"
},
{
"typeCode": "outbound",
"value": "minim ipsum n"
}
],
"exportReasonType": "intercompany_use",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "laborum incididunt"
},
{
"typeCode": "AFE",
"value": "exercit"
},
{
"typeCode": "AFE",
"value": "ad"
},
{
"typeCode": "AFE",
"value": "quis vol"
},
{
"typeCode": "AFE",
"value": "amet"
},
{
"typeCode": "AFE",
"value": "do Duis non sunt"
},
{
"typeCode": "AFE",
"value": "pariatur esse laborum eu inc"
},
{
"typeCode": "AFE",
"value": "reprehenderit elit velit a"
},
{
"typeCode": "AFE",
"value": "Excepteur sit consectetur "
},
{
"typeCode": "AFE",
"value": "Duis"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "incididun"
},
{
"typeCode": "972",
"value": "dol"
},
{
"typeCode": "972",
"value": "ad"
},
{
"typeCode": "972",
"value": "magna"
},
{
"typeCode": "972",
"value": "dolor sunt"
},
{
"typeCode": "972",
"value": "ipsum pariatur tempor amet"
},
{
"typeCode": "972",
"value": "mollit"
},
{
"typeCode": "972",
"value": "consequa"
},
{
"typeCode": "972",
"value": "voluptate incidi"
},
{
"typeCode": "972",
"value": "mollit fugiat exercitation enim"
}
],
"preCalculatedLineItemTotalValue": 100.25
}
],
"invoice": {
"number": "Lorem p",
"date": "2026-01-03T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "pariatur"
},
{
"typeCode": "CU",
"value": "et ad in"
},
{
"typeCode": "CU",
"value": "anim elit"
},
{
"typeCode": "CU",
"value": "aliqua sunt mini"
},
{
"typeCode": "CU",
"value": "qui"
},
{
"typeCode": "CU",
"value": "in dolore"
},
{
"typeCode": "CU",
"value": "nostrud cillum ei"
},
{
"typeCode": "CU",
"value": "elit Excepteur"
},
{
"typeCode": "CU",
"value": "ex velit in"
},
{
"typeCode": "CU",
"value": "do laboris magna esse"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 159.55,
"importTaxesValue": 943.08,
"totalWithImportDutiesAndTaxes": 1284.34
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 4321.43,
"preCalculatedTotalInvoiceValue": 4267.82
}
},
"remarks": [
{
"value": "eiusmod minim"
},
{
"value": "aliquip proident sit"
},
{
"value": "laborum aute in eiusmod"
}
],
"additionalCharges": [
{
"value": 9,
"typeCode": "insurance"
},
{
"value": 1,
"typeCode": "fuel_surcharge"
},
{
"value": 5,
"typeCode": "documentation"
},
{
"value": 1,
"typeCode": "insurance"
},
{
"value": 10,
"typeCode": "admin"
}
],
"placeOfIncoterm": "Lake Zacheryland",
"recipientReference": "sbMUQ0XvYb",
"exporter": {
"id": "09069796",
"code": "aQBIq"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "eu officia ut"
},
{
"typeCode": "972",
"value": "irure cupida"
},
{
"typeCode": "972",
"value": "u"
},
{
"typeCode": "972",
"value": "consect"
},
{
"typeCode": "972",
"value": "Ut"
},
{
"typeCode": "972",
"value": "nisi dolore "
},
{
"typeCode": "972",
"value": "ut velit"
},
{
"typeCode": "972",
"value": "ut ess"
},
{
"typeCode": "972",
"value": "veniam mollit irure ad esse"
},
{
"typeCode": "972",
"value": "voluptate elit Lo"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 3,
"description": "line item description 1",
"price": 500.75,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "cillum anim"
},
{
"typeCode": "outbound",
"value": "esse consectetur v"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "proident s"
},
{
"typeCode": "AFE",
"value": "ulla"
},
{
"typeCode": "AFE",
"value": "et"
},
{
"typeCode": "AFE",
"value": "in fugiat labore"
},
{
"typeCode": "AFE",
"value": "labore"
},
{
"typeCode": "AFE",
"value": "non in fu"
},
{
"typeCode": "AFE",
"value": "Ut laborum incididunt si"
},
{
"typeCode": "AFE",
"value": "ut ut esse ali"
},
{
"typeCode": "AFE",
"value": "aliqua"
},
{
"typeCode": "AFE",
"value": "reprehenderit in dolor"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ex veniam"
},
{
"typeCode": "972",
"value": "tempor enim dolor"
},
{
"typeCode": "972",
"value": "dolore magna"
},
{
"typeCode": "972",
"value": "id irure"
},
{
"typeCode": "972",
"value": "non adipisicing tem"
},
{
"typeCode": "972",
"value": "Ut sunt"
},
{
"typeCode": "972",
"value": "consectetur cupidatat"
},
{
"typeCode": "972",
"value": "vel"
},
{
"typeCode": "972",
"value": "ex sed quis in"
},
{
"typeCode": "972",
"value": "adipis"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 4,
"description": "line item description 4",
"price": 10.5,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "qui"
},
{
"typeCode": "outbound",
"value": "do"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "tempor Excepteur magna lab"
},
{
"typeCode": "AFE",
"value": "culp"
},
{
"typeCode": "AFE",
"value": "in fugiat"
},
{
"typeCode": "AFE",
"value": "dolor sunt"
},
{
"typeCode": "AFE",
"value": "do"
},
{
"typeCode": "AFE",
"value": "conse"
},
{
"typeCode": "AFE",
"value": "offi"
},
{
"typeCode": "AFE",
"value": "id pariatur Ut inci"
},
{
"typeCode": "AFE",
"value": "adipisicing tempor minim ullamc"
},
{
"typeCode": "AFE",
"value": "irure p"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "cil"
},
{
"typeCode": "972",
"value": "eu elit ea sed"
},
{
"typeCode": "972",
"value": "enim anim a"
},
{
"typeCode": "972",
"value": "nulla cupidatat officia "
},
{
"typeCode": "972",
"value": "sunt culpa e"
},
{
"typeCode": "972",
"value": "magna consequat fugiat qui et"
},
{
"typeCode": "972",
"value": "qui dolor"
},
{
"typeCode": "972",
"value": "incididunt"
},
{
"typeCode": "972",
"value": "quis est"
},
{
"typeCode": "972",
"value": "pariatur"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 2,
"description": "line item description 3",
"price": 25.75,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "min"
},
{
"typeCode": "outbound",
"value": "aute "
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.9
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "adipisicing in reprehenderit "
},
{
"typeCode": "AFE",
"value": "veniam Lorem reprehenderit"
},
{
"typeCode": "AFE",
"value": "dolore nostrud in dolore sunt"
},
{
"typeCode": "AFE",
"value": "labore sint proident"
},
{
"typeCode": "AFE",
"value": "ut officia proident"
},
{
"typeCode": "AFE",
"value": "ut elit"
},
{
"typeCode": "AFE",
"value": "aliqua proident "
},
{
"typeCode": "AFE",
"value": "consectetur dolore esse do"
},
{
"typeCode": "AFE",
"value": "sunt Lorem Excepteu"
},
{
"typeCode": "AFE",
"value": "esse labore"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "consequat a"
},
{
"typeCode": "972",
"value": "esse"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "Excepteur aliqua eu"
},
{
"typeCode": "972",
"value": "pariatur tempor sit"
},
{
"typeCode": "972",
"value": "dolor officia"
},
{
"typeCode": "972",
"value": "occaecat consectetur"
},
{
"typeCode": "972",
"value": "qu"
},
{
"typeCode": "972",
"value": "anim ipsum d"
},
{
"typeCode": "972",
"value": "Duis"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 7,
"description": "line item description 3",
"price": 100.25,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "labor"
},
{
"typeCode": "outbound",
"value": "id"
}
],
"exportReasonType": "intercompany_use",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "aute"
},
{
"typeCode": "AFE",
"value": "minim eni"
},
{
"typeCode": "AFE",
"value": "aliqua irure dolor nulla "
},
{
"typeCode": "AFE",
"value": "ad"
},
{
"typeCode": "AFE",
"value": "Excep"
},
{
"typeCode": "AFE",
"value": "quis"
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "Excepteur sed pariatu"
},
{
"typeCode": "AFE",
"value": "a"
},
{
"typeCode": "AFE",
"value": "ea quis cupidatat an"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ea"
},
{
"typeCode": "972",
"value": "sunt"
},
{
"typeCode": "972",
"value": "in incididunt"
},
{
"typeCode": "972",
"value": "ad mollit"
},
{
"typeCode": "972",
"value": "aliquip dolor"
},
{
"typeCode": "972",
"value": "aliqua n"
},
{
"typeCode": "972",
"value": "proident et"
},
{
"typeCode": "972",
"value": "ut sit "
},
{
"typeCode": "972",
"value": "aliquip tempor sint ut culpa"
},
{
"typeCode": "972",
"value": "tempor ut deserunt"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 4,
"description": "line item description 1",
"price": 100.25,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ip"
},
{
"typeCode": "outbound",
"value": "qui in irure et re"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sunt quis in aute"
},
{
"typeCode": "AFE",
"value": "sunt nulla officia"
},
{
"typeCode": "AFE",
"value": "laboris "
},
{
"typeCode": "AFE",
"value": "est mollit"
},
{
"typeCode": "AFE",
"value": "in et fugiat reprehend"
},
{
"typeCode": "AFE",
"value": "Duis qui dolor"
},
{
"typeCode": "AFE",
"value": "proident"
},
{
"typeCode": "AFE",
"value": "sit"
},
{
"typeCode": "AFE",
"value": "Lo"
},
{
"typeCode": "AFE",
"value": "cupidatat"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "incid"
},
{
"typeCode": "972",
"value": "pariatur"
},
{
"typeCode": "972",
"value": "cupidatat deseru"
},
{
"typeCode": "972",
"value": "est Duis"
},
{
"typeCode": "972",
"value": "sint"
},
{
"typeCode": "972",
"value": "dolor ipsum"
},
{
"typeCode": "972",
"value": "do culpa pariatur e"
},
{
"typeCode": "972",
"value": "sit esse ut"
},
{
"typeCode": "972",
"value": "veniam ut "
},
{
"typeCode": "972",
"value": "rep"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 7,
"description": "line item description 1",
"price": 100.25,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "no"
},
{
"typeCode": "outbound",
"value": "do"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "anim enim Except"
},
{
"typeCode": "AFE",
"value": "magna culpa cupidatat"
},
{
"typeCode": "AFE",
"value": "oc"
},
{
"typeCode": "AFE",
"value": "minim "
},
{
"typeCode": "AFE",
"value": "labori"
},
{
"typeCode": "AFE",
"value": "sed"
},
{
"typeCode": "AFE",
"value": "amet sint incididunt"
},
{
"typeCode": "AFE",
"value": "cupidatat Lorem "
},
{
"typeCode": "AFE",
"value": "ipsum laborum sint irure non"
},
{
"typeCode": "AFE",
"value": "est"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "in "
},
{
"typeCode": "972",
"value": "et cupidatat dolore do"
},
{
"typeCode": "972",
"value": "ut sit dolor Ut nostrud"
},
{
"typeCode": "972",
"value": "sint esse"
},
{
"typeCode": "972",
"value": "proident aliquip fugiat sint"
},
{
"typeCode": "972",
"value": "aliquip Lorem"
},
{
"typeCode": "972",
"value": "ut proident"
},
{
"typeCode": "972",
"value": "dolo"
},
{
"typeCode": "972",
"value": "sunt nostrud"
},
{
"typeCode": "972",
"value": "occaecat"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 5,
"description": "line item description 1",
"price": 100.25,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ut "
},
{
"typeCode": "outbound",
"value": "incididunt r"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "Ut aliqua"
},
{
"typeCode": "AFE",
"value": "commodo voluptate et"
},
{
"typeCode": "AFE",
"value": "qui minim ame"
},
{
"typeCode": "AFE",
"value": "repr"
},
{
"typeCode": "AFE",
"value": "Ut id"
},
{
"typeCode": "AFE",
"value": "deserunt laborum"
},
{
"typeCode": "AFE",
"value": "sunt"
},
{
"typeCode": "AFE",
"value": "L"
},
{
"typeCode": "AFE",
"value": "in dolor"
},
{
"typeCode": "AFE",
"value": "in deserunt aute ad"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "veniam ut qui et eu"
},
{
"typeCode": "972",
"value": "ip"
},
{
"typeCode": "972",
"value": "ad ipsum"
},
{
"typeCode": "972",
"value": "adipisicing c"
},
{
"typeCode": "972",
"value": "qui cill"
},
{
"typeCode": "972",
"value": "anim"
},
{
"typeCode": "972",
"value": "exercitation"
},
{
"typeCode": "972",
"value": "magna non ea enim v"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "dolor est r"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 5,
"description": "line item description 5",
"price": 25.75,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "tempor c"
},
{
"typeCode": "outbound",
"value": "Lorem deserun"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "conse"
},
{
"typeCode": "AFE",
"value": "ut ut"
},
{
"typeCode": "AFE",
"value": "fu"
},
{
"typeCode": "AFE",
"value": "est"
},
{
"typeCode": "AFE",
"value": "non dolore eiusmod"
},
{
"typeCode": "AFE",
"value": "ut eiusmod fugiat mollit"
},
{
"typeCode": "AFE",
"value": "deserunt"
},
{
"typeCode": "AFE",
"value": "elit irure do"
},
{
"typeCode": "AFE",
"value": "nostrud commodo in"
},
{
"typeCode": "AFE",
"value": "occaecat"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "Excepteur eiusm"
},
{
"typeCode": "972",
"value": "ad id"
},
{
"typeCode": "972",
"value": "Exc"
},
{
"typeCode": "972",
"value": "a"
},
{
"typeCode": "972",
"value": "ea"
},
{
"typeCode": "972",
"value": "vo"
},
{
"typeCode": "972",
"value": "quis Excepteur ex"
},
{
"typeCode": "972",
"value": "consectetur ullamco"
},
{
"typeCode": "972",
"value": "cupida"
},
{
"typeCode": "972",
"value": "nulla nisi dolor minim "
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 5,
"description": "line item description 4",
"price": 25.75,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "eu sunt"
},
{
"typeCode": "outbound",
"value": "nost"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "amet la"
},
{
"typeCode": "AFE",
"value": "do fugiat dolor"
},
{
"typeCode": "AFE",
"value": "velit q"
},
{
"typeCode": "AFE",
"value": "dolore conse"
},
{
"typeCode": "AFE",
"value": "irure in labori"
},
{
"typeCode": "AFE",
"value": "con"
},
{
"typeCode": "AFE",
"value": "dolore "
},
{
"typeCode": "AFE",
"value": "do ullamco"
},
{
"typeCode": "AFE",
"value": "aliqua et mollit"
},
{
"typeCode": "AFE",
"value": "aute eu"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "mollit aliquip"
},
{
"typeCode": "972",
"value": "exercitation est et"
},
{
"typeCode": "972",
"value": "pariatur"
},
{
"typeCode": "972",
"value": "non voluptate Duis"
},
{
"typeCode": "972",
"value": "consectetur aliqua"
},
{
"typeCode": "972",
"value": "deserunt ullamco minim"
},
{
"typeCode": "972",
"value": "laborum anim Ut"
},
{
"typeCode": "972",
"value": "conseq"
},
{
"typeCode": "972",
"value": "quis"
},
{
"typeCode": "972",
"value": "elit do veniam"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 10,
"description": "line item description 3",
"price": 10.5,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "tempor "
},
{
"typeCode": "outbound",
"value": "Duis sunt enim"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ad"
},
{
"typeCode": "AFE",
"value": "in elit dolore"
},
{
"typeCode": "AFE",
"value": "ex non tempor "
},
{
"typeCode": "AFE",
"value": "velit voluptate"
},
{
"typeCode": "AFE",
"value": "fugiat"
},
{
"typeCode": "AFE",
"value": "amet officia"
},
{
"typeCode": "AFE",
"value": "consequat dolor Duis ut"
},
{
"typeCode": "AFE",
"value": "dolore aliquip dol"
},
{
"typeCode": "AFE",
"value": "ullamco"
},
{
"typeCode": "AFE",
"value": "ex deser"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "dolore est "
},
{
"typeCode": "972",
"value": "ipsum Ut magna"
},
{
"typeCode": "972",
"value": "minim irure Excepteur"
},
{
"typeCode": "972",
"value": "reprehenderit deserunt"
},
{
"typeCode": "972",
"value": "consequat magna officia do"
},
{
"typeCode": "972",
"value": "magna ame"
},
{
"typeCode": "972",
"value": "ullamco id"
},
{
"typeCode": "972",
"value": "dolor voluptate veniam consectet"
},
{
"typeCode": "972",
"value": "cons"
},
{
"typeCode": "972",
"value": "ex culpa reprehenderit"
}
],
"preCalculatedLineItemTotalValue": 200.5
}
],
"invoice": {
"number": "d",
"date": "2025-07-12T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "c"
},
{
"typeCode": "CU",
"value": "fugiat"
},
{
"typeCode": "CU",
"value": "eiusmod"
},
{
"typeCode": "CU",
"value": "dolor et"
},
{
"typeCode": "CU",
"value": "ipsum nisi aute aliqua"
},
{
"typeCode": "CU",
"value": "in laboris adip"
},
{
"typeCode": "CU",
"value": "Ut sit"
},
{
"typeCode": "CU",
"value": "reprehenderit"
},
{
"typeCode": "CU",
"value": "et ve"
},
{
"typeCode": "CU",
"value": "incididunt dolore sint ut"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 966.61,
"importTaxesValue": 596.1,
"totalWithImportDutiesAndTaxes": 1271.71
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 2405.53,
"preCalculatedTotalInvoiceValue": 4474.11
}
},
"remarks": [
{
"value": "veniam pariatur irure aliquip"
},
{
"value": "Lorem"
},
{
"value": "veniam velit"
}
],
"additionalCharges": [
{
"value": 6,
"typeCode": "admin"
},
{
"value": 8,
"typeCode": "expedite"
},
{
"value": 8,
"typeCode": "fuel_surcharge"
},
{
"value": 4,
"typeCode": "handling"
},
{
"value": 7,
"typeCode": "documentation"
}
],
"placeOfIncoterm": "North Adeleberg",
"recipientReference": "3fCyTOWyH6",
"exporter": {
"id": "29131663",
"code": "DbVgB"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "ullamco in"
},
{
"typeCode": "972",
"value": "incididunt occaecat consequat eius"
},
{
"typeCode": "972",
"value": "do"
},
{
"typeCode": "972",
"value": "reprehenderit c"
},
{
"typeCode": "972",
"value": "l"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "elit ex in esse"
},
{
"typeCode": "972",
"value": "Lorem labore dolore adipisicing"
},
{
"typeCode": "972",
"value": "in aliquip dolore"
},
{
"typeCode": "972",
"value": "fugiat"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 2,
"description": "line item description 1",
"price": 500.75,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ad mollit q"
},
{
"typeCode": "outbound",
"value": "ea sint deserunt"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.5
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "incididun"
},
{
"typeCode": "AFE",
"value": "non Ut ex laboris est"
},
{
"typeCode": "AFE",
"value": "elit labore ipsum"
},
{
"typeCode": "AFE",
"value": "ullamco tempor amet anim labore"
},
{
"typeCode": "AFE",
"value": "est dol"
},
{
"typeCode": "AFE",
"value": "Ut"
},
{
"typeCode": "AFE",
"value": "occ"
},
{
"typeCode": "AFE",
"value": "quis la"
},
{
"typeCode": "AFE",
"value": "aute"
},
{
"typeCode": "AFE",
"value": "labore officia ipsu"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "Lorem anim ex "
},
{
"typeCode": "972",
"value": "non con"
},
{
"typeCode": "972",
"value": "mollit exercitation qui"
},
{
"typeCode": "972",
"value": "eu elit quis aute "
},
{
"typeCode": "972",
"value": "mollit incididunt"
},
{
"typeCode": "972",
"value": "laboris"
},
{
"typeCode": "972",
"value": "occ"
},
{
"typeCode": "972",
"value": "eu cupidatat"
},
{
"typeCode": "972",
"value": "consequat se"
},
{
"typeCode": "972",
"value": "sunt"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 5,
"description": "line item description 5",
"price": 500.75,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "veniam"
},
{
"typeCode": "outbound",
"value": "ad et a"
}
],
"exportReasonType": "gift",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ipsum dolor Duis dolor"
},
{
"typeCode": "AFE",
"value": "ad"
},
{
"typeCode": "AFE",
"value": "proid"
},
{
"typeCode": "AFE",
"value": "labore do id est"
},
{
"typeCode": "AFE",
"value": "i"
},
{
"typeCode": "AFE",
"value": "dolore in laborum occa"
},
{
"typeCode": "AFE",
"value": "irure m"
},
{
"typeCode": "AFE",
"value": "Ut do elit "
},
{
"typeCode": "AFE",
"value": "id sed culpa est aute"
},
{
"typeCode": "AFE",
"value": "laboris Excepteur te"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "est nostru"
},
{
"typeCode": "972",
"value": "tempor ut m"
},
{
"typeCode": "972",
"value": "ullamco eu"
},
{
"typeCode": "972",
"value": "laboris officia"
},
{
"typeCode": "972",
"value": "nisi irure magna"
},
{
"typeCode": "972",
"value": "ad i"
},
{
"typeCode": "972",
"value": "voluptate tempor elit"
},
{
"typeCode": "972",
"value": "E"
},
{
"typeCode": "972",
"value": "in i"
},
{
"typeCode": "972",
"value": "adipisicing p"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 1,
"description": "line item description 1",
"price": 25.75,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "elit"
},
{
"typeCode": "outbound",
"value": "adipisicing fug"
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "US",
"weight": {
"grossValue": 1.8
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "veli"
},
{
"typeCode": "AFE",
"value": "aute ut ex ea ullamco"
},
{
"typeCode": "AFE",
"value": "culpa elit"
},
{
"typeCode": "AFE",
"value": "sed in"
},
{
"typeCode": "AFE",
"value": "qui cillum ipsum mollit voluptate"
},
{
"typeCode": "AFE",
"value": "laborum labor"
},
{
"typeCode": "AFE",
"value": "nulla et nisi in pariatur"
},
{
"typeCode": "AFE",
"value": "elit irure in sunt"
},
{
"typeCode": "AFE",
"value": "irure ut mollit"
},
{
"typeCode": "AFE",
"value": "adipisicing mollit sin"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "labore"
},
{
"typeCode": "972",
"value": "id m"
},
{
"typeCode": "972",
"value": "mi"
},
{
"typeCode": "972",
"value": "aute nisi velit c"
},
{
"typeCode": "972",
"value": "proident"
},
{
"typeCode": "972",
"value": "nulla eu"
},
{
"typeCode": "972",
"value": "sunt"
},
{
"typeCode": "972",
"value": "ut do proident Lorem f"
},
{
"typeCode": "972",
"value": "sed"
},
{
"typeCode": "972",
"value": "cons"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 8,
"description": "line item description 1",
"price": 50,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "aute"
},
{
"typeCode": "outbound",
"value": "exerc"
}
],
"exportReasonType": "defence_material",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "consequat sit Ut te"
},
{
"typeCode": "AFE",
"value": "ea quis"
},
{
"typeCode": "AFE",
"value": "sint dolore"
},
{
"typeCode": "AFE",
"value": "anim consec"
},
{
"typeCode": "AFE",
"value": "eiusmod"
},
{
"typeCode": "AFE",
"value": "laborum amet non laboris"
},
{
"typeCode": "AFE",
"value": "conse"
},
{
"typeCode": "AFE",
"value": "voluptate dolor cupidat"
},
{
"typeCode": "AFE",
"value": "veniam exercitation ut l"
},
{
"typeCode": "AFE",
"value": "incididunt magna velit"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "dolo"
},
{
"typeCode": "972",
"value": "laboris"
},
{
"typeCode": "972",
"value": "pariatur"
},
{
"typeCode": "972",
"value": "ex cup"
},
{
"typeCode": "972",
"value": "Ut"
},
{
"typeCode": "972",
"value": "Duis sunt veniam dolor ni"
},
{
"typeCode": "972",
"value": "ea"
},
{
"typeCode": "972",
"value": "irure v"
},
{
"typeCode": "972",
"value": "cupi"
},
{
"typeCode": "972",
"value": "esse enim occaecat com"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 6,
"description": "line item description 4",
"price": 100.25,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "nulla"
},
{
"typeCode": "outbound",
"value": "proide"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "et proid"
},
{
"typeCode": "AFE",
"value": "do ut ea"
},
{
"typeCode": "AFE",
"value": "cillum"
},
{
"typeCode": "AFE",
"value": "eu ullamco aliqua"
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "fugia"
},
{
"typeCode": "AFE",
"value": "dolor"
},
{
"typeCode": "AFE",
"value": "eiusmod nostrud"
},
{
"typeCode": "AFE",
"value": "anim culpa temp"
},
{
"typeCode": "AFE",
"value": "sunt"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "proident al"
},
{
"typeCode": "972",
"value": "fug"
},
{
"typeCode": "972",
"value": "veniam officia et sit qui"
},
{
"typeCode": "972",
"value": "amet id ullamco pariatur a"
},
{
"typeCode": "972",
"value": "enim p"
},
{
"typeCode": "972",
"value": "laboris "
},
{
"typeCode": "972",
"value": "consectetur sed eiusmod elit"
},
{
"typeCode": "972",
"value": "occaecat"
},
{
"typeCode": "972",
"value": "quis eiusm"
},
{
"typeCode": "972",
"value": "sed tempor"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 4,
"description": "line item description 2",
"price": 100.25,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "no"
},
{
"typeCode": "outbound",
"value": "ut"
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.9
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "enim d"
},
{
"typeCode": "AFE",
"value": "laborum v"
},
{
"typeCode": "AFE",
"value": "dolor v"
},
{
"typeCode": "AFE",
"value": "sed fugiat magna"
},
{
"typeCode": "AFE",
"value": "dolore Duis in consectetur"
},
{
"typeCode": "AFE",
"value": "pariatur fugiat"
},
{
"typeCode": "AFE",
"value": "tempor"
},
{
"typeCode": "AFE",
"value": "ipsu"
},
{
"typeCode": "AFE",
"value": "anim enim minim"
},
{
"typeCode": "AFE",
"value": "culpa reprehenderit cillum"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "nulla ipsum eiusmod exercitation"
},
{
"typeCode": "972",
"value": "elit tempor qui ut"
},
{
"typeCode": "972",
"value": "deserunt in ullamco"
},
{
"typeCode": "972",
"value": "et dol"
},
{
"typeCode": "972",
"value": "id in cillum officia sit"
},
{
"typeCode": "972",
"value": "aute in"
},
{
"typeCode": "972",
"value": "ipsum labore"
},
{
"typeCode": "972",
"value": "elit nisi"
},
{
"typeCode": "972",
"value": "non eu dolor eli"
},
{
"typeCode": "972",
"value": "dolore ali"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 6,
"description": "line item description 1",
"price": 25.75,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "occaecat in esse"
},
{
"typeCode": "outbound",
"value": "Excepteur eu an"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 0.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "enim sit"
},
{
"typeCode": "AFE",
"value": "laboris velit"
},
{
"typeCode": "AFE",
"value": "qui"
},
{
"typeCode": "AFE",
"value": "ex cillum"
},
{
"typeCode": "AFE",
"value": "eu ei"
},
{
"typeCode": "AFE",
"value": "non"
},
{
"typeCode": "AFE",
"value": "exercitation nulla"
},
{
"typeCode": "AFE",
"value": "minim aliquip cill"
},
{
"typeCode": "AFE",
"value": "adipisicing ea incididu"
},
{
"typeCode": "AFE",
"value": "adi"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ullamco quis eu Lorem"
},
{
"typeCode": "972",
"value": "e"
},
{
"typeCode": "972",
"value": "nisi"
},
{
"typeCode": "972",
"value": "minim est ullamco"
},
{
"typeCode": "972",
"value": "in aliqua"
},
{
"typeCode": "972",
"value": "mollit veniam"
},
{
"typeCode": "972",
"value": "ea sunt"
},
{
"typeCode": "972",
"value": "est"
},
{
"typeCode": "972",
"value": "deserunt en"
},
{
"typeCode": "972",
"value": "aliqua dolore eiusmod adip"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 8,
"description": "line item description 3",
"price": 500.75,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "exercitati"
},
{
"typeCode": "outbound",
"value": "repr"
}
],
"exportReasonType": "return",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 1.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "reprehend"
},
{
"typeCode": "AFE",
"value": "iru"
},
{
"typeCode": "AFE",
"value": "deserunt"
},
{
"typeCode": "AFE",
"value": "elit ullamco anim velit "
},
{
"typeCode": "AFE",
"value": "reprehenderit adipisicing"
},
{
"typeCode": "AFE",
"value": "reprehenderit aliquip deserunt"
},
{
"typeCode": "AFE",
"value": "mini"
},
{
"typeCode": "AFE",
"value": "sit ut reprehenderit quis"
},
{
"typeCode": "AFE",
"value": "Lorem "
},
{
"typeCode": "AFE",
"value": "fugiat elit"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ea aliquip"
},
{
"typeCode": "972",
"value": "quis pariatur"
},
{
"typeCode": "972",
"value": "dolore "
},
{
"typeCode": "972",
"value": "dolor Excepteur"
},
{
"typeCode": "972",
"value": "minim magna eu sed"
},
{
"typeCode": "972",
"value": "enim dolore exer"
},
{
"typeCode": "972",
"value": "est"
},
{
"typeCode": "972",
"value": "dolor fugiat esse"
},
{
"typeCode": "972",
"value": "in au"
},
{
"typeCode": "972",
"value": "do la"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 9,
"description": "line item description 5",
"price": 10.5,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Lorem ipsu"
},
{
"typeCode": "outbound",
"value": "aute cillum Du"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "molli"
},
{
"typeCode": "AFE",
"value": "ad dolor"
},
{
"typeCode": "AFE",
"value": "deserunt occa"
},
{
"typeCode": "AFE",
"value": "in eiusmod in nostrud"
},
{
"typeCode": "AFE",
"value": "u"
},
{
"typeCode": "AFE",
"value": "sunt"
},
{
"typeCode": "AFE",
"value": "consectetur occaecat id"
},
{
"typeCode": "AFE",
"value": "quis et"
},
{
"typeCode": "AFE",
"value": "aliqua "
},
{
"typeCode": "AFE",
"value": "irure ut ex dolor minim"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "cillum"
},
{
"typeCode": "972",
"value": "consectetur minim cu"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "nisi incididu"
},
{
"typeCode": "972",
"value": "par"
},
{
"typeCode": "972",
"value": "in ex p"
},
{
"typeCode": "972",
"value": "cupida"
},
{
"typeCode": "972",
"value": "dol"
},
{
"typeCode": "972",
"value": "nulla do"
},
{
"typeCode": "972",
"value": "nulla anim ad"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 1,
"description": "line item description 2",
"price": 500.75,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "laborum occaec"
},
{
"typeCode": "outbound",
"value": "qui elit offic"
}
],
"exportReasonType": "return",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.3
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "n"
},
{
"typeCode": "AFE",
"value": "dolore sit labore"
},
{
"typeCode": "AFE",
"value": "ea dolore"
},
{
"typeCode": "AFE",
"value": "elit Duis esse laborum"
},
{
"typeCode": "AFE",
"value": "ipsum adipisicing ex velit"
},
{
"typeCode": "AFE",
"value": "ut aute et"
},
{
"typeCode": "AFE",
"value": "enim"
},
{
"typeCode": "AFE",
"value": "culpa "
},
{
"typeCode": "AFE",
"value": "o"
},
{
"typeCode": "AFE",
"value": "Duis ut"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "adi"
},
{
"typeCode": "972",
"value": "ea minim"
},
{
"typeCode": "972",
"value": "anim proident quis consequat ut"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "occaecat in est esse"
},
{
"typeCode": "972",
"value": "reprehenderit dolore "
},
{
"typeCode": "972",
"value": "officia"
},
{
"typeCode": "972",
"value": "fugiat co"
},
{
"typeCode": "972",
"value": "officia irure"
},
{
"typeCode": "972",
"value": "quis ea"
}
],
"preCalculatedLineItemTotalValue": 200.5
}
],
"invoice": {
"number": "Lorem",
"date": "2025-05-15T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "sint"
},
{
"typeCode": "CU",
"value": "amet consectetur"
},
{
"typeCode": "CU",
"value": "Ut"
},
{
"typeCode": "CU",
"value": "do"
},
{
"typeCode": "CU",
"value": "do dolore pariatur"
},
{
"typeCode": "CU",
"value": "v"
},
{
"typeCode": "CU",
"value": "laborum sunt commodo pariatu"
},
{
"typeCode": "CU",
"value": "amet est adipisicing mollit m"
},
{
"typeCode": "CU",
"value": "au"
},
{
"typeCode": "CU",
"value": "aliquip enim"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 242.4,
"importTaxesValue": 87.05,
"totalWithImportDutiesAndTaxes": 93.62
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 3422.88,
"preCalculatedTotalInvoiceValue": 2704.87
}
},
"remarks": [
{
"value": "dolore sit est"
},
{
"value": "non Excepteur"
},
{
"value": "magna ut commodo"
}
],
"additionalCharges": [
{
"value": 3,
"typeCode": "reverse_charge"
},
{
"value": 4,
"typeCode": "export"
},
{
"value": 4,
"typeCode": "handling"
},
{
"value": 4,
"typeCode": "admin"
},
{
"value": 10,
"typeCode": "insurance"
}
],
"placeOfIncoterm": "Lake Holly",
"recipientReference": "mgd3IxP9qb",
"exporter": {
"id": "68633548",
"code": "bSrKh"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "cupidatat proident adipisi"
},
{
"typeCode": "972",
"value": "sint"
},
{
"typeCode": "972",
"value": "cillum"
},
{
"typeCode": "972",
"value": "adipisicin"
},
{
"typeCode": "972",
"value": "d"
},
{
"typeCode": "972",
"value": "cons"
},
{
"typeCode": "972",
"value": "velit consectetur ad pariatur"
},
{
"typeCode": "972",
"value": "officia cillum commodo tempor"
},
{
"typeCode": "972",
"value": "mollit ea id incididun"
},
{
"typeCode": "972",
"value": "ullamco nostr"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 10,
"description": "line item description 5",
"price": 100.25,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "quis laboris a"
},
{
"typeCode": "outbound",
"value": "deserun"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.8
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "fugiat Ut"
},
{
"typeCode": "AFE",
"value": "et cup"
},
{
"typeCode": "AFE",
"value": "est deserunt par"
},
{
"typeCode": "AFE",
"value": "eiusmod sit incididunt deserunt "
},
{
"typeCode": "AFE",
"value": "consequat dolore"
},
{
"typeCode": "AFE",
"value": "eu qui ulla"
},
{
"typeCode": "AFE",
"value": "aute qui"
},
{
"typeCode": "AFE",
"value": "dolo"
},
{
"typeCode": "AFE",
"value": "veniam u"
},
{
"typeCode": "AFE",
"value": "ut "
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "consectetur cup"
},
{
"typeCode": "972",
"value": "quis dolor consectetur officia"
},
{
"typeCode": "972",
"value": "ullam"
},
{
"typeCode": "972",
"value": "proident amet"
},
{
"typeCode": "972",
"value": "magna consectetur sed"
},
{
"typeCode": "972",
"value": "fugiat commodo irure"
},
{
"typeCode": "972",
"value": "nulla"
},
{
"typeCode": "972",
"value": "id exercitation cu"
},
{
"typeCode": "972",
"value": "incididunt Duis sed"
},
{
"typeCode": "972",
"value": "ex"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 7,
"description": "line item description 2",
"price": 200.5,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ips"
},
{
"typeCode": "outbound",
"value": "elit"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.3
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "proident"
},
{
"typeCode": "AFE",
"value": "aute elit consectetur sit "
},
{
"typeCode": "AFE",
"value": "cillum fugiat ut dolor m"
},
{
"typeCode": "AFE",
"value": "dolor"
},
{
"typeCode": "AFE",
"value": "laboris tempor"
},
{
"typeCode": "AFE",
"value": "in laborum qui dolo"
},
{
"typeCode": "AFE",
"value": "consequat adipisic"
},
{
"typeCode": "AFE",
"value": "adipisicing dol"
},
{
"typeCode": "AFE",
"value": "do"
},
{
"typeCode": "AFE",
"value": "dolore amet consequat "
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "dolo"
},
{
"typeCode": "972",
"value": "esse velit cupidatat"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "est magna "
},
{
"typeCode": "972",
"value": "nostrud eiusmod non L"
},
{
"typeCode": "972",
"value": "sit laboris"
},
{
"typeCode": "972",
"value": "elit sit"
},
{
"typeCode": "972",
"value": "eu culpa conseq"
},
{
"typeCode": "972",
"value": "officia pariatur commodo L"
},
{
"typeCode": "972",
"value": "veniam"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 7,
"description": "line item description 1",
"price": 25.75,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Excepteur n"
},
{
"typeCode": "outbound",
"value": "la"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "US",
"weight": {
"grossValue": 0.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "enim qui quis aliquip exercitation"
},
{
"typeCode": "AFE",
"value": "in et"
},
{
"typeCode": "AFE",
"value": "et"
},
{
"typeCode": "AFE",
"value": "proident dolo"
},
{
"typeCode": "AFE",
"value": "non eu est consequat "
},
{
"typeCode": "AFE",
"value": "elit mollit"
},
{
"typeCode": "AFE",
"value": "ut reprehenderit est enim eli"
},
{
"typeCode": "AFE",
"value": "Duis"
},
{
"typeCode": "AFE",
"value": "ali"
},
{
"typeCode": "AFE",
"value": "ulla"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "quis fugiat Duis"
},
{
"typeCode": "972",
"value": "sint do"
},
{
"typeCode": "972",
"value": "reprehende"
},
{
"typeCode": "972",
"value": "ea dolore"
},
{
"typeCode": "972",
"value": "sunt nulla"
},
{
"typeCode": "972",
"value": "cillum labor"
},
{
"typeCode": "972",
"value": "dolor laborum"
},
{
"typeCode": "972",
"value": "quis laboris qui"
},
{
"typeCode": "972",
"value": "aliqua"
},
{
"typeCode": "972",
"value": "reprehenderit nulla cillum"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 7,
"description": "line item description 4",
"price": 10.5,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Exc"
},
{
"typeCode": "outbound",
"value": "commodo in"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "consectetur amet ipsu"
},
{
"typeCode": "AFE",
"value": "qui aute ut labore Duis"
},
{
"typeCode": "AFE",
"value": "fugiat "
},
{
"typeCode": "AFE",
"value": "aliquip Excepteur anim "
},
{
"typeCode": "AFE",
"value": "do"
},
{
"typeCode": "AFE",
"value": "anim consequat "
},
{
"typeCode": "AFE",
"value": "aliqua amet"
},
{
"typeCode": "AFE",
"value": "culpa proident dolo"
},
{
"typeCode": "AFE",
"value": "irure in "
},
{
"typeCode": "AFE",
"value": "incidi"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "et dolore"
},
{
"typeCode": "972",
"value": "ut nostrud cupidata"
},
{
"typeCode": "972",
"value": "sed"
},
{
"typeCode": "972",
"value": "qui eu n"
},
{
"typeCode": "972",
"value": "dolore minim eiusmod"
},
{
"typeCode": "972",
"value": "in dolor elit sint"
},
{
"typeCode": "972",
"value": "aute ipsum eu nulla"
},
{
"typeCode": "972",
"value": "c"
},
{
"typeCode": "972",
"value": "anim e"
},
{
"typeCode": "972",
"value": "nulla Ut"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 3,
"description": "line item description 4",
"price": 500.75,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "laboris dolor "
},
{
"typeCode": "outbound",
"value": "quis "
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 1.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "fugiat"
},
{
"typeCode": "AFE",
"value": "aute oc"
},
{
"typeCode": "AFE",
"value": "incididunt ex d"
},
{
"typeCode": "AFE",
"value": "amet"
},
{
"typeCode": "AFE",
"value": "sed labore proide"
},
{
"typeCode": "AFE",
"value": "qui esse"
},
{
"typeCode": "AFE",
"value": "sunt qui"
},
{
"typeCode": "AFE",
"value": "velit"
},
{
"typeCode": "AFE",
"value": "ut culpa anim"
},
{
"typeCode": "AFE",
"value": "Duis ut nostrud"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "in sed sint"
},
{
"typeCode": "972",
"value": "enim dolore laborum in"
},
{
"typeCode": "972",
"value": "enim aute commodo voluptate s"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "incidi"
},
{
"typeCode": "972",
"value": "ut ipsum consequat"
},
{
"typeCode": "972",
"value": "in quis ullamco cupidatat"
},
{
"typeCode": "972",
"value": "veniam E"
},
{
"typeCode": "972",
"value": "laboris dolore Ut"
},
{
"typeCode": "972",
"value": "e"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 4,
"description": "line item description 2",
"price": 100.25,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "fugiat Excepte"
},
{
"typeCode": "outbound",
"value": "ei"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 0.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "commodo id"
},
{
"typeCode": "AFE",
"value": "fugiat culpa"
},
{
"typeCode": "AFE",
"value": "Ut sunt Lorem"
},
{
"typeCode": "AFE",
"value": "Du"
},
{
"typeCode": "AFE",
"value": "nisi aliquip mollit sunt"
},
{
"typeCode": "AFE",
"value": "reprehenderit ad labore nos"
},
{
"typeCode": "AFE",
"value": "nisi velit"
},
{
"typeCode": "AFE",
"value": "consectetur eu anim ex"
},
{
"typeCode": "AFE",
"value": "quis"
},
{
"typeCode": "AFE",
"value": "anim"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "id"
},
{
"typeCode": "972",
"value": "consequat mini"
},
{
"typeCode": "972",
"value": "fugiat qui ut ea"
},
{
"typeCode": "972",
"value": "cupidatat laborum "
},
{
"typeCode": "972",
"value": "non"
},
{
"typeCode": "972",
"value": "pariatur mollit est incididun"
},
{
"typeCode": "972",
"value": "ipsum Ut"
},
{
"typeCode": "972",
"value": "dolor Ut de"
},
{
"typeCode": "972",
"value": "ea sed eu"
},
{
"typeCode": "972",
"value": "pr"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 1,
"description": "line item description 2",
"price": 50,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "sint culpa ut"
},
{
"typeCode": "outbound",
"value": "et est "
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.9
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "minim in anim dolor"
},
{
"typeCode": "AFE",
"value": "deserunt"
},
{
"typeCode": "AFE",
"value": "anim Lorem qui"
},
{
"typeCode": "AFE",
"value": "veniam irure nisi et"
},
{
"typeCode": "AFE",
"value": "laborum esse tempor"
},
{
"typeCode": "AFE",
"value": "ad in adipisicin"
},
{
"typeCode": "AFE",
"value": "laboris"
},
{
"typeCode": "AFE",
"value": "Duis"
},
{
"typeCode": "AFE",
"value": "aliqua est proident"
},
{
"typeCode": "AFE",
"value": "laboris qui officia dolor"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "i"
},
{
"typeCode": "972",
"value": "ullamco"
},
{
"typeCode": "972",
"value": "d"
},
{
"typeCode": "972",
"value": "cillum consectet"
},
{
"typeCode": "972",
"value": "adipisicing sed officia"
},
{
"typeCode": "972",
"value": "do"
},
{
"typeCode": "972",
"value": "Ut eu amet"
},
{
"typeCode": "972",
"value": "irure anim"
},
{
"typeCode": "972",
"value": "officia "
},
{
"typeCode": "972",
"value": "Ut nulla sit"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 3,
"description": "line item description 3",
"price": 10.5,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "pa"
},
{
"typeCode": "outbound",
"value": "veli"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 0.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "officia eiusmod cillum aliquip occa"
},
{
"typeCode": "AFE",
"value": "Duis"
},
{
"typeCode": "AFE",
"value": "e"
},
{
"typeCode": "AFE",
"value": "sun"
},
{
"typeCode": "AFE",
"value": "proident occaec"
},
{
"typeCode": "AFE",
"value": "aliquip in"
},
{
"typeCode": "AFE",
"value": "aute dolore tempor cillum"
},
{
"typeCode": "AFE",
"value": "consequat culpa enim velit"
},
{
"typeCode": "AFE",
"value": "consequat cupidatat"
},
{
"typeCode": "AFE",
"value": "Duis laborum"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "officia Lorem amet"
},
{
"typeCode": "972",
"value": "qui Excepteur oc"
},
{
"typeCode": "972",
"value": "eiusmod culpa laboris"
},
{
"typeCode": "972",
"value": "labore i"
},
{
"typeCode": "972",
"value": "deserunt"
},
{
"typeCode": "972",
"value": "Ut es"
},
{
"typeCode": "972",
"value": "ex labore magna in"
},
{
"typeCode": "972",
"value": "aute dolore"
},
{
"typeCode": "972",
"value": "et ad reprehende"
},
{
"typeCode": "972",
"value": "enim labore irure "
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 2,
"description": "line item description 4",
"price": 100.25,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "minim "
},
{
"typeCode": "outbound",
"value": "consequat"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "dolore laboris"
},
{
"typeCode": "AFE",
"value": "reprehenderit c"
},
{
"typeCode": "AFE",
"value": "consectetur"
},
{
"typeCode": "AFE",
"value": "sed "
},
{
"typeCode": "AFE",
"value": "aute"
},
{
"typeCode": "AFE",
"value": "occaecat veniam"
},
{
"typeCode": "AFE",
"value": "est esse voluptate in"
},
{
"typeCode": "AFE",
"value": "dolor dolore labo"
},
{
"typeCode": "AFE",
"value": "sit dolor laboris"
},
{
"typeCode": "AFE",
"value": "v"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "amet aliq"
},
{
"typeCode": "972",
"value": "laboris anim do ut"
},
{
"typeCode": "972",
"value": "minim"
},
{
"typeCode": "972",
"value": "aute laborum mollit commodo"
},
{
"typeCode": "972",
"value": "dolor fugiat"
},
{
"typeCode": "972",
"value": "nisi sit ullamco est eni"
},
{
"typeCode": "972",
"value": "officia elit"
},
{
"typeCode": "972",
"value": "Excepteur conseq"
},
{
"typeCode": "972",
"value": "ea ullamco amet velit"
},
{
"typeCode": "972",
"value": "labor"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 1,
"description": "line item description 1",
"price": 25.75,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "officia nisi"
},
{
"typeCode": "outbound",
"value": "cupid"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 1.8
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "est incididu"
},
{
"typeCode": "AFE",
"value": "sint"
},
{
"typeCode": "AFE",
"value": "velit laboru"
},
{
"typeCode": "AFE",
"value": "non ex n"
},
{
"typeCode": "AFE",
"value": "ea i"
},
{
"typeCode": "AFE",
"value": "dolor"
},
{
"typeCode": "AFE",
"value": "i"
},
{
"typeCode": "AFE",
"value": "in est sit in exer"
},
{
"typeCode": "AFE",
"value": "occaecat ea Ut in"
},
{
"typeCode": "AFE",
"value": "labore in"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ipsum do dolor magna"
},
{
"typeCode": "972",
"value": "officia ut anim"
},
{
"typeCode": "972",
"value": "esse"
},
{
"typeCode": "972",
"value": "nisi laborum"
},
{
"typeCode": "972",
"value": "eu"
},
{
"typeCode": "972",
"value": "aliquip eu pariatur incididun"
},
{
"typeCode": "972",
"value": "sunt dolor enim"
},
{
"typeCode": "972",
"value": "esse aut"
},
{
"typeCode": "972",
"value": "Excepteur"
},
{
"typeCode": "972",
"value": "mollit aliquip in"
}
],
"preCalculatedLineItemTotalValue": 200.5
}
],
"invoice": {
"number": "occaecat lab",
"date": "2025-02-17T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "est dolor s"
},
{
"typeCode": "CU",
"value": "ut dolor culpa veniam"
},
{
"typeCode": "CU",
"value": "sed in exercitation ipsum"
},
{
"typeCode": "CU",
"value": "ipsum dolore"
},
{
"typeCode": "CU",
"value": "ex re"
},
{
"typeCode": "CU",
"value": "ipsum aute dolore et irure"
},
{
"typeCode": "CU",
"value": "exercitation officia sit"
},
{
"typeCode": "CU",
"value": "id"
},
{
"typeCode": "CU",
"value": "nisi velit"
},
{
"typeCode": "CU",
"value": "in dolor eiusmod commodo"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 345.7,
"importTaxesValue": 656,
"totalWithImportDutiesAndTaxes": 4788.36
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 1830.36,
"preCalculatedTotalInvoiceValue": 1755.89
}
},
"remarks": [
{
"value": "elit reprehenderit aliqua ea magna"
},
{
"value": "aute fugiat in labore"
},
{
"value": "in anim tempor"
}
],
"additionalCharges": [
{
"value": 1,
"typeCode": "pickup"
},
{
"value": 9,
"typeCode": "freight"
},
{
"value": 5,
"typeCode": "handling"
},
{
"value": 6,
"typeCode": "other"
},
{
"value": 1,
"typeCode": "insurance"
}
],
"placeOfIncoterm": "Port Myrtleborough",
"recipientReference": "vu9lM0cwMq",
"exporter": {
"id": "54355537",
"code": "Geivu"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "dolore magna"
},
{
"typeCode": "972",
"value": "eiusmod reprehenderit"
},
{
"typeCode": "972",
"value": "no"
},
{
"typeCode": "972",
"value": "pariatur"
},
{
"typeCode": "972",
"value": "n"
},
{
"typeCode": "972",
"value": "pariatur q"
},
{
"typeCode": "972",
"value": "sed dolore aliqua"
},
{
"typeCode": "972",
"value": "Ut sint fugiat a"
},
{
"typeCode": "972",
"value": "et"
},
{
"typeCode": "972",
"value": "non sunt quis laboris esse"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 8,
"description": "line item description 4",
"price": 50,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "in fugi"
},
{
"typeCode": "outbound",
"value": "tempor non repreh"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 0.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "labore ut ut commodo"
},
{
"typeCode": "AFE",
"value": "ex exercitation dolor"
},
{
"typeCode": "AFE",
"value": "qui consectetur eiusm"
},
{
"typeCode": "AFE",
"value": "proident"
},
{
"typeCode": "AFE",
"value": "deserunt ut"
},
{
"typeCode": "AFE",
"value": "deserunt u"
},
{
"typeCode": "AFE",
"value": "eu dolor"
},
{
"typeCode": "AFE",
"value": "aliqua enim sit"
},
{
"typeCode": "AFE",
"value": "labore voluptate Excep"
},
{
"typeCode": "AFE",
"value": "est sunt"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "consequat ad"
},
{
"typeCode": "972",
"value": "incididunt"
},
{
"typeCode": "972",
"value": "qui"
},
{
"typeCode": "972",
"value": "voluptate exercitat"
},
{
"typeCode": "972",
"value": "minim Excepteur"
},
{
"typeCode": "972",
"value": "ex pariatur nisi"
},
{
"typeCode": "972",
"value": "la"
},
{
"typeCode": "972",
"value": "sint laborum quis magna consectet"
},
{
"typeCode": "972",
"value": "eiusmod consequat"
},
{
"typeCode": "972",
"value": "sin"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 5,
"description": "line item description 5",
"price": 25.75,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ut aliqua culpa"
},
{
"typeCode": "outbound",
"value": "des"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 0.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "eu incididu"
},
{
"typeCode": "AFE",
"value": "eu velit sit"
},
{
"typeCode": "AFE",
"value": "non qu"
},
{
"typeCode": "AFE",
"value": "voluptat"
},
{
"typeCode": "AFE",
"value": "laborum proiden"
},
{
"typeCode": "AFE",
"value": "mini"
},
{
"typeCode": "AFE",
"value": "in culpa eu"
},
{
"typeCode": "AFE",
"value": "laboris dolor Ut consectetu"
},
{
"typeCode": "AFE",
"value": "cillum"
},
{
"typeCode": "AFE",
"value": "irure voluptate"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ut aute cillum quis"
},
{
"typeCode": "972",
"value": "quis"
},
{
"typeCode": "972",
"value": "quis nulla pariatur"
},
{
"typeCode": "972",
"value": "ex mollit in et"
},
{
"typeCode": "972",
"value": "tempo"
},
{
"typeCode": "972",
"value": "enim"
},
{
"typeCode": "972",
"value": "tempor consequat pariatur"
},
{
"typeCode": "972",
"value": "ea"
},
{
"typeCode": "972",
"value": "pariatu"
},
{
"typeCode": "972",
"value": "ea Excepteur Ut"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 7,
"description": "line item description 2",
"price": 500.75,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "mi"
},
{
"typeCode": "outbound",
"value": "laboru"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 1.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "occaecat"
},
{
"typeCode": "AFE",
"value": "consect"
},
{
"typeCode": "AFE",
"value": "proident tempor"
},
{
"typeCode": "AFE",
"value": "eu do"
},
{
"typeCode": "AFE",
"value": "voluptate aute in"
},
{
"typeCode": "AFE",
"value": "est Lorem"
},
{
"typeCode": "AFE",
"value": "sit exer"
},
{
"typeCode": "AFE",
"value": "ut exercitation"
},
{
"typeCode": "AFE",
"value": "eu qui consequ"
},
{
"typeCode": "AFE",
"value": "enim"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "cillum deserunt amet qui aute"
},
{
"typeCode": "972",
"value": "esse dolor Excep"
},
{
"typeCode": "972",
"value": "cillum"
},
{
"typeCode": "972",
"value": "in "
},
{
"typeCode": "972",
"value": "velit"
},
{
"typeCode": "972",
"value": "minim fugiat sit qui Ut"
},
{
"typeCode": "972",
"value": "sunt officia qui ad"
},
{
"typeCode": "972",
"value": "magna ex"
},
{
"typeCode": "972",
"value": "sint anim"
},
{
"typeCode": "972",
"value": "aliquip veniam in Lorem"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 8,
"description": "line item description 1",
"price": 200.5,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "sunt"
},
{
"typeCode": "outbound",
"value": "ullamco"
}
],
"exportReasonType": "return",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "officia"
},
{
"typeCode": "AFE",
"value": "et ea"
},
{
"typeCode": "AFE",
"value": "magn"
},
{
"typeCode": "AFE",
"value": "occaecat et Ut"
},
{
"typeCode": "AFE",
"value": "L"
},
{
"typeCode": "AFE",
"value": "tempor ex aliq"
},
{
"typeCode": "AFE",
"value": "est eiusmod pa"
},
{
"typeCode": "AFE",
"value": "Ut incididunt sit ci"
},
{
"typeCode": "AFE",
"value": "Duis laborum"
},
{
"typeCode": "AFE",
"value": "laboris proident ipsum"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "deserunt Ut Duis"
},
{
"typeCode": "972",
"value": "culpa aute exercitation et lab"
},
{
"typeCode": "972",
"value": "magn"
},
{
"typeCode": "972",
"value": "Excepteur "
},
{
"typeCode": "972",
"value": "dolor sint culpa"
},
{
"typeCode": "972",
"value": "nulla non ci"
},
{
"typeCode": "972",
"value": "incididunt"
},
{
"typeCode": "972",
"value": "d"
},
{
"typeCode": "972",
"value": "quis laboris et adipisicing nulla"
},
{
"typeCode": "972",
"value": "dolor ut"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 10,
"description": "line item description 1",
"price": 500.75,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "eiusmod"
},
{
"typeCode": "outbound",
"value": "la"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "aliquip tempor es"
},
{
"typeCode": "AFE",
"value": "quis est cup"
},
{
"typeCode": "AFE",
"value": "laboris quis"
},
{
"typeCode": "AFE",
"value": "ea elit in eiusmod est"
},
{
"typeCode": "AFE",
"value": "enim "
},
{
"typeCode": "AFE",
"value": "aute"
},
{
"typeCode": "AFE",
"value": "culpa et anim laboris"
},
{
"typeCode": "AFE",
"value": "quis "
},
{
"typeCode": "AFE",
"value": "Ut sed amet f"
},
{
"typeCode": "AFE",
"value": "dolore dolore do aute minim"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "in non nulla Lorem"
},
{
"typeCode": "972",
"value": "ea consequat"
},
{
"typeCode": "972",
"value": "Duis officia qui "
},
{
"typeCode": "972",
"value": "ullamco"
},
{
"typeCode": "972",
"value": "labore cupid"
},
{
"typeCode": "972",
"value": "Lorem eiusmod aliqua pr"
},
{
"typeCode": "972",
"value": "Duis"
},
{
"typeCode": "972",
"value": "co"
},
{
"typeCode": "972",
"value": "veniam occaecat"
},
{
"typeCode": "972",
"value": "tempo"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 8,
"description": "line item description 4",
"price": 100.25,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ex "
},
{
"typeCode": "outbound",
"value": "aliqua ut"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.9
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "non minim e"
},
{
"typeCode": "AFE",
"value": "sint"
},
{
"typeCode": "AFE",
"value": "dolor irure nisi"
},
{
"typeCode": "AFE",
"value": "Lorem"
},
{
"typeCode": "AFE",
"value": "occaecat"
},
{
"typeCode": "AFE",
"value": "Lorem "
},
{
"typeCode": "AFE",
"value": "consectetur no"
},
{
"typeCode": "AFE",
"value": "ut commodo"
},
{
"typeCode": "AFE",
"value": "sit est"
},
{
"typeCode": "AFE",
"value": "ea aute"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ea Lore"
},
{
"typeCode": "972",
"value": "laboris enim deserunt par"
},
{
"typeCode": "972",
"value": "enim "
},
{
"typeCode": "972",
"value": "reprehende"
},
{
"typeCode": "972",
"value": "sunt nisi culpa magna do"
},
{
"typeCode": "972",
"value": "ullamco reprehenderit est"
},
{
"typeCode": "972",
"value": "in nulla Ut"
},
{
"typeCode": "972",
"value": "do pariatur culpa labore"
},
{
"typeCode": "972",
"value": "cupidatat sit"
},
{
"typeCode": "972",
"value": "pariatur laboris"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 1,
"description": "line item description 4",
"price": 50,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "est in"
},
{
"typeCode": "outbound",
"value": "Excepte"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.9
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sunt Excepteur officia magna "
},
{
"typeCode": "AFE",
"value": "ma"
},
{
"typeCode": "AFE",
"value": "ullamco aliquip deserunt ut do"
},
{
"typeCode": "AFE",
"value": "eiusmo"
},
{
"typeCode": "AFE",
"value": "in eiusmod"
},
{
"typeCode": "AFE",
"value": "dolor quis "
},
{
"typeCode": "AFE",
"value": "minim sunt exercitation ven"
},
{
"typeCode": "AFE",
"value": "esse sed a"
},
{
"typeCode": "AFE",
"value": "dolore aliquip fugiat enim mo"
},
{
"typeCode": "AFE",
"value": "irure sit dolor"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "velit consec"
},
{
"typeCode": "972",
"value": "Ut irure dolore"
},
{
"typeCode": "972",
"value": "ipsum a"
},
{
"typeCode": "972",
"value": "nis"
},
{
"typeCode": "972",
"value": "labore enim sunt Duis"
},
{
"typeCode": "972",
"value": "esse ut enim fugiat"
},
{
"typeCode": "972",
"value": "occaecat aliquip"
},
{
"typeCode": "972",
"value": "dolor"
},
{
"typeCode": "972",
"value": "veniam et"
},
{
"typeCode": "972",
"value": "cupidatat "
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 10,
"description": "line item description 2",
"price": 25.75,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ad occaecat dolor"
},
{
"typeCode": "outbound",
"value": "laboru"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.9
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "nisi cillum Excep"
},
{
"typeCode": "AFE",
"value": "reprehenderit esse sit sunt"
},
{
"typeCode": "AFE",
"value": "nul"
},
{
"typeCode": "AFE",
"value": "cillum occaecat "
},
{
"typeCode": "AFE",
"value": "ullamco dolor ip"
},
{
"typeCode": "AFE",
"value": "incididunt aliqua"
},
{
"typeCode": "AFE",
"value": "Ut labore"
},
{
"typeCode": "AFE",
"value": "consectetur exercitatio"
},
{
"typeCode": "AFE",
"value": "consectetur labo"
},
{
"typeCode": "AFE",
"value": "in deserunt"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "et ea"
},
{
"typeCode": "972",
"value": "Duis deseru"
},
{
"typeCode": "972",
"value": "culpa quis cillum anim"
},
{
"typeCode": "972",
"value": "ut cillum cupidat"
},
{
"typeCode": "972",
"value": "elit eu eiusmod Duis"
},
{
"typeCode": "972",
"value": "in dolore cupidatat veniam"
},
{
"typeCode": "972",
"value": "fugiat"
},
{
"typeCode": "972",
"value": "non"
},
{
"typeCode": "972",
"value": "eiusmod"
},
{
"typeCode": "972",
"value": "enim quis ci"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 7,
"description": "line item description 3",
"price": 500.75,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "dolore ea c"
},
{
"typeCode": "outbound",
"value": "in"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "irure ipsum veniam velit nis"
},
{
"typeCode": "AFE",
"value": "id Duis anim"
},
{
"typeCode": "AFE",
"value": "sed"
},
{
"typeCode": "AFE",
"value": "laborum"
},
{
"typeCode": "AFE",
"value": "quis nostrud cillum nul"
},
{
"typeCode": "AFE",
"value": "ipsum"
},
{
"typeCode": "AFE",
"value": "conse"
},
{
"typeCode": "AFE",
"value": "consectetur in"
},
{
"typeCode": "AFE",
"value": "elit v"
},
{
"typeCode": "AFE",
"value": "ullamco an"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "aliq"
},
{
"typeCode": "972",
"value": "tempor"
},
{
"typeCode": "972",
"value": "non culpa dolore"
},
{
"typeCode": "972",
"value": "elit minim aliquip commodo"
},
{
"typeCode": "972",
"value": "e"
},
{
"typeCode": "972",
"value": "do dolor mollit"
},
{
"typeCode": "972",
"value": "nulla culpa sed ex al"
},
{
"typeCode": "972",
"value": "sint in"
},
{
"typeCode": "972",
"value": "irur"
},
{
"typeCode": "972",
"value": "occa"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 8,
"description": "line item description 4",
"price": 25.75,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "dolore officia"
},
{
"typeCode": "outbound",
"value": "enim id q"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "US",
"weight": {
"grossValue": 1.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "in eiusmod"
},
{
"typeCode": "AFE",
"value": "in ex consectetur"
},
{
"typeCode": "AFE",
"value": "officia quis Ut volup"
},
{
"typeCode": "AFE",
"value": "ea dol"
},
{
"typeCode": "AFE",
"value": "proident"
},
{
"typeCode": "AFE",
"value": "ea"
},
{
"typeCode": "AFE",
"value": "m"
},
{
"typeCode": "AFE",
"value": "nostrud ad pr"
},
{
"typeCode": "AFE",
"value": "nulla est"
},
{
"typeCode": "AFE",
"value": "Excepteur occaecat nostrud"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "mollit consectetur amet ad"
},
{
"typeCode": "972",
"value": "sit"
},
{
"typeCode": "972",
"value": "occa"
},
{
"typeCode": "972",
"value": "ad sunt id"
},
{
"typeCode": "972",
"value": "dolor pariatur do occaecat culpa"
},
{
"typeCode": "972",
"value": "sit culpa dol"
},
{
"typeCode": "972",
"value": "non magna"
},
{
"typeCode": "972",
"value": "irure officia sunt c"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "u"
}
],
"preCalculatedLineItemTotalValue": 50
}
],
"invoice": {
"number": "con",
"date": "2025-01-29T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "laborum exercitation officia esse"
},
{
"typeCode": "CU",
"value": "dolor aute quis consequat"
},
{
"typeCode": "CU",
"value": "sunt irur"
},
{
"typeCode": "CU",
"value": "elit minim"
},
{
"typeCode": "CU",
"value": "eu aliquip "
},
{
"typeCode": "CU",
"value": "tempor sit Lorem laborum nulla"
},
{
"typeCode": "CU",
"value": "dolore minim commodo"
},
{
"typeCode": "CU",
"value": "officia"
},
{
"typeCode": "CU",
"value": "elit in ea consequat"
},
{
"typeCode": "CU",
"value": "cupidatat n"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 341.11,
"importTaxesValue": 830.94,
"totalWithImportDutiesAndTaxes": 2165.07
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 1357.59,
"preCalculatedTotalInvoiceValue": 133.81
}
},
"remarks": [
{
"value": "officia"
},
{
"value": "non"
},
{
"value": "et laboris sit mollit voluptate"
}
],
"additionalCharges": [
{
"value": 7,
"typeCode": "handling"
},
{
"value": 2,
"typeCode": "admin"
},
{
"value": 3,
"typeCode": "pickup"
},
{
"value": 9,
"typeCode": "documentation"
},
{
"value": 3,
"typeCode": "expedite"
}
],
"placeOfIncoterm": "Bend",
"recipientReference": "4P73aYSy98",
"exporter": {
"id": "74495223",
"code": "YRpgl"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "cillum"
},
{
"typeCode": "972",
"value": "dolore tempor non mollit culpa"
},
{
"typeCode": "972",
"value": "proident adipisicing"
},
{
"typeCode": "972",
"value": "do ad aute nulla velit"
},
{
"typeCode": "972",
"value": "m"
},
{
"typeCode": "972",
"value": "commodo incidid"
},
{
"typeCode": "972",
"value": "qui"
},
{
"typeCode": "972",
"value": "sed"
},
{
"typeCode": "972",
"value": "Excepteur reprehenderit"
},
{
"typeCode": "972",
"value": "adipisicing enim"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 9,
"description": "line item description 2",
"price": 100.25,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "qu"
},
{
"typeCode": "outbound",
"value": "pariatur proident"
}
],
"exportReasonType": "return",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 0.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "occaecat nostrud"
},
{
"typeCode": "AFE",
"value": "ea"
},
{
"typeCode": "AFE",
"value": "occaecat aute sit qu"
},
{
"typeCode": "AFE",
"value": "ipsum ex"
},
{
"typeCode": "AFE",
"value": "aute"
},
{
"typeCode": "AFE",
"value": "Duis"
},
{
"typeCode": "AFE",
"value": "Lo"
},
{
"typeCode": "AFE",
"value": "irure"
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "qui a"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "dolor"
},
{
"typeCode": "972",
"value": "venia"
},
{
"typeCode": "972",
"value": "in mo"
},
{
"typeCode": "972",
"value": "labore laboris"
},
{
"typeCode": "972",
"value": "ex"
},
{
"typeCode": "972",
"value": "eiusmod"
},
{
"typeCode": "972",
"value": "s"
},
{
"typeCode": "972",
"value": "proident"
},
{
"typeCode": "972",
"value": "officia non ea"
},
{
"typeCode": "972",
"value": "culpa fu"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 3,
"description": "line item description 4",
"price": 50,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "nisi dolor "
},
{
"typeCode": "outbound",
"value": "irur"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "US",
"weight": {
"grossValue": 1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "nostrud mollit enim"
},
{
"typeCode": "AFE",
"value": "consectetur te"
},
{
"typeCode": "AFE",
"value": "sint consectetur"
},
{
"typeCode": "AFE",
"value": "id anim fu"
},
{
"typeCode": "AFE",
"value": "in Duis mollit deserunt"
},
{
"typeCode": "AFE",
"value": "proident"
},
{
"typeCode": "AFE",
"value": "sint magn"
},
{
"typeCode": "AFE",
"value": "Ut dolore"
},
{
"typeCode": "AFE",
"value": "laborum qui"
},
{
"typeCode": "AFE",
"value": "laborum pariatur"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "in ut minim"
},
{
"typeCode": "972",
"value": "ad commodo"
},
{
"typeCode": "972",
"value": "tempor no"
},
{
"typeCode": "972",
"value": "fugiat eu magna adipisicing officia"
},
{
"typeCode": "972",
"value": "dolor est velit laborum ma"
},
{
"typeCode": "972",
"value": "in dolor"
},
{
"typeCode": "972",
"value": "reprehenderit es"
},
{
"typeCode": "972",
"value": "aliqua id"
},
{
"typeCode": "972",
"value": "fugiat"
},
{
"typeCode": "972",
"value": "nulla officia cupidatat id"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 10,
"description": "line item description 1",
"price": 25.75,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "deserunt proi"
},
{
"typeCode": "outbound",
"value": "cil"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.5
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "eiusmo"
},
{
"typeCode": "AFE",
"value": "aute"
},
{
"typeCode": "AFE",
"value": "la"
},
{
"typeCode": "AFE",
"value": "Excepteur labore culpa"
},
{
"typeCode": "AFE",
"value": "id eni"
},
{
"typeCode": "AFE",
"value": "incididunt adipisicing"
},
{
"typeCode": "AFE",
"value": "eiusmod"
},
{
"typeCode": "AFE",
"value": "con"
},
{
"typeCode": "AFE",
"value": "pariatur sint"
},
{
"typeCode": "AFE",
"value": "aute dolor"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "mollit"
},
{
"typeCode": "972",
"value": "exerc"
},
{
"typeCode": "972",
"value": "sunt aliqua"
},
{
"typeCode": "972",
"value": "dolor"
},
{
"typeCode": "972",
"value": "dolor veniam Excepteur p"
},
{
"typeCode": "972",
"value": "voluptate "
},
{
"typeCode": "972",
"value": "anim elit"
},
{
"typeCode": "972",
"value": "nostrud ut anim"
},
{
"typeCode": "972",
"value": "do "
},
{
"typeCode": "972",
"value": "qui esse dolor ex"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 9,
"description": "line item description 3",
"price": 10.5,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ullamco"
},
{
"typeCode": "outbound",
"value": "sunt "
}
],
"exportReasonType": "sample",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "sed"
},
{
"typeCode": "AFE",
"value": "mollit e"
},
{
"typeCode": "AFE",
"value": "ad in"
},
{
"typeCode": "AFE",
"value": "irure"
},
{
"typeCode": "AFE",
"value": "magna pariatur aute"
},
{
"typeCode": "AFE",
"value": "Ut"
},
{
"typeCode": "AFE",
"value": "ex ve"
},
{
"typeCode": "AFE",
"value": "incididunt"
},
{
"typeCode": "AFE",
"value": "reprehenderit ea mollit"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "Excepteur"
},
{
"typeCode": "972",
"value": "nulla"
},
{
"typeCode": "972",
"value": "cillum"
},
{
"typeCode": "972",
"value": "Excepteur eiusmod"
},
{
"typeCode": "972",
"value": "consectetur qui"
},
{
"typeCode": "972",
"value": "fugiat"
},
{
"typeCode": "972",
"value": "ad cupidatat eiu"
},
{
"typeCode": "972",
"value": "D"
},
{
"typeCode": "972",
"value": "aliqua labore exercitati"
},
{
"typeCode": "972",
"value": "cupidatat incidid"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 5,
"description": "line item description 4",
"price": 25.75,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "aliqui"
},
{
"typeCode": "outbound",
"value": "sit com"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "aute"
},
{
"typeCode": "AFE",
"value": "inci"
},
{
"typeCode": "AFE",
"value": "ex commodo a"
},
{
"typeCode": "AFE",
"value": "cu"
},
{
"typeCode": "AFE",
"value": "p"
},
{
"typeCode": "AFE",
"value": "Lorem eiusmod ali"
},
{
"typeCode": "AFE",
"value": "fugiat u"
},
{
"typeCode": "AFE",
"value": "magna cupidatat Duis ea ullamco"
},
{
"typeCode": "AFE",
"value": "amet eiusmod"
},
{
"typeCode": "AFE",
"value": "do in"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "enim labor"
},
{
"typeCode": "972",
"value": "et minim est v"
},
{
"typeCode": "972",
"value": "Duis in consectetur fugiat"
},
{
"typeCode": "972",
"value": "sit dolore"
},
{
"typeCode": "972",
"value": "amet anim est aute cupidatat"
},
{
"typeCode": "972",
"value": "aliquip occaecat in consequa"
},
{
"typeCode": "972",
"value": "ipsum e"
},
{
"typeCode": "972",
"value": "consec"
},
{
"typeCode": "972",
"value": "veniam"
},
{
"typeCode": "972",
"value": "volupta"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 5,
"description": "line item description 4",
"price": 200.5,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "cillum"
},
{
"typeCode": "outbound",
"value": "in minim c"
}
],
"exportReasonType": "gift",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 1.8
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "in sun"
},
{
"typeCode": "AFE",
"value": "do pariatu"
},
{
"typeCode": "AFE",
"value": "ullamco quis nu"
},
{
"typeCode": "AFE",
"value": "ali"
},
{
"typeCode": "AFE",
"value": "n"
},
{
"typeCode": "AFE",
"value": "esse ut"
},
{
"typeCode": "AFE",
"value": "pariatur quis"
},
{
"typeCode": "AFE",
"value": "cillum qui"
},
{
"typeCode": "AFE",
"value": "exercitation"
},
{
"typeCode": "AFE",
"value": "do adipisi"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "pariatur incididunt a"
},
{
"typeCode": "972",
"value": "s"
},
{
"typeCode": "972",
"value": "in ad eu sit ipsum"
},
{
"typeCode": "972",
"value": "cupidat"
},
{
"typeCode": "972",
"value": "cupidatat sunt dolore deserunt dol"
},
{
"typeCode": "972",
"value": "Lorem occa"
},
{
"typeCode": "972",
"value": "exercitation voluptate non par"
},
{
"typeCode": "972",
"value": "sunt adipisicin"
},
{
"typeCode": "972",
"value": "Excepteur ad non"
},
{
"typeCode": "972",
"value": "nulla eu oc"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 10,
"description": "line item description 5",
"price": 500.75,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "aliq"
},
{
"typeCode": "outbound",
"value": "quis lab"
}
],
"exportReasonType": "return",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "eu labore occaec"
},
{
"typeCode": "AFE",
"value": "tempor cu"
},
{
"typeCode": "AFE",
"value": "quis Ex"
},
{
"typeCode": "AFE",
"value": "Lo"
},
{
"typeCode": "AFE",
"value": "id sit enim ex dolor"
},
{
"typeCode": "AFE",
"value": "labore occaecat ullamco "
},
{
"typeCode": "AFE",
"value": "enim cons"
},
{
"typeCode": "AFE",
"value": "Duis dolor aliqua cil"
},
{
"typeCode": "AFE",
"value": "ullamco m"
},
{
"typeCode": "AFE",
"value": "quis in"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "aliqua id nostrud"
},
{
"typeCode": "972",
"value": "irure tempor labore"
},
{
"typeCode": "972",
"value": "inc"
},
{
"typeCode": "972",
"value": "est ea officia consequat"
},
{
"typeCode": "972",
"value": "consequat Lor"
},
{
"typeCode": "972",
"value": "l"
},
{
"typeCode": "972",
"value": "nisi eni"
},
{
"typeCode": "972",
"value": "veniam consequat ipsum"
},
{
"typeCode": "972",
"value": "cu"
},
{
"typeCode": "972",
"value": "irur"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 9,
"description": "line item description 2",
"price": 10.5,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "in"
},
{
"typeCode": "outbound",
"value": "ven"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 1.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sint eu in"
},
{
"typeCode": "AFE",
"value": "in deserunt Lo"
},
{
"typeCode": "AFE",
"value": "proid"
},
{
"typeCode": "AFE",
"value": "mollit "
},
{
"typeCode": "AFE",
"value": "f"
},
{
"typeCode": "AFE",
"value": "pariatur occaecat nisi minim"
},
{
"typeCode": "AFE",
"value": "exercitation"
},
{
"typeCode": "AFE",
"value": "eiusmod"
},
{
"typeCode": "AFE",
"value": "voluptate te"
},
{
"typeCode": "AFE",
"value": "irure deserunt in repre"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "sit do"
},
{
"typeCode": "972",
"value": "anim voluptate tempor"
},
{
"typeCode": "972",
"value": "quis"
},
{
"typeCode": "972",
"value": "occaecat nostrud minim"
},
{
"typeCode": "972",
"value": "sed"
},
{
"typeCode": "972",
"value": "tempor cupi"
},
{
"typeCode": "972",
"value": "ut consectetur n"
},
{
"typeCode": "972",
"value": "pr"
},
{
"typeCode": "972",
"value": "labor"
},
{
"typeCode": "972",
"value": "eiusmo"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 10,
"description": "line item description 5",
"price": 200.5,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "in Duis "
},
{
"typeCode": "outbound",
"value": "veniam eu occae"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 0.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "occaecat et"
},
{
"typeCode": "AFE",
"value": "elit adi"
},
{
"typeCode": "AFE",
"value": "sed"
},
{
"typeCode": "AFE",
"value": "id reprehenderit laboris sunt"
},
{
"typeCode": "AFE",
"value": "ex proident Lorem cillu"
},
{
"typeCode": "AFE",
"value": "amet laboris mollit labore"
},
{
"typeCode": "AFE",
"value": "anim"
},
{
"typeCode": "AFE",
"value": "esse eu cupidatat aliquip"
},
{
"typeCode": "AFE",
"value": "ut in"
},
{
"typeCode": "AFE",
"value": "veniam"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "tempor minim enim ullamc"
},
{
"typeCode": "972",
"value": "adipisicing nisi reprehend"
},
{
"typeCode": "972",
"value": "ullamco"
},
{
"typeCode": "972",
"value": "eiusmod consequat in elit"
},
{
"typeCode": "972",
"value": "deserunt qui"
},
{
"typeCode": "972",
"value": "commodo"
},
{
"typeCode": "972",
"value": "nostrud a"
},
{
"typeCode": "972",
"value": "Ut aliqua in "
},
{
"typeCode": "972",
"value": "est et enim"
},
{
"typeCode": "972",
"value": "aliquip Excepteur consec"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 1,
"description": "line item description 3",
"price": 25.75,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "cupidatat in"
},
{
"typeCode": "outbound",
"value": "conse"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.6
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ut in occaecat ea"
},
{
"typeCode": "AFE",
"value": "pari"
},
{
"typeCode": "AFE",
"value": "officia"
},
{
"typeCode": "AFE",
"value": "eu ut nulla "
},
{
"typeCode": "AFE",
"value": "nulla minim pariatur veniam"
},
{
"typeCode": "AFE",
"value": "quis"
},
{
"typeCode": "AFE",
"value": "laboris dolor proiden"
},
{
"typeCode": "AFE",
"value": "ex"
},
{
"typeCode": "AFE",
"value": "amet"
},
{
"typeCode": "AFE",
"value": "ea"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "dolor"
},
{
"typeCode": "972",
"value": "quis"
},
{
"typeCode": "972",
"value": "exercitation"
},
{
"typeCode": "972",
"value": "nostrud magna tempor"
},
{
"typeCode": "972",
"value": "adipisicing pariat"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "exercitation dolor cupidatat in ma"
},
{
"typeCode": "972",
"value": "sed dolor id amet"
},
{
"typeCode": "972",
"value": "velit ipsum"
},
{
"typeCode": "972",
"value": "laboris"
}
],
"preCalculatedLineItemTotalValue": 25.75
}
],
"invoice": {
"number": "aliquip",
"date": "2025-05-14T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "veniam"
},
{
"typeCode": "CU",
"value": "et est in Ut qui"
},
{
"typeCode": "CU",
"value": "exercitation aliquip Lorem"
},
{
"typeCode": "CU",
"value": "veniam culpa"
},
{
"typeCode": "CU",
"value": "com"
},
{
"typeCode": "CU",
"value": "magna"
},
{
"typeCode": "CU",
"value": "qui ullamco id dolor veniam"
},
{
"typeCode": "CU",
"value": "eiusmod cillum"
},
{
"typeCode": "CU",
"value": "in"
},
{
"typeCode": "CU",
"value": "laborum in"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 435.9,
"importTaxesValue": 946.36,
"totalWithImportDutiesAndTaxes": 4431.91
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 1612.38,
"preCalculatedTotalInvoiceValue": 4808.78
}
},
"remarks": [
{
"value": "esse dolor"
},
{
"value": "in voluptate"
},
{
"value": "ipsum minim"
}
],
"additionalCharges": [
{
"value": 5,
"typeCode": "fuel_surcharge"
},
{
"value": 1,
"typeCode": "fuel_surcharge"
},
{
"value": 10,
"typeCode": "pickup"
},
{
"value": 3,
"typeCode": "export"
},
{
"value": 5,
"typeCode": "packaging"
}
],
"placeOfIncoterm": "Port Skylaboro",
"recipientReference": "vry5xwKDUO",
"exporter": {
"id": "14454853",
"code": "hxjDU"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "dolor "
},
{
"typeCode": "972",
"value": "ut pariatur"
},
{
"typeCode": "972",
"value": "aliqua sint veniam ipsum in"
},
{
"typeCode": "972",
"value": "aliqua"
},
{
"typeCode": "972",
"value": "do deserunt est sit mollit"
},
{
"typeCode": "972",
"value": "anim ullamco amet occaeca"
},
{
"typeCode": "972",
"value": "exercitation officia deserunt te"
},
{
"typeCode": "972",
"value": "ex amet nostrud tempo"
},
{
"typeCode": "972",
"value": "Duis amet ut aliqua incidi"
},
{
"typeCode": "972",
"value": "proident aliquip"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 2,
"description": "line item description 5",
"price": 500.75,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "eiusmod dolore "
},
{
"typeCode": "outbound",
"value": "ut in"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 1.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "aliquip amet sed"
},
{
"typeCode": "AFE",
"value": "exercitation et sit culpa sed"
},
{
"typeCode": "AFE",
"value": "veniam enim est anim"
},
{
"typeCode": "AFE",
"value": "anim irure minim in offi"
},
{
"typeCode": "AFE",
"value": "eu ea Duis"
},
{
"typeCode": "AFE",
"value": "magna"
},
{
"typeCode": "AFE",
"value": "consectetu"
},
{
"typeCode": "AFE",
"value": "nos"
},
{
"typeCode": "AFE",
"value": "dolore veniam"
},
{
"typeCode": "AFE",
"value": "sit consectetur"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "dolore velit"
},
{
"typeCode": "972",
"value": "culpa reprehend"
},
{
"typeCode": "972",
"value": "dolore ea"
},
{
"typeCode": "972",
"value": "nulla"
},
{
"typeCode": "972",
"value": "irure ex tempor labore in"
},
{
"typeCode": "972",
"value": "amet est dolore elit ad"
},
{
"typeCode": "972",
"value": "i"
},
{
"typeCode": "972",
"value": "et ad"
},
{
"typeCode": "972",
"value": "d"
},
{
"typeCode": "972",
"value": "cillum minim"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 8,
"description": "line item description 4",
"price": 500.75,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "sit"
},
{
"typeCode": "outbound",
"value": "culpa ut a"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 1.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "culp"
},
{
"typeCode": "AFE",
"value": "in "
},
{
"typeCode": "AFE",
"value": "culpa"
},
{
"typeCode": "AFE",
"value": "tempor incididunt est i"
},
{
"typeCode": "AFE",
"value": "dolore dol"
},
{
"typeCode": "AFE",
"value": "dolor reprehenderit nulla"
},
{
"typeCode": "AFE",
"value": "fugiat tempor"
},
{
"typeCode": "AFE",
"value": "ex"
},
{
"typeCode": "AFE",
"value": "irure et"
},
{
"typeCode": "AFE",
"value": "aute pariatur nulla ipsum"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "officia"
},
{
"typeCode": "972",
"value": "enim minim dolor"
},
{
"typeCode": "972",
"value": "ut adipisicing ea sunt"
},
{
"typeCode": "972",
"value": "dolor tem"
},
{
"typeCode": "972",
"value": "nostrud pari"
},
{
"typeCode": "972",
"value": "dolor id nisi"
},
{
"typeCode": "972",
"value": "amet sit nostrud cupidatat u"
},
{
"typeCode": "972",
"value": "Lorem aliquip fugiat"
},
{
"typeCode": "972",
"value": "quis fugia"
},
{
"typeCode": "972",
"value": "aliquip dolo"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 6,
"description": "line item description 2",
"price": 50,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "quis"
},
{
"typeCode": "outbound",
"value": "Ut fugiat co"
}
],
"exportReasonType": "defence_material",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "ul"
},
{
"typeCode": "AFE",
"value": "proident offic"
},
{
"typeCode": "AFE",
"value": "do"
},
{
"typeCode": "AFE",
"value": "culpa amet sit"
},
{
"typeCode": "AFE",
"value": "ad deserunt"
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "in enim "
},
{
"typeCode": "AFE",
"value": "Excepteur ad"
},
{
"typeCode": "AFE",
"value": "ut"
},
{
"typeCode": "AFE",
"value": "sit irure"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "proident"
},
{
"typeCode": "972",
"value": "occaecat Lorem eu ut"
},
{
"typeCode": "972",
"value": "cillum labore dol"
},
{
"typeCode": "972",
"value": "consectetur Lorem sint"
},
{
"typeCode": "972",
"value": "aute consequat ali"
},
{
"typeCode": "972",
"value": "officia nisi aliquip el"
},
{
"typeCode": "972",
"value": "laboris conseq"
},
{
"typeCode": "972",
"value": "pariatur nulla magna mollit"
},
{
"typeCode": "972",
"value": "v"
},
{
"typeCode": "972",
"value": "sint"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 6,
"description": "line item description 4",
"price": 200.5,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "aliquip of"
},
{
"typeCode": "outbound",
"value": "labo"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "US",
"weight": {
"grossValue": 1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "cillum sint "
},
{
"typeCode": "AFE",
"value": "eiusmod"
},
{
"typeCode": "AFE",
"value": "ipsum"
},
{
"typeCode": "AFE",
"value": "in occaecat eiusmod ipsum aliq"
},
{
"typeCode": "AFE",
"value": "ad officia cupidatat nostrud a"
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "laboris deserunt o"
},
{
"typeCode": "AFE",
"value": "minim"
},
{
"typeCode": "AFE",
"value": "id in"
},
{
"typeCode": "AFE",
"value": "Duis iru"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "fugiat"
},
{
"typeCode": "972",
"value": "dolore n"
},
{
"typeCode": "972",
"value": "Duis commodo nulla esse"
},
{
"typeCode": "972",
"value": "commo"
},
{
"typeCode": "972",
"value": "amet laboris des"
},
{
"typeCode": "972",
"value": "magna nisi "
},
{
"typeCode": "972",
"value": "ea culpa "
},
{
"typeCode": "972",
"value": "cupidatat quis deseru"
},
{
"typeCode": "972",
"value": "mollit D"
},
{
"typeCode": "972",
"value": "elit"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 4,
"description": "line item description 5",
"price": 200.5,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "occaecat nostrud "
},
{
"typeCode": "outbound",
"value": "ad nu"
}
],
"exportReasonType": "gift",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.5
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "eu in elit ea deserunt"
},
{
"typeCode": "AFE",
"value": "labore laborum et non"
},
{
"typeCode": "AFE",
"value": "eiusmod deserunt cillum qui"
},
{
"typeCode": "AFE",
"value": "ex quis do"
},
{
"typeCode": "AFE",
"value": "a"
},
{
"typeCode": "AFE",
"value": "ad"
},
{
"typeCode": "AFE",
"value": "fugiat"
},
{
"typeCode": "AFE",
"value": "Excepteur ut amet"
},
{
"typeCode": "AFE",
"value": "et amet"
},
{
"typeCode": "AFE",
"value": "occaecat"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "aliqua"
},
{
"typeCode": "972",
"value": "Duis "
},
{
"typeCode": "972",
"value": "nulla"
},
{
"typeCode": "972",
"value": "et dolore"
},
{
"typeCode": "972",
"value": "consequat"
},
{
"typeCode": "972",
"value": "reprehenderit"
},
{
"typeCode": "972",
"value": "ad dolor "
},
{
"typeCode": "972",
"value": "nisi et "
},
{
"typeCode": "972",
"value": "aliquip minim re"
},
{
"typeCode": "972",
"value": "dolor mollit do"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 2,
"description": "line item description 4",
"price": 100.25,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "proident"
},
{
"typeCode": "outbound",
"value": "in ad"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "aliquip amet quis ut est"
},
{
"typeCode": "AFE",
"value": "cillum adipisicing nisi eu "
},
{
"typeCode": "AFE",
"value": "pariatur anim non"
},
{
"typeCode": "AFE",
"value": "in"
},
{
"typeCode": "AFE",
"value": "sit"
},
{
"typeCode": "AFE",
"value": "tempor Duis reprehenderit commo"
},
{
"typeCode": "AFE",
"value": "ut minim"
},
{
"typeCode": "AFE",
"value": "qui"
},
{
"typeCode": "AFE",
"value": "reprehenderit"
},
{
"typeCode": "AFE",
"value": "magna ea cupidatat sint eu"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "non minim enim exerc"
},
{
"typeCode": "972",
"value": "dolore do sed est aliq"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "nulla cillum id labore"
},
{
"typeCode": "972",
"value": "incididunt anim aliquip"
},
{
"typeCode": "972",
"value": "offic"
},
{
"typeCode": "972",
"value": "in officia nulla"
},
{
"typeCode": "972",
"value": "deserunt"
},
{
"typeCode": "972",
"value": "ipsum"
},
{
"typeCode": "972",
"value": "magna"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 3,
"description": "line item description 2",
"price": 100.25,
"quantity": {
"value": 10,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "laboris "
},
{
"typeCode": "outbound",
"value": "qui velit anim"
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 0.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "occaecat"
},
{
"typeCode": "AFE",
"value": "Lorem consequat in of"
},
{
"typeCode": "AFE",
"value": "sunt eu"
},
{
"typeCode": "AFE",
"value": "dolore nul"
},
{
"typeCode": "AFE",
"value": "esse in"
},
{
"typeCode": "AFE",
"value": "irure"
},
{
"typeCode": "AFE",
"value": "dolor qui"
},
{
"typeCode": "AFE",
"value": "cupidatat"
},
{
"typeCode": "AFE",
"value": "aliqua ea proident magna"
},
{
"typeCode": "AFE",
"value": "irure est aliquip"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "laborum"
},
{
"typeCode": "972",
"value": "consequat co"
},
{
"typeCode": "972",
"value": "Lorem exercitation adipisicing"
},
{
"typeCode": "972",
"value": "Duis"
},
{
"typeCode": "972",
"value": "voluptate "
},
{
"typeCode": "972",
"value": "i"
},
{
"typeCode": "972",
"value": "velit proident fugiat in "
},
{
"typeCode": "972",
"value": "dolore aliquip"
},
{
"typeCode": "972",
"value": "lab"
},
{
"typeCode": "972",
"value": "dolor"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 6,
"description": "line item description 5",
"price": 500.75,
"quantity": {
"value": 3,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "in dese"
},
{
"typeCode": "outbound",
"value": "qui"
}
],
"exportReasonType": "temporary",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "tempor est"
},
{
"typeCode": "AFE",
"value": "eiusmod lab"
},
{
"typeCode": "AFE",
"value": "dolore"
},
{
"typeCode": "AFE",
"value": "proident voluptate"
},
{
"typeCode": "AFE",
"value": "quis et in commodo aliquip"
},
{
"typeCode": "AFE",
"value": "magna"
},
{
"typeCode": "AFE",
"value": "velit aute cupidatat ipsum culpa"
},
{
"typeCode": "AFE",
"value": "fugia"
},
{
"typeCode": "AFE",
"value": "ex cillum consequat ea"
},
{
"typeCode": "AFE",
"value": "sunt Lorem"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "et moll"
},
{
"typeCode": "972",
"value": "id veniam incididunt"
},
{
"typeCode": "972",
"value": "pariat"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "sed adipisi"
},
{
"typeCode": "972",
"value": "aliqu"
},
{
"typeCode": "972",
"value": "ullamco"
},
{
"typeCode": "972",
"value": "Duis commodo incididu"
},
{
"typeCode": "972",
"value": "nisi"
},
{
"typeCode": "972",
"value": "paria"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 9,
"description": "line item description 1",
"price": 200.5,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "conseq"
},
{
"typeCode": "outbound",
"value": "tempor"
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 1.4
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "aliquip pariatur irure"
},
{
"typeCode": "AFE",
"value": "Lorem laborum repre"
},
{
"typeCode": "AFE",
"value": "moll"
},
{
"typeCode": "AFE",
"value": "dolore ull"
},
{
"typeCode": "AFE",
"value": "qui adip"
},
{
"typeCode": "AFE",
"value": "amet paria"
},
{
"typeCode": "AFE",
"value": "irure adipisicing"
},
{
"typeCode": "AFE",
"value": "Duis tempor velit pariatur"
},
{
"typeCode": "AFE",
"value": "deserunt en"
},
{
"typeCode": "AFE",
"value": "nostrud non"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "qui nisi"
},
{
"typeCode": "972",
"value": "dolor aliqua esse cupidatat"
},
{
"typeCode": "972",
"value": "non sunt irure "
},
{
"typeCode": "972",
"value": "adipisicing"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "in lab"
},
{
"typeCode": "972",
"value": "laboris elit sed"
},
{
"typeCode": "972",
"value": "aute"
},
{
"typeCode": "972",
"value": "laboris"
},
{
"typeCode": "972",
"value": "Excepteur"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 8,
"description": "line item description 5",
"price": 50,
"quantity": {
"value": 4,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "occae"
},
{
"typeCode": "outbound",
"value": "eiusmod d"
}
],
"exportReasonType": "personal_belongings_or_personal_use",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.8
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "officia aliquip occa"
},
{
"typeCode": "AFE",
"value": "ut veniam nostrud aliqua Duis"
},
{
"typeCode": "AFE",
"value": "occaecat dolore "
},
{
"typeCode": "AFE",
"value": "adipisicing sed dolor velit"
},
{
"typeCode": "AFE",
"value": "sit consequat"
},
{
"typeCode": "AFE",
"value": "consectetur amet"
},
{
"typeCode": "AFE",
"value": "laboris no"
},
{
"typeCode": "AFE",
"value": "fugiat deserunt"
},
{
"typeCode": "AFE",
"value": "magna nost"
},
{
"typeCode": "AFE",
"value": "Lorem dolore consectetur laborum m"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "aliquip"
},
{
"typeCode": "972",
"value": "Duis"
},
{
"typeCode": "972",
"value": "pariat"
},
{
"typeCode": "972",
"value": "ut do enim"
},
{
"typeCode": "972",
"value": "consectetur irure sit"
},
{
"typeCode": "972",
"value": "qui"
},
{
"typeCode": "972",
"value": "nostrud u"
},
{
"typeCode": "972",
"value": "elit cillum labor"
},
{
"typeCode": "972",
"value": "officia"
},
{
"typeCode": "972",
"value": "adipisicing sit"
}
],
"preCalculatedLineItemTotalValue": 50
}
],
"invoice": {
"number": "ut tempor",
"date": "2025-07-11T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "sit exer"
},
{
"typeCode": "CU",
"value": "in Lorem laboris"
},
{
"typeCode": "CU",
"value": "in qui "
},
{
"typeCode": "CU",
"value": "aliquip ex"
},
{
"typeCode": "CU",
"value": "in ipsum"
},
{
"typeCode": "CU",
"value": "nulla in pari"
},
{
"typeCode": "CU",
"value": "sint"
},
{
"typeCode": "CU",
"value": "est"
},
{
"typeCode": "CU",
"value": "aliqua id"
},
{
"typeCode": "CU",
"value": "ex"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 297.51,
"importTaxesValue": 124.41,
"totalWithImportDutiesAndTaxes": 158.9
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 1115.94,
"preCalculatedTotalInvoiceValue": 2662.41
}
},
"remarks": [
{
"value": "Excepteur dolor exercitation fugiat"
},
{
"value": "cillum qui adipisicing ut"
},
{
"value": "ex officia"
}
],
"additionalCharges": [
{
"value": 4,
"typeCode": "other"
},
{
"value": 10,
"typeCode": "handling"
},
{
"value": 10,
"typeCode": "handling"
},
{
"value": 9,
"typeCode": "pickup"
},
{
"value": 8,
"typeCode": "admin"
}
],
"placeOfIncoterm": "Lake Everetteport",
"recipientReference": "DWpb4wIdbZ",
"exporter": {
"id": "20321697",
"code": "pqdNk"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "sed"
},
{
"typeCode": "972",
"value": "ea id sit aute in"
},
{
"typeCode": "972",
"value": "cupidatat"
},
{
"typeCode": "972",
"value": "magna pariatur consequat nulla"
},
{
"typeCode": "972",
"value": "et"
},
{
"typeCode": "972",
"value": "in"
},
{
"typeCode": "972",
"value": "cillum dolor do m"
},
{
"typeCode": "972",
"value": "commodo sunt"
},
{
"typeCode": "972",
"value": "laboris fugiat "
},
{
"typeCode": "972",
"value": "in anim et ut ullamco"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 9,
"description": "line item description 4",
"price": 50,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "aliquip sunt"
},
{
"typeCode": "outbound",
"value": "esse ex nu"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "GB",
"weight": {
"netValue": 0.1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "adipisic"
},
{
"typeCode": "AFE",
"value": "in tempor"
},
{
"typeCode": "AFE",
"value": "esse"
},
{
"typeCode": "AFE",
"value": "in au"
},
{
"typeCode": "AFE",
"value": "in labore adipisicing elit"
},
{
"typeCode": "AFE",
"value": "magna v"
},
{
"typeCode": "AFE",
"value": "ullamco laboris dolor"
},
{
"typeCode": "AFE",
"value": "fugiat nisi aliqu"
},
{
"typeCode": "AFE",
"value": "s"
},
{
"typeCode": "AFE",
"value": "sed est labore"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "incididunt eiusmod cillum i"
},
{
"typeCode": "972",
"value": "voluptate do reprehenderit labor"
},
{
"typeCode": "972",
"value": "cons"
},
{
"typeCode": "972",
"value": "ipsum"
},
{
"typeCode": "972",
"value": "esse ut ipsum Lorem officia"
},
{
"typeCode": "972",
"value": "id"
},
{
"typeCode": "972",
"value": "est anim"
},
{
"typeCode": "972",
"value": "adipisicing id s"
},
{
"typeCode": "972",
"value": "do dolor aliqua nostrud dolore"
},
{
"typeCode": "972",
"value": "dolor ex"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 8,
"description": "line item description 1",
"price": 50,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "tempor Excepteu"
},
{
"typeCode": "outbound",
"value": "aute ipsum et vo"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.8
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "Duis dolore"
},
{
"typeCode": "AFE",
"value": "ea"
},
{
"typeCode": "AFE",
"value": "labore"
},
{
"typeCode": "AFE",
"value": "Excepteur"
},
{
"typeCode": "AFE",
"value": "consequat labore exerc"
},
{
"typeCode": "AFE",
"value": "sunt"
},
{
"typeCode": "AFE",
"value": "qui nostrud"
},
{
"typeCode": "AFE",
"value": "i"
},
{
"typeCode": "AFE",
"value": "vo"
},
{
"typeCode": "AFE",
"value": "sint dolor cupidatat veniam"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "sint est in velit irure"
},
{
"typeCode": "972",
"value": "amet"
},
{
"typeCode": "972",
"value": "ipsum nulla dolor ad"
},
{
"typeCode": "972",
"value": "ipsum nisi Excepteur ull"
},
{
"typeCode": "972",
"value": "esse veniam occaecat"
},
{
"typeCode": "972",
"value": "sit eiusmod qui"
},
{
"typeCode": "972",
"value": "veniam mollit"
},
{
"typeCode": "972",
"value": "ex o"
},
{
"typeCode": "972",
"value": "adipisicing incididunt"
},
{
"typeCode": "972",
"value": "sed est dolor Ut"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 5,
"description": "line item description 2",
"price": 100.25,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "officia irure"
},
{
"typeCode": "outbound",
"value": "molli"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "GB",
"weight": {
"netValue": 1
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "cupidatat aute pariatur"
},
{
"typeCode": "AFE",
"value": "Excepteur"
},
{
"typeCode": "AFE",
"value": "Ut eiu"
},
{
"typeCode": "AFE",
"value": "laboris veniam"
},
{
"typeCode": "AFE",
"value": "dolor irure sint"
},
{
"typeCode": "AFE",
"value": "culpa aliquip"
},
{
"typeCode": "AFE",
"value": "sint f"
},
{
"typeCode": "AFE",
"value": "culpa eiusmod esse in"
},
{
"typeCode": "AFE",
"value": "ad"
},
{
"typeCode": "AFE",
"value": "mollit qui nostrud"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "laborum eiusmod moll"
},
{
"typeCode": "972",
"value": "reprehenderit ex exercitati"
},
{
"typeCode": "972",
"value": "cillum"
},
{
"typeCode": "972",
"value": "est anim"
},
{
"typeCode": "972",
"value": "do anim mollit"
},
{
"typeCode": "972",
"value": "amet deserun"
},
{
"typeCode": "972",
"value": "culpa esse in do "
},
{
"typeCode": "972",
"value": "aliquip deserunt in"
},
{
"typeCode": "972",
"value": "ullamco culpa mollit ipsu"
},
{
"typeCode": "972",
"value": "nostrud"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 6,
"description": "line item description 1",
"price": 200.5,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "et occaecat ad ad"
},
{
"typeCode": "outbound",
"value": "labore "
}
],
"exportReasonType": "sample",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 1.8
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "Lorem velit minim"
},
{
"typeCode": "AFE",
"value": "id"
},
{
"typeCode": "AFE",
"value": "proident fugiat mollit "
},
{
"typeCode": "AFE",
"value": "in velit in"
},
{
"typeCode": "AFE",
"value": "velit ipsum sint proident "
},
{
"typeCode": "AFE",
"value": "do dolore"
},
{
"typeCode": "AFE",
"value": "irure cillum"
},
{
"typeCode": "AFE",
"value": "dolor tempor magna ipsum c"
},
{
"typeCode": "AFE",
"value": "enim nostrud sunt"
},
{
"typeCode": "AFE",
"value": "laboris"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "o"
},
{
"typeCode": "972",
"value": "deserunt in nisi"
},
{
"typeCode": "972",
"value": "dolore exer"
},
{
"typeCode": "972",
"value": "proident reprehenderit incididunt "
},
{
"typeCode": "972",
"value": "id elit"
},
{
"typeCode": "972",
"value": "ullamco"
},
{
"typeCode": "972",
"value": "nisi irure "
},
{
"typeCode": "972",
"value": "culpa Excepteur q"
},
{
"typeCode": "972",
"value": "magna Lorem "
},
{
"typeCode": "972",
"value": "mollit"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 8,
"description": "line item description 3",
"price": 50,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "cons"
},
{
"typeCode": "outbound",
"value": "quis"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "nostrud"
},
{
"typeCode": "AFE",
"value": "deseru"
},
{
"typeCode": "AFE",
"value": "dolore ut fugi"
},
{
"typeCode": "AFE",
"value": "comm"
},
{
"typeCode": "AFE",
"value": "in ipsum"
},
{
"typeCode": "AFE",
"value": "fugiat sed"
},
{
"typeCode": "AFE",
"value": "of"
},
{
"typeCode": "AFE",
"value": "aliquip ani"
},
{
"typeCode": "AFE",
"value": "eu"
},
{
"typeCode": "AFE",
"value": "id"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "quis culpa cupida"
},
{
"typeCode": "972",
"value": "consectetur id quis mollit"
},
{
"typeCode": "972",
"value": "ipsum dolore"
},
{
"typeCode": "972",
"value": "magn"
},
{
"typeCode": "972",
"value": "reprehenderit ea"
},
{
"typeCode": "972",
"value": "minim laboris quis veli"
},
{
"typeCode": "972",
"value": "sed"
},
{
"typeCode": "972",
"value": "deserunt Ut consequat"
},
{
"typeCode": "972",
"value": "dolore veniam mollit"
},
{
"typeCode": "972",
"value": "ex mollit sunt deserunt Duis"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 1,
"description": "line item description 1",
"price": 200.5,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "anim sed"
},
{
"typeCode": "outbound",
"value": "minim et"
}
],
"exportReasonType": "sample",
"manufacturerCountry": "US",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sed nostrud au"
},
{
"typeCode": "AFE",
"value": "minim "
},
{
"typeCode": "AFE",
"value": "enim"
},
{
"typeCode": "AFE",
"value": "elit in qu"
},
{
"typeCode": "AFE",
"value": "velit Lorem"
},
{
"typeCode": "AFE",
"value": "amet"
},
{
"typeCode": "AFE",
"value": "ex pariatur sed"
},
{
"typeCode": "AFE",
"value": "v"
},
{
"typeCode": "AFE",
"value": "tempor fu"
},
{
"typeCode": "AFE",
"value": "laborum"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "enim quis esse"
},
{
"typeCode": "972",
"value": "nostrud ad"
},
{
"typeCode": "972",
"value": "Lorem"
},
{
"typeCode": "972",
"value": "commodo"
},
{
"typeCode": "972",
"value": "amet"
},
{
"typeCode": "972",
"value": "velit Ut ul"
},
{
"typeCode": "972",
"value": "ipsum"
},
{
"typeCode": "972",
"value": "inc"
},
{
"typeCode": "972",
"value": "aute"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 2,
"description": "line item description 3",
"price": 200.5,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "sed eiusmod dolor"
},
{
"typeCode": "outbound",
"value": "sint consequat "
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.7
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "anim cul"
},
{
"typeCode": "AFE",
"value": "ex Ut ipsum "
},
{
"typeCode": "AFE",
"value": "consectetur"
},
{
"typeCode": "AFE",
"value": "e"
},
{
"typeCode": "AFE",
"value": "aliqua"
},
{
"typeCode": "AFE",
"value": "ad"
},
{
"typeCode": "AFE",
"value": "magna Lorem eu"
},
{
"typeCode": "AFE",
"value": "sit do"
},
{
"typeCode": "AFE",
"value": "cillum nostrud ea Duis non"
},
{
"typeCode": "AFE",
"value": "cupidata"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "consequat eiusmod ex ullamco"
},
{
"typeCode": "972",
"value": "ir"
},
{
"typeCode": "972",
"value": "labore id"
},
{
"typeCode": "972",
"value": "exercitation sed"
},
{
"typeCode": "972",
"value": "laborum velit"
},
{
"typeCode": "972",
"value": "commodo "
},
{
"typeCode": "972",
"value": "dolore ut eu "
},
{
"typeCode": "972",
"value": "labore ali"
},
{
"typeCode": "972",
"value": "et"
},
{
"typeCode": "972",
"value": "irure dolore ut ex sit"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 1,
"description": "line item description 1",
"price": 200.5,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "ullamco"
},
{
"typeCode": "outbound",
"value": "aliqua e"
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "DE",
"weight": {
"grossValue": 0.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "qui ut eiusmod aliquip"
},
{
"typeCode": "AFE",
"value": "sunt est"
},
{
"typeCode": "AFE",
"value": "labo"
},
{
"typeCode": "AFE",
"value": "Ut"
},
{
"typeCode": "AFE",
"value": "aliqua"
},
{
"typeCode": "AFE",
"value": "magna"
},
{
"typeCode": "AFE",
"value": "do eiusmod"
},
{
"typeCode": "AFE",
"value": "cupidat"
},
{
"typeCode": "AFE",
"value": "magna fu"
},
{
"typeCode": "AFE",
"value": "cillum"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "exercitation in fu"
},
{
"typeCode": "972",
"value": "irure occaecat "
},
{
"typeCode": "972",
"value": "est veniam"
},
{
"typeCode": "972",
"value": "adipisicing e"
},
{
"typeCode": "972",
"value": "enim"
},
{
"typeCode": "972",
"value": "occaecat consectetur aute Exce"
},
{
"typeCode": "972",
"value": "laboris nulla tempor ad U"
},
{
"typeCode": "972",
"value": "exercitation fugi"
},
{
"typeCode": "972",
"value": "voluptate aliquip "
},
{
"typeCode": "972",
"value": "dolo"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 8,
"description": "line item description 1",
"price": 50,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "velit"
},
{
"typeCode": "outbound",
"value": "consequat"
}
],
"exportReasonType": "intercompany_use",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 0.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "sit"
},
{
"typeCode": "AFE",
"value": "ex fugiat et"
},
{
"typeCode": "AFE",
"value": "irure Excepteur sint"
},
{
"typeCode": "AFE",
"value": "irure nulla elit "
},
{
"typeCode": "AFE",
"value": "enim"
},
{
"typeCode": "AFE",
"value": "occaecat"
},
{
"typeCode": "AFE",
"value": "reprehenderit in"
},
{
"typeCode": "AFE",
"value": "ut sunt aute mollit"
},
{
"typeCode": "AFE",
"value": "minim in"
},
{
"typeCode": "AFE",
"value": "ad eu"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "Excepte"
},
{
"typeCode": "972",
"value": "magna"
},
{
"typeCode": "972",
"value": "eiusmod"
},
{
"typeCode": "972",
"value": "consequat ullamco Excepteu"
},
{
"typeCode": "972",
"value": "irure fugiat exercitation magna"
},
{
"typeCode": "972",
"value": "officia Excepteur non aliq"
},
{
"typeCode": "972",
"value": "ipsum a"
},
{
"typeCode": "972",
"value": "non in occaecat eiusmod"
},
{
"typeCode": "972",
"value": "dolore aliqua"
},
{
"typeCode": "972",
"value": "in"
}
],
"preCalculatedLineItemTotalValue": 50
},
{
"number": 6,
"description": "line item description 4",
"price": 100.25,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "dolore vo"
},
{
"typeCode": "outbound",
"value": "conse"
}
],
"exportReasonType": "diplomatic_goods",
"manufacturerCountry": "US",
"weight": {
"netValue": 1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "do et a"
},
{
"typeCode": "AFE",
"value": "eu"
},
{
"typeCode": "AFE",
"value": "veniam"
},
{
"typeCode": "AFE",
"value": "ipsum vel"
},
{
"typeCode": "AFE",
"value": "adipisicing dol"
},
{
"typeCode": "AFE",
"value": "incididunt"
},
{
"typeCode": "AFE",
"value": "in labore culpa"
},
{
"typeCode": "AFE",
"value": "ut eu esse"
},
{
"typeCode": "AFE",
"value": "culpa adip"
},
{
"typeCode": "AFE",
"value": "nostrud voluptate do e"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "laboris consequat "
},
{
"typeCode": "972",
"value": "eiusmod dolor"
},
{
"typeCode": "972",
"value": "sit"
},
{
"typeCode": "972",
"value": "commodo esse"
},
{
"typeCode": "972",
"value": "aliquip reprehe"
},
{
"typeCode": "972",
"value": "non id amet"
},
{
"typeCode": "972",
"value": "qui"
},
{
"typeCode": "972",
"value": "dol"
},
{
"typeCode": "972",
"value": "incididu"
},
{
"typeCode": "972",
"value": "in ad deserunt"
}
],
"preCalculatedLineItemTotalValue": 200.5
}
],
"invoice": {
"number": "quis mollit",
"date": "2025-11-09T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "incididu"
},
{
"typeCode": "CU",
"value": "Lorem do in"
},
{
"typeCode": "CU",
"value": "dolor do sunt "
},
{
"typeCode": "CU",
"value": "ea Du"
},
{
"typeCode": "CU",
"value": "aliquip in esse laborum"
},
{
"typeCode": "CU",
"value": "dolore"
},
{
"typeCode": "CU",
"value": "i"
},
{
"typeCode": "CU",
"value": "in"
},
{
"typeCode": "CU",
"value": "dolor laboris dolor"
},
{
"typeCode": "CU",
"value": "in cillum"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 710.43,
"importTaxesValue": 781.6,
"totalWithImportDutiesAndTaxes": 3241.05
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 3328.27,
"preCalculatedTotalInvoiceValue": 576.26
}
},
"remarks": [
{
"value": "Lorem sed Duis Excepteur"
},
{
"value": "Lorem sit"
},
{
"value": "adipisicing"
}
],
"additionalCharges": [
{
"value": 5,
"typeCode": "admin"
},
{
"value": 8,
"typeCode": "handling"
},
{
"value": 2,
"typeCode": "insurance"
},
{
"value": 9,
"typeCode": "vat"
},
{
"value": 7,
"typeCode": "documentation"
}
],
"placeOfIncoterm": "Grand Forks",
"recipientReference": "qbsZdtUiIx",
"exporter": {
"id": "57980525",
"code": "PNMGK"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "ut mollit ad"
},
{
"typeCode": "972",
"value": "fugiat incididunt nostrud"
},
{
"typeCode": "972",
"value": "laboris esse"
},
{
"typeCode": "972",
"value": "est co"
},
{
"typeCode": "972",
"value": "esse sunt"
},
{
"typeCode": "972",
"value": "aliquip"
},
{
"typeCode": "972",
"value": "lab"
},
{
"typeCode": "972",
"value": "ea et "
},
{
"typeCode": "972",
"value": "velit"
},
{
"typeCode": "972",
"value": "minim"
}
],
"incoterm": "DAP"
},
{
"lineItems": [
{
"number": 4,
"description": "line item description 5",
"price": 50,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "qui dolor ut vel"
},
{
"typeCode": "outbound",
"value": "occaecat non"
}
],
"exportReasonType": "intercompany_use",
"manufacturerCountry": "GB",
"weight": {
"grossValue": 1.8
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "officia elit pariatur in vo"
},
{
"typeCode": "AFE",
"value": "in pro"
},
{
"typeCode": "AFE",
"value": "in Ut ex"
},
{
"typeCode": "AFE",
"value": "ullamco"
},
{
"typeCode": "AFE",
"value": "et non fugiat aliqua"
},
{
"typeCode": "AFE",
"value": "par"
},
{
"typeCode": "AFE",
"value": "ex a"
},
{
"typeCode": "AFE",
"value": "aliquip dolor dolore"
},
{
"typeCode": "AFE",
"value": "eiusmod"
},
{
"typeCode": "AFE",
"value": "nostrud irure"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "mollit ullamco"
},
{
"typeCode": "972",
"value": "ut"
},
{
"typeCode": "972",
"value": "deserunt Duis"
},
{
"typeCode": "972",
"value": "laboris ea e"
},
{
"typeCode": "972",
"value": "ex"
},
{
"typeCode": "972",
"value": "offi"
},
{
"typeCode": "972",
"value": "nostrud"
},
{
"typeCode": "972",
"value": "conse"
},
{
"typeCode": "972",
"value": "exercitation dolor in eiusmod"
},
{
"typeCode": "972",
"value": "eiusmod tempor"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 3,
"description": "line item description 4",
"price": 100.25,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "aute magna "
},
{
"typeCode": "outbound",
"value": "in d"
}
],
"exportReasonType": "gift",
"manufacturerCountry": "CZ",
"weight": {
"netValue": 0.5
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "eiusmod veniam"
},
{
"typeCode": "AFE",
"value": "dolore veniam ex "
},
{
"typeCode": "AFE",
"value": "vel"
},
{
"typeCode": "AFE",
"value": "elit ex"
},
{
"typeCode": "AFE",
"value": "amet occaecat esse officia"
},
{
"typeCode": "AFE",
"value": "laborum"
},
{
"typeCode": "AFE",
"value": "fugiat m"
},
{
"typeCode": "AFE",
"value": "nulla dolore"
},
{
"typeCode": "AFE",
"value": "aliquip es"
},
{
"typeCode": "AFE",
"value": "ut occaecat esse aute"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "nostrud"
},
{
"typeCode": "972",
"value": "occaecat ipsum do"
},
{
"typeCode": "972",
"value": "ea esse repreh"
},
{
"typeCode": "972",
"value": "adipisicing enim"
},
{
"typeCode": "972",
"value": "enim laboris "
},
{
"typeCode": "972",
"value": "incididunt e"
},
{
"typeCode": "972",
"value": "ci"
},
{
"typeCode": "972",
"value": "aliqua Lorem ipsu"
},
{
"typeCode": "972",
"value": "Ut quis "
},
{
"typeCode": "972",
"value": "eu occ"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 4,
"description": "line item description 3",
"price": 50,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "elit"
},
{
"typeCode": "outbound",
"value": "laboris vel"
}
],
"exportReasonType": "used_exhibition_goods_to_origin",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1.6
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "irure quis amet"
},
{
"typeCode": "AFE",
"value": "consectetur"
},
{
"typeCode": "AFE",
"value": "nostrud pariatur"
},
{
"typeCode": "AFE",
"value": "ad irure offic"
},
{
"typeCode": "AFE",
"value": "sed laborum labore sit in"
},
{
"typeCode": "AFE",
"value": "Excepteur magna dolor"
},
{
"typeCode": "AFE",
"value": "qui pariatur Ut in "
},
{
"typeCode": "AFE",
"value": "esse eu"
},
{
"typeCode": "AFE",
"value": "elit in ut"
},
{
"typeCode": "AFE",
"value": "a"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "cillum ut adipisici"
},
{
"typeCode": "972",
"value": "deserunt sit"
},
{
"typeCode": "972",
"value": "in minim"
},
{
"typeCode": "972",
"value": "quis et do consequat"
},
{
"typeCode": "972",
"value": "sint"
},
{
"typeCode": "972",
"value": "exercitation occae"
},
{
"typeCode": "972",
"value": "consectetur elit proident"
},
{
"typeCode": "972",
"value": "d"
},
{
"typeCode": "972",
"value": "nulla sit ulla"
},
{
"typeCode": "972",
"value": "eiusm"
}
],
"preCalculatedLineItemTotalValue": 100.25
},
{
"number": 4,
"description": "line item description 5",
"price": 50,
"quantity": {
"value": 7,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "cupidatat ipsum"
},
{
"typeCode": "outbound",
"value": "al"
}
],
"exportReasonType": "warranty_replacement",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.8
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "reprehenderit"
},
{
"typeCode": "AFE",
"value": "in anim nulla"
},
{
"typeCode": "AFE",
"value": "ex magna sit veniam la"
},
{
"typeCode": "AFE",
"value": "id ullamco nisi ipsum dolore"
},
{
"typeCode": "AFE",
"value": "ut dolore"
},
{
"typeCode": "AFE",
"value": "pro"
},
{
"typeCode": "AFE",
"value": "adipisicing voluptate deseru"
},
{
"typeCode": "AFE",
"value": "Ex"
},
{
"typeCode": "AFE",
"value": "nisi ad"
},
{
"typeCode": "AFE",
"value": "deserunt irure magn"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "nostrud incididunt"
},
{
"typeCode": "972",
"value": "Duis"
},
{
"typeCode": "972",
"value": "nulla"
},
{
"typeCode": "972",
"value": "la"
},
{
"typeCode": "972",
"value": "ut aliquip occaecat"
},
{
"typeCode": "972",
"value": "deserunt"
},
{
"typeCode": "972",
"value": "et id ut"
},
{
"typeCode": "972",
"value": "nostrud pariatu"
},
{
"typeCode": "972",
"value": "elit minim dolor"
},
{
"typeCode": "972",
"value": "ut tempor"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 4,
"description": "line item description 4",
"price": 10.5,
"quantity": {
"value": 5,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "sit"
},
{
"typeCode": "outbound",
"value": "deserunt c"
}
],
"exportReasonType": "commercial_purpose_or_sale",
"manufacturerCountry": "DE",
"weight": {
"netValue": 0.4
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "minim irure deserunt si"
},
{
"typeCode": "AFE",
"value": "esse "
},
{
"typeCode": "AFE",
"value": "eu quis enim offi"
},
{
"typeCode": "AFE",
"value": "fugiat Ut id"
},
{
"typeCode": "AFE",
"value": "sunt aliqua"
},
{
"typeCode": "AFE",
"value": "dolor ad qui reprehenderit Duis"
},
{
"typeCode": "AFE",
"value": "i"
},
{
"typeCode": "AFE",
"value": "amet anim consequat"
},
{
"typeCode": "AFE",
"value": "esse eu cupidatat sunt"
},
{
"typeCode": "AFE",
"value": "cupidatat ex aliqui"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "deserunt aliqua laborum sunt am"
},
{
"typeCode": "972",
"value": "dolore pariat"
},
{
"typeCode": "972",
"value": "i"
},
{
"typeCode": "972",
"value": "enim"
},
{
"typeCode": "972",
"value": "minim u"
},
{
"typeCode": "972",
"value": "et elit"
},
{
"typeCode": "972",
"value": "voluptate in sint"
},
{
"typeCode": "972",
"value": "qui occaecat"
},
{
"typeCode": "972",
"value": "adipisicing veniam officia"
},
{
"typeCode": "972",
"value": "dolor ipsum "
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 10,
"description": "line item description 5",
"price": 500.75,
"quantity": {
"value": 2,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "irure eiusmo"
},
{
"typeCode": "outbound",
"value": "Ut esse"
}
],
"exportReasonType": "gift",
"manufacturerCountry": "CZ",
"weight": {
"grossValue": 2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "nulla ullamco nisi "
},
{
"typeCode": "AFE",
"value": "et amet ad irure"
},
{
"typeCode": "AFE",
"value": "officia pariatur ut quis esse"
},
{
"typeCode": "AFE",
"value": "dolore ex"
},
{
"typeCode": "AFE",
"value": "ut c"
},
{
"typeCode": "AFE",
"value": "proident ali"
},
{
"typeCode": "AFE",
"value": "deserunt"
},
{
"typeCode": "AFE",
"value": "proident dolore ut veli"
},
{
"typeCode": "AFE",
"value": "anim"
},
{
"typeCode": "AFE",
"value": "exercitation"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "aute dolor laborum Duis"
},
{
"typeCode": "972",
"value": "dolore"
},
{
"typeCode": "972",
"value": "Duis Lorem"
},
{
"typeCode": "972",
"value": "Duis mollit Excepteur qui "
},
{
"typeCode": "972",
"value": "Lorem cillum"
},
{
"typeCode": "972",
"value": "dolor sunt nostrud"
},
{
"typeCode": "972",
"value": "in culpa"
},
{
"typeCode": "972",
"value": "c"
},
{
"typeCode": "972",
"value": "quis aliqua anim sunt"
},
{
"typeCode": "972",
"value": "nostrud velit"
}
],
"preCalculatedLineItemTotalValue": 10.5
},
{
"number": 7,
"description": "line item description 1",
"price": 25.75,
"quantity": {
"value": 9,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "Lorem esse et el"
},
{
"typeCode": "outbound",
"value": "consequat ut sunt"
}
],
"exportReasonType": "defence_material",
"manufacturerCountry": "US",
"weight": {
"netValue": 1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "pariatur s"
},
{
"typeCode": "AFE",
"value": "magna et Excepteur reprehend"
},
{
"typeCode": "AFE",
"value": "magna"
},
{
"typeCode": "AFE",
"value": "ut sunt eu culpa"
},
{
"typeCode": "AFE",
"value": "tempor magna elit sunt"
},
{
"typeCode": "AFE",
"value": "exercitation Except"
},
{
"typeCode": "AFE",
"value": "reprehenderit deser"
},
{
"typeCode": "AFE",
"value": "eiusmod est"
},
{
"typeCode": "AFE",
"value": "o"
},
{
"typeCode": "AFE",
"value": "dolore off"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "deserunt"
},
{
"typeCode": "972",
"value": "culpa veniam commodo quis in"
},
{
"typeCode": "972",
"value": "nulla cillum pariatur"
},
{
"typeCode": "972",
"value": "tempor ut esse qui incididunt"
},
{
"typeCode": "972",
"value": "cillum"
},
{
"typeCode": "972",
"value": "cupidatat officia adipis"
},
{
"typeCode": "972",
"value": "Excepteur ullamco dolor Lorem"
},
{
"typeCode": "972",
"value": "anim commo"
},
{
"typeCode": "972",
"value": "Duis elit in ad laboris"
},
{
"typeCode": "972",
"value": "p"
}
],
"preCalculatedLineItemTotalValue": 200.5
},
{
"number": 4,
"description": "line item description 4",
"price": 200.5,
"quantity": {
"value": 8,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "eiu"
},
{
"typeCode": "outbound",
"value": "in rep"
}
],
"exportReasonType": "return_to_origin",
"manufacturerCountry": "CN",
"weight": {
"grossValue": 1.2
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "Excepteur occaecat commodo"
},
{
"typeCode": "AFE",
"value": "non enim exercitation commodo ulla"
},
{
"typeCode": "AFE",
"value": "occaeca"
},
{
"typeCode": "AFE",
"value": "cillum"
},
{
"typeCode": "AFE",
"value": "consequat nisi consec"
},
{
"typeCode": "AFE",
"value": "deserunt amet"
},
{
"typeCode": "AFE",
"value": "quis consectetur Lorem"
},
{
"typeCode": "AFE",
"value": "reprehender"
},
{
"typeCode": "AFE",
"value": "sint Lorem in sunt"
},
{
"typeCode": "AFE",
"value": "in dolor irure"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "c"
},
{
"typeCode": "972",
"value": "mollit exercitation ad"
},
{
"typeCode": "972",
"value": "nulla labore"
},
{
"typeCode": "972",
"value": "qui id sunt"
},
{
"typeCode": "972",
"value": "dolor magna"
},
{
"typeCode": "972",
"value": "v"
},
{
"typeCode": "972",
"value": "commodo eu irure in dolor"
},
{
"typeCode": "972",
"value": "eu dolor"
},
{
"typeCode": "972",
"value": "Duis co"
},
{
"typeCode": "972",
"value": "Ut tempor cillum moll"
}
],
"preCalculatedLineItemTotalValue": 25.75
},
{
"number": 6,
"description": "line item description 2",
"price": 25.75,
"quantity": {
"value": 1,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "deserunt enim "
},
{
"typeCode": "outbound",
"value": "aute"
}
],
"exportReasonType": "defence_material",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.9
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "AFE",
"value": "officia nulla minim"
},
{
"typeCode": "AFE",
"value": "nisi"
},
{
"typeCode": "AFE",
"value": "incididunt sunt"
},
{
"typeCode": "AFE",
"value": "dolor exercitation"
},
{
"typeCode": "AFE",
"value": "ex velit anim adipisicing"
},
{
"typeCode": "AFE",
"value": "eu voluptate in occaecat"
},
{
"typeCode": "AFE",
"value": "nostrud ullamco dolor dolor"
},
{
"typeCode": "AFE",
"value": "consectetur"
},
{
"typeCode": "AFE",
"value": "offic"
},
{
"typeCode": "AFE",
"value": "anim ali"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "qui in do"
},
{
"typeCode": "972",
"value": "id laborum"
},
{
"typeCode": "972",
"value": "aliqua do exer"
},
{
"typeCode": "972",
"value": "incididunt pariatur "
},
{
"typeCode": "972",
"value": "non enim "
},
{
"typeCode": "972",
"value": "elit a"
},
{
"typeCode": "972",
"value": "irure eu"
},
{
"typeCode": "972",
"value": "pariatur cillum anim"
},
{
"typeCode": "972",
"value": "m"
},
{
"typeCode": "972",
"value": "Lorem ea"
}
],
"preCalculatedLineItemTotalValue": 500.75
},
{
"number": 5,
"description": "line item description 1",
"price": 25.75,
"quantity": {
"value": 6,
"unitOfMeasurement": "BOX"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "non quis occaecat "
},
{
"typeCode": "outbound",
"value": "offic"
}
],
"exportReasonType": "intercompany_use",
"manufacturerCountry": "CN",
"weight": {
"netValue": 0.2
},
"isTaxesPaid": false,
"customerReferences": [
{
"typeCode": "AFE",
"value": "dolore Ut ad ulla"
},
{
"typeCode": "AFE",
"value": "laboris enim am"
},
{
"typeCode": "AFE",
"value": "aliquip in Duis nostrud cupid"
},
{
"typeCode": "AFE",
"value": "deserunt "
},
{
"typeCode": "AFE",
"value": "qui in nisi"
},
{
"typeCode": "AFE",
"value": "sit"
},
{
"typeCode": "AFE",
"value": "adipisicing "
},
{
"typeCode": "AFE",
"value": "est id sit qu"
},
{
"typeCode": "AFE",
"value": "consect"
},
{
"typeCode": "AFE",
"value": "ut do dolor"
}
],
"customsDocuments": [
{
"typeCode": "972",
"value": "mi"
},
{
"typeCode": "972",
"value": "officia"
},
{
"typeCode": "972",
"value": "cupidatat"
},
{
"typeCode": "972",
"value": "voluptate non ullamco laboris"
},
{
"typeCode": "972",
"value": "sunt veniam ullamco"
},
{
"typeCode": "972",
"value": "id officia ut veniam conseq"
},
{
"typeCode": "972",
"value": "ea elit"
},
{
"typeCode": "972",
"value": "do"
},
{
"typeCode": "972",
"value": "sint irure velit est"
},
{
"typeCode": "972",
"value": "elit nostru"
}
],
"preCalculatedLineItemTotalValue": 500.75
}
],
"invoice": {
"number": "nulla exercitation L",
"date": "2025-05-15T00:00:00.0Z",
"function": "import",
"customerReferences": [
{
"typeCode": "CU",
"value": "mollit esse sunt"
},
{
"typeCode": "CU",
"value": "consectetur"
},
{
"typeCode": "CU",
"value": "consequat dolor aliqua dolor cill"
},
{
"typeCode": "CU",
"value": "ullamco "
},
{
"typeCode": "CU",
"value": "reprehenderit proident molli"
},
{
"typeCode": "CU",
"value": "amet commodo veli"
},
{
"typeCode": "CU",
"value": "velit"
},
{
"typeCode": "CU",
"value": "dolore nisi ipsum dolore labor"
},
{
"typeCode": "CU",
"value": "incididunt ea amet iru"
},
{
"typeCode": "CU",
"value": "ut occaecat ex"
}
],
"indicativeCustomsValues": {
"importCustomsDutyValue": 379.16,
"importTaxesValue": 963.54,
"totalWithImportDutiesAndTaxes": 2152.18
},
"preCalculatedTotalValues": {
"preCalculatedTotalGoodsValue": 4367.79,
"preCalculatedTotalInvoiceValue": 4173.95
}
},
"remarks": [
{
"value": "adipisicing fugiat elit"
},
{
"value": "aute id quis"
},
{
"value": "irure in officia"
}
],
"additionalCharges": [
{
"value": 9,
"typeCode": "documentation"
},
{
"value": 3,
"typeCode": "expedite"
},
{
"value": 1,
"typeCode": "admin"
},
{
"value": 2,
"typeCode": "expedite"
},
{
"value": 2,
"typeCode": "freight"
}
],
"placeOfIncoterm": "West Mariana",
"recipientReference": "EN036PYJ9Z",
"exporter": {
"id": "67234142",
"code": "NqwFr"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "972",
"value": "sit deserunt exercitatio"
},
{
"typeCode": "972",
"value": "repr"
},
{
"typeCode": "972",
"value": "aliqua sint"
},
{
"typeCode": "972",
"value": "commo"
},
{
"typeCode": "972",
"value": "nulla non ad ea velit"
},
{
"typeCode": "972",
"value": "do incididunt lab"
},
{
"typeCode": "972",
"value": "aute in"
},
{
"typeCode": "972",
"value": "dolor ve"
},
{
"typeCode": "972",
"value": "enim laborum ipsum"
},
{
"typeCode": "972",
"value": "voluptate laboris culpa id"
}
],
"incoterm": "DAP"
}
],
"currency": "MMK",
"unitOfMeasurement": "metric"
},
"outputImageProperties": {
"imageOptions": [
{
"typeCode": "invoice",
"templateName": "COMMERCIAL_INVOICE_P_12",
"isRequested": false
}
]
},
"customerDetails": {
"sellerDetails": {
"postalAddress": {
"postalCode": "48020-8319",
"cityName": "Fort Cassandra",
"countryCode": "CA",
"provinceCode": "SD",
"addressLine1": "13298 Howard Street",
"addressLine2": "Apt. 541",
"addressLine3": "Gleason Meadow",
"countyName": "Greene County"
},
"contactInformation": {
"email": "Deanna.Toy73@gmail.com",
"phone": "1-438-491-1201 x80060",
"mobilePhone": "+15655952699",
"companyName": "Roberts Group",
"fullName": "Beulah Schmidt"
},
"typeCode": "government",
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "PF766158389",
"issuerCountryCode": "ET"
},
{
"typeCode": "VAT",
"number": "CU564523358",
"issuerCountryCode": "AO"
},
{
"typeCode": "VAT",
"number": "JB987827147",
"issuerCountryCode": "MM"
},
{
"typeCode": "VAT",
"number": "WH927689578",
"issuerCountryCode": "BW"
},
{
"typeCode": "VAT",
"number": "ME437977105",
"issuerCountryCode": "TZ"
},
{
"typeCode": "VAT",
"number": "IJ469816512",
"issuerCountryCode": "PR"
},
{
"typeCode": "VAT",
"number": "LF911805910",
"issuerCountryCode": "MO"
},
{
"typeCode": "VAT",
"number": "EQ441633110",
"issuerCountryCode": "MP"
},
{
"typeCode": "VAT",
"number": "FE074218803",
"issuerCountryCode": "VE"
},
{
"typeCode": "VAT",
"number": "AC862522511",
"issuerCountryCode": "PW"
}
]
},
"buyerDetails": {
"postalAddress": {
"postalCode": "98385",
"cityName": "Elvieview",
"countryCode": "BR",
"provinceCode": "CC",
"addressLine1": "8071 Lansdowne Road",
"addressLine2": "Suite 687",
"addressLine3": "S Market Street",
"countyName": "Wayne County"
},
"contactInformation": {
"email": "Marlene52@gmail.com",
"phone": "1-760-567-7388 x028",
"mobilePhone": "+12993864172",
"companyName": "Hahn, Will and Hessel",
"fullName": "Jerald Denesik"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "RF037818113",
"issuerCountryCode": "IQ"
},
{
"typeCode": "VAT",
"number": "YW980131137",
"issuerCountryCode": "MO"
},
{
"typeCode": "VAT",
"number": "JM012246757",
"issuerCountryCode": "EH"
},
{
"typeCode": "VAT",
"number": "IO812773193",
"issuerCountryCode": "GH"
},
{
"typeCode": "VAT",
"number": "BJ307147826",
"issuerCountryCode": "GA"
},
{
"typeCode": "VAT",
"number": "NP136002860",
"issuerCountryCode": "SS"
},
{
"typeCode": "VAT",
"number": "HZ731472881",
"issuerCountryCode": "JE"
},
{
"typeCode": "VAT",
"number": "IP588347774",
"issuerCountryCode": "OM"
},
{
"typeCode": "VAT",
"number": "GN790817823",
"issuerCountryCode": "MM"
},
{
"typeCode": "VAT",
"number": "PL474834855",
"issuerCountryCode": "LV"
}
],
"typeCode": "direct_consumer"
},
"importerDetails": {
"postalAddress": {
"postalCode": "10860",
"cityName": "High Point",
"countryCode": "AI",
"provinceCode": "US",
"addressLine1": "83028 Conn Square",
"addressLine2": "Apt. 889",
"addressLine3": "Maple Road",
"countyName": "Clay County"
},
"contactInformation": {
"email": "Dereck78@hotmail.com",
"phone": "572-680-7360 x832",
"mobilePhone": "+18029248129",
"companyName": "Haley - McCullough",
"fullName": "Paulette Parisian"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "II697514033",
"issuerCountryCode": "IN"
},
{
"typeCode": "VAT",
"number": "VL141300880",
"issuerCountryCode": "KM"
},
{
"typeCode": "VAT",
"number": "HY778936203",
"issuerCountryCode": "AE"
},
{
"typeCode": "VAT",
"number": "GX731604669",
"issuerCountryCode": "NI"
},
{
"typeCode": "VAT",
"number": "ZF759085835",
"issuerCountryCode": "NZ"
},
{
"typeCode": "VAT",
"number": "IG381380282",
"issuerCountryCode": "EC"
},
{
"typeCode": "VAT",
"number": "YW705603118",
"issuerCountryCode": "PR"
},
{
"typeCode": "VAT",
"number": "BO850847927",
"issuerCountryCode": "BQ"
},
{
"typeCode": "VAT",
"number": "IC243006645",
"issuerCountryCode": "CO"
},
{
"typeCode": "VAT",
"number": "PY888860418",
"issuerCountryCode": "AL"
}
],
"typeCode": "government"
},
"exporterDetails": {
"postalAddress": {
"postalCode": "38091",
"cityName": "Sonnystead",
"countryCode": "SV",
"provinceCode": "SV",
"addressLine1": "50662 First Avenue",
"addressLine2": "Suite 464",
"addressLine3": "Pfeffer View",
"countyName": "Powys"
},
"contactInformation": {
"email": "Kris.OConner@yahoo.com",
"phone": "732.937.2581",
"mobilePhone": "+16958590478",
"companyName": "Smith, Smitham and Jacobson",
"fullName": "Nina Pouros"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "YJ361806723",
"issuerCountryCode": "GS"
},
{
"typeCode": "VAT",
"number": "MB923965810",
"issuerCountryCode": "GG"
},
{
"typeCode": "VAT",
"number": "OU356594244",
"issuerCountryCode": "SB"
},
{
"typeCode": "VAT",
"number": "SA515777336",
"issuerCountryCode": "MQ"
},
{
"typeCode": "VAT",
"number": "UI994226849",
"issuerCountryCode": "GW"
},
{
"typeCode": "VAT",
"number": "KU978321924",
"issuerCountryCode": "MZ"
},
{
"typeCode": "VAT",
"number": "JK268923108",
"issuerCountryCode": "CH"
},
{
"typeCode": "VAT",
"number": "QL981148857",
"issuerCountryCode": "JP"
},
{
"typeCode": "VAT",
"number": "UO171914452",
"issuerCountryCode": "AU"
},
{
"typeCode": "VAT",
"number": "RY704646031",
"issuerCountryCode": "MM"
}
],
"typeCode": "other"
},
"manufacturerDetails": {
"postalAddress": {
"postalCode": "41471-7783",
"cityName": "Anselfield",
"countryCode": "MY",
"provinceCode": "UA",
"addressLine1": "4158 Marquardt Estates",
"addressLine2": "Apt. 111",
"addressLine3": "Abernathy Fork",
"countyName": "County Londonderry"
},
"contactInformation": {
"email": "Sylvia.VonRueden52@hotmail.com",
"phone": "(270) 941-3750 x89887",
"mobilePhone": "+19046434038",
"companyName": "Hyatt - Schoen",
"fullName": "Krista Stanton"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "FT513921942",
"issuerCountryCode": "YT"
},
{
"typeCode": "VAT",
"number": "MR936712184",
"issuerCountryCode": "MP"
},
{
"typeCode": "VAT",
"number": "AZ552545696",
"issuerCountryCode": "SN"
},
{
"typeCode": "VAT",
"number": "WX253129344",
"issuerCountryCode": "NU"
},
{
"typeCode": "VAT",
"number": "VP001204151",
"issuerCountryCode": "WS"
},
{
"typeCode": "VAT",
"number": "JN639297993",
"issuerCountryCode": "KI"
},
{
"typeCode": "VAT",
"number": "NX007280840",
"issuerCountryCode": "ME"
},
{
"typeCode": "VAT",
"number": "LG095216687",
"issuerCountryCode": "MC"
},
{
"typeCode": "VAT",
"number": "PJ521335494",
"issuerCountryCode": "DZ"
},
{
"typeCode": "VAT",
"number": "TG453457469",
"issuerCountryCode": "CN"
}
],
"typeCode": "business"
},
"ultimateConsigneeDetails": {
"postalAddress": {
"postalCode": "11275-6342",
"cityName": "South Gerardo",
"countryCode": "AQ",
"provinceCode": "KW",
"addressLine1": "905 Senger Orchard",
"addressLine2": "Apt. 937",
"addressLine3": "Broad Street",
"countyName": "Carroll County"
},
"contactInformation": {
"email": "Lyric_Kassulke61@hotmail.com",
"phone": "1-479-687-2796 x43071",
"mobilePhone": "+17183886640",
"companyName": "Okuneva - Frami",
"fullName": "Dallas Harvey"
},
"typeCode": "other",
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "BE075797853",
"issuerCountryCode": "BT"
},
{
"typeCode": "VAT",
"number": "AJ927861002",
"issuerCountryCode": "BH"
},
{
"typeCode": "VAT",
"number": "RT998395599",
"issuerCountryCode": "VA"
},
{
"typeCode": "VAT",
"number": "BL120034742",
"issuerCountryCode": "SI"
},
{
"typeCode": "VAT",
"number": "SO023632991",
"issuerCountryCode": "PE"
},
{
"typeCode": "VAT",
"number": "KD310792626",
"issuerCountryCode": "AR"
},
{
"typeCode": "VAT",
"number": "WS311524982",
"issuerCountryCode": "JP"
},
{
"typeCode": "VAT",
"number": "EU076243449",
"issuerCountryCode": "DZ"
},
{
"typeCode": "VAT",
"number": "QH133139021",
"issuerCountryCode": "UM"
},
{
"typeCode": "VAT",
"number": "WM441951584",
"issuerCountryCode": "MZ"
}
]
},
"brokerDetails": {
"postalAddress": {
"postalCode": "22259-3808",
"cityName": "Fort Emmaleeburgh",
"countryCode": "NF",
"provinceCode": "LV",
"addressLine1": "391 S 9th Street",
"addressLine2": "Apt. 372",
"addressLine3": "Nienow Forge",
"countyName": "Calhoun County"
},
"contactInformation": {
"email": "Melisa_Kunde39@hotmail.com",
"phone": "(885) 562-5067 x7080",
"mobilePhone": "+13089117649",
"companyName": "Murray LLC",
"fullName": "Garry Jast"
},
"typeCode": "government",
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "GK056260884",
"issuerCountryCode": "AS"
},
{
"typeCode": "VAT",
"number": "ND234277869",
"issuerCountryCode": "KN"
},
{
"typeCode": "VAT",
"number": "LP435945326",
"issuerCountryCode": "HK"
},
{
"typeCode": "VAT",
"number": "XW056517666",
"issuerCountryCode": "SH"
},
{
"typeCode": "VAT",
"number": "NO206398681",
"issuerCountryCode": "PR"
},
{
"typeCode": "VAT",
"number": "BK236570288",
"issuerCountryCode": "IQ"
},
{
"typeCode": "VAT",
"number": "MY972742841",
"issuerCountryCode": "BZ"
},
{
"typeCode": "VAT",
"number": "IM242886022",
"issuerCountryCode": "UZ"
},
{
"typeCode": "VAT",
"number": "SX933868965",
"issuerCountryCode": "MC"
},
{
"typeCode": "VAT",
"number": "SS625114837",
"issuerCountryCode": "DK"
}
]
}
}
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.{
"instance": "/expressapi/shipments/1234567890/upload-invoice-data",
"detail": "7096: The provided Shipment Identification Number is invalid. Please check the request message and retry.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/shipments/1234567890/upload-invoice-data",
"detail": "#/content/exportDeclaration/0/additionalCharges: expected maximum item count: 5, found: 6",
"title": "Validation error",
"message": "Unprocessable Entity",
"status": "422"
}| Query Parameter Name | Example |
|---|---|
shipperAccountNumber* | 123456789 |
typeCode* | generic-entry-summary |
pickupYearAndMonth* | YYYY-MM |
encodingFormat | pdf |
allInOnePDF | false |
compressedPackage | false |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "ad ipsum velit esse et" |
{
"documents": [
{
"shipmentTrackingNumber": "7654321098",
"typeCode": "customs entry",
"function": "import",
"encodingFormat": "TIFF",
"content": "base64 encoded image"
},
{
"shipmentTrackingNumber": "1234567890",
"typeCode": "archived zip documents",
"function": "import",
"encodingFormat": "PDF",
"content": "base64 encoded zip"
},
{
"shipmentTrackingNumber": "5678901234",
"typeCode": "generic entry summary",
"function": "import",
"encodingFormat": "PDF",
"content": "base64 encoded zip"
},
{
"shipmentTrackingNumber": "1234567890",
"typeCode": "archived zip documents",
"function": "import",
"encodingFormat": "PDF",
"content": "base64 encoded image"
},
{
"shipmentTrackingNumber": "5678901234",
"typeCode": "dhl issued proforma invoice",
"function": "import",
"encodingFormat": "ZIP",
"content": "base64 encoded image"
},
{
"shipmentTrackingNumber": "5678901234",
"typeCode": "customs entry",
"function": "import",
"encodingFormat": "PDF",
"content": "base64 encoded image"
},
{
"shipmentTrackingNumber": "5678901234",
"typeCode": "customs entry",
"function": "import",
"encodingFormat": "PDF",
"content": "base64 encoded document"
},
{
"shipmentTrackingNumber": "9876543210",
"typeCode": "archived zip documents",
"function": "import",
"encodingFormat": "TIFF",
"content": "base64 encoded image"
},
{
"shipmentTrackingNumber": "1234567890",
"typeCode": "generic entry summary",
"function": "import",
"encodingFormat": "TIFF",
"content": "base64 encoded zip"
},
{
"shipmentTrackingNumber": "7654321098",
"typeCode": "waybill",
"function": "import",
"encodingFormat": "PDF",
"content": "base64 encoded document"
}
]
}{
"instance": "/expressapi/shipments/1371943801/get-image?shipperAccountNumber=848811505&typeCode=waybill&typeCode=commercial-invoice&pickupYearAndMonth=2021-11&encodingFormat=tiff&allInOnePDF=true&compressedPackage=false",
"detail": "1506: encodingFormat TIFF is not applicable in combination with allInOnePDF = true. Please check the request message and retry.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/shipments/1371943802/get-image?shipperAccountNumber=848811505&typeCode=waybills&pickupYearAndMonth=2021-11&encodingFormat=tiff&allInOnePDF=true&compressedPackage=false",
"detail": "1504: No document images found for the provided search criteria.",
"title": "Not found",
"message": "Not found",
"status": "404"
}| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "fugiat" |
{
"originalPlannedShippingDate": "2025-01-23T00:00:00.0Z",
"productCode": "E",
"accounts": [
{
"typeCode": "shipper",
"number": "874353475"
},
{
"typeCode": "shipper",
"number": "794613922"
},
{
"typeCode": "shipper",
"number": "358330960"
}
],
"outputImageProperties": {
"printerDPI": 300,
"encodingFormat": "pdf",
"customerBarcodes": [
{
"content": "barcode content 3",
"textBelowBarcode": "text below barcode 2",
"symbologyCode": 93
}
],
"customerLogos": [
{
"fileFormat": "JPG",
"content": "barcode content 2"
}
],
"imageOptions": [
{
"typeCode": "label",
"templateName": "ECOM26_84CI_002",
"isRequested": false,
"hideAccountNumber": true,
"numberOfCopies": 0,
"renderDHLLogo": true,
"fitLabelsToA4": true,
"labelFreeText": "Fragile",
"labelCustomerDataText": "Customer Order Number"
},
{
"typeCode": "label",
"templateName": "ECOM26_84_A4_001",
"isRequested": true,
"hideAccountNumber": true,
"numberOfCopies": 1,
"renderDHLLogo": true,
"fitLabelsToA4": true,
"labelFreeText": "Urgent",
"labelCustomerDataText": "Customer Reference 2"
},
{
"typeCode": "label",
"templateName": "ECOM26_84_001",
"isRequested": false,
"hideAccountNumber": true,
"numberOfCopies": 2,
"renderDHLLogo": true,
"fitLabelsToA4": false,
"labelFreeText": "This side up",
"labelCustomerDataText": "Customer Reference 1"
},
{
"typeCode": "label",
"templateName": "ECOM26_A6_002",
"isRequested": false,
"hideAccountNumber": true,
"numberOfCopies": 2,
"renderDHLLogo": false,
"fitLabelsToA4": true,
"labelFreeText": "This side up",
"labelCustomerDataText": "Customer Reference 1"
},
{
"typeCode": "label",
"templateName": "ECOM_A4_RU_002",
"isRequested": false,
"hideAccountNumber": false,
"numberOfCopies": 2,
"renderDHLLogo": true,
"fitLabelsToA4": false,
"labelFreeText": "Handle with care",
"labelCustomerDataText": "Customer Reference 3"
},
{
"typeCode": "label",
"templateName": "ARCH_6X4",
"isRequested": false,
"hideAccountNumber": false,
"numberOfCopies": 0,
"renderDHLLogo": false,
"fitLabelsToA4": true,
"labelFreeText": "Handle with care",
"labelCustomerDataText": "Invoice Number"
},
{
"typeCode": "label",
"templateName": "ECOM26_84CI_003",
"isRequested": true,
"hideAccountNumber": false,
"numberOfCopies": 0,
"renderDHLLogo": false,
"fitLabelsToA4": true,
"labelFreeText": "Confidential",
"labelCustomerDataText": "Customer Reference 1"
},
{
"typeCode": "label",
"templateName": "ECOM26_84_001",
"isRequested": true,
"hideAccountNumber": true,
"numberOfCopies": 1,
"renderDHLLogo": false,
"fitLabelsToA4": true,
"labelFreeText": "Fragile",
"labelCustomerDataText": "Invoice Number"
},
{
"typeCode": "label",
"templateName": "ECOM_A4_RU_002",
"isRequested": false,
"hideAccountNumber": true,
"numberOfCopies": 1,
"renderDHLLogo": false,
"fitLabelsToA4": false,
"labelFreeText": "This side up",
"labelCustomerDataText": "Customer Reference 2"
},
{
"typeCode": "label",
"templateName": "ECOM26_84_A4_001",
"isRequested": false,
"hideAccountNumber": true,
"numberOfCopies": 1,
"renderDHLLogo": false,
"fitLabelsToA4": false,
"labelFreeText": "Fragile",
"labelCustomerDataText": "Customer Order Number"
}
],
"returnAllPieceLabels": false,
"splitTransportAndWaybillDocLabels": true,
"allDocumentsInOneImage": false,
"splitDocumentsByPages": false
},
"content": {
"packages": [
{
"typeCode": "2BP",
"weight": 44.29,
"dimensions": {
"length": 75,
"width": 14,
"height": 96
},
"customerReferences": [
{
"value": "kWYVHxwnQu",
"typeCode": "CU"
},
{
"value": "NJbimeV7lv",
"typeCode": "CU"
},
{
"value": "hAJHQwrYLi",
"typeCode": "CU"
},
{
"value": "uhS3c6iDM8",
"typeCode": "CU"
},
{
"value": "K7dlBR3Xxr",
"typeCode": "CU"
},
{
"value": "3RCEp6hpZV",
"typeCode": "CU"
},
{
"value": "2uHdQ3M4ZI",
"typeCode": "CU"
},
{
"value": "XkZqq1K8xc",
"typeCode": "CU"
},
{
"value": "569M26xuNM",
"typeCode": "CU"
},
{
"value": "KY8GfjiFmM",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "4455871058",
"dataIdentifier": "01"
},
{
"typeCode": "shipmentId",
"value": "6441789645",
"dataIdentifier": "01"
},
{
"typeCode": "shipmentId",
"value": "3275379424",
"dataIdentifier": "00"
}
],
"description": "Ergonomic Bacon made with Wooden for all-day tidy support",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "5V6W7X8Y9Z",
"textBelowBarcode": "Batch: PQRST"
},
{
"position": "left",
"symbologyCode": "93",
"content": "1234567890",
"textBelowBarcode": "Ref: 12345"
}
],
"labelText": [
{
"position": "left",
"caption": "Customer Ref",
"value": "New York"
},
{
"position": "left",
"caption": "Order ID",
"value": "ITEM-PQRST"
},
{
"position": "left",
"caption": "Date Shipped",
"value": "ITEM-PQRST"
},
{
"position": "left",
"caption": "Destination",
"value": "BATCH-KLMNO"
},
{
"position": "left",
"caption": "Customer Ref",
"value": "PART-ABCDE"
},
{
"position": "left",
"caption": "Destination",
"value": "2.5"
}
],
"labelDescription": "Rustic Chips designed with Wooden for recent performance",
"referenceNumber": 46695,
"isThisTheLastPackageAdded": false
},
{
"typeCode": "2BP",
"weight": 1,
"dimensions": {
"length": 47,
"width": 100,
"height": 46
},
"customerReferences": [
{
"value": "QKemG0eL63",
"typeCode": "CU"
},
{
"value": "7ITLgCyHfn",
"typeCode": "CU"
},
{
"value": "8DS3ZYiIyV",
"typeCode": "CU"
},
{
"value": "9fNnKLz0oo",
"typeCode": "CU"
},
{
"value": "Ysl7aOB3Pz",
"typeCode": "CU"
},
{
"value": "WGuyRQzP3P",
"typeCode": "CU"
},
{
"value": "H7aeaVn2eG",
"typeCode": "CU"
},
{
"value": "4y2Ir2yYHS",
"typeCode": "CU"
},
{
"value": "ONdAm8snpb",
"typeCode": "CU"
},
{
"value": "Hl4f7CRVso",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "8889484059",
"dataIdentifier": "03"
},
{
"typeCode": "shipmentId",
"value": "0665150116",
"dataIdentifier": "03"
},
{
"typeCode": "shipmentId",
"value": "7183207116",
"dataIdentifier": "02"
}
],
"description": "New Keyboard model with 71 GB RAM, 962 GB storage, and spherical featu",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "ZYXWVUTSRQ",
"textBelowBarcode": "Order: 67890"
},
{
"position": "left",
"symbologyCode": "93",
"content": "1A2B3C4D5E",
"textBelowBarcode": "Batch: PQRST"
}
],
"labelText": [
{
"position": "left",
"caption": "Weight (kg)",
"value": "PART-ABCDE"
},
{
"position": "left",
"caption": "Date Shipped",
"value": "2025-12-02"
},
{
"position": "left",
"caption": "Date Shipped",
"value": "2025-12-02"
},
{
"position": "left",
"caption": "Origin",
"value": "2025-12-02"
},
{
"position": "left",
"caption": "Item Code",
"value": "PART-ABCDE"
},
{
"position": "left",
"caption": "Origin",
"value": "SER-FGHIJ"
}
],
"labelDescription": "The sleek and idolized Hat comes with red LED lighting for smart functionality",
"referenceNumber": 87113,
"isThisTheLastPackageAdded": true
},
{
"typeCode": "2BP",
"weight": 32.26,
"dimensions": {
"length": 42,
"width": 78,
"height": 36
},
"customerReferences": [
{
"value": "yuzyUWEKCx",
"typeCode": "CU"
},
{
"value": "Szk5SCfnGL",
"typeCode": "CU"
},
{
"value": "kT9LOXcAkI",
"typeCode": "CU"
},
{
"value": "iLeIQ9THQY",
"typeCode": "CU"
},
{
"value": "0G86JBhVcT",
"typeCode": "CU"
},
{
"value": "1eCBSisjNz",
"typeCode": "CU"
},
{
"value": "MqbuEbQ2BB",
"typeCode": "CU"
},
{
"value": "Xgm8Ks43Ja",
"typeCode": "CU"
},
{
"value": "Ymqi9sWsCI",
"typeCode": "CU"
},
{
"value": "hUOLm45J4p",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "3197007974",
"dataIdentifier": "02"
},
{
"typeCode": "shipmentId",
"value": "5450113033",
"dataIdentifier": "03"
},
{
"typeCode": "shipmentId",
"value": "0280532844",
"dataIdentifier": "01"
}
],
"description": "The black Fish combines Martinique aesthetics with Ruthenium-based dur",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "ZYXWVUTSRQ",
"textBelowBarcode": "Code: UVWXY"
},
{
"position": "left",
"symbologyCode": "93",
"content": "ABCDEFGHIJ",
"textBelowBarcode": "Date: 010125"
}
],
"labelText": [
{
"position": "left",
"caption": "Destination",
"value": "ORD-12345"
},
{
"position": "left",
"caption": "Origin",
"value": "New York"
},
{
"position": "left",
"caption": "Destination",
"value": "2.5"
},
{
"position": "left",
"caption": "Order ID",
"value": "ORD-12345"
},
{
"position": "left",
"caption": "Weight (kg)",
"value": "REF-67890"
},
{
"position": "left",
"caption": "Weight (kg)",
"value": "ORD-12345"
}
],
"labelDescription": "Ergonomic Shoes made with Silk for all-day amazing support",
"referenceNumber": 86946,
"isThisTheLastPackageAdded": true
},
{
"typeCode": "2BP",
"weight": 38.45,
"dimensions": {
"length": 24,
"width": 28,
"height": 92
},
"customerReferences": [
{
"value": "9Ubqkj09vl",
"typeCode": "CU"
},
{
"value": "l9dqumEjpn",
"typeCode": "CU"
},
{
"value": "XBEouMVMAK",
"typeCode": "CU"
},
{
"value": "FgFmVOahTs",
"typeCode": "CU"
},
{
"value": "ixJegtJkpI",
"typeCode": "CU"
},
{
"value": "COhohToMXZ",
"typeCode": "CU"
},
{
"value": "GCRq6ejFsR",
"typeCode": "CU"
},
{
"value": "UfANDHX2LE",
"typeCode": "CU"
},
{
"value": "HrmHqxFT0z",
"typeCode": "CU"
},
{
"value": "Flzm4EeGEv",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "0883308241",
"dataIdentifier": "03"
},
{
"typeCode": "shipmentId",
"value": "1923358013",
"dataIdentifier": "01"
},
{
"typeCode": "shipmentId",
"value": "3765238093",
"dataIdentifier": "03"
}
],
"description": "The Larry Keyboard is the latest in a series of deadly products from B",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "0987654321",
"textBelowBarcode": "Serial: KLMNO"
},
{
"position": "left",
"symbologyCode": "93",
"content": "1234567890",
"textBelowBarcode": "Ref: 12345"
}
],
"labelText": [
{
"position": "left",
"caption": "Part Number",
"value": "REF-67890"
},
{
"position": "left",
"caption": "Customer Ref",
"value": "REF-67890"
},
{
"position": "left",
"caption": "Weight (kg)",
"value": "ORD-12345"
},
{
"position": "left",
"caption": "Destination",
"value": "2.5"
},
{
"position": "left",
"caption": "Weight (kg)",
"value": "ITEM-PQRST"
},
{
"position": "left",
"caption": "Serial Number",
"value": "2025-12-02"
}
],
"labelDescription": "Botsford - Von's most advanced Shoes technology increases grumpy capabilities",
"referenceNumber": 48522,
"isThisTheLastPackageAdded": true
},
{
"typeCode": "2BP",
"weight": 19.04,
"dimensions": {
"length": 59,
"width": 94,
"height": 64
},
"customerReferences": [
{
"value": "QgSG9nD82X",
"typeCode": "CU"
},
{
"value": "sOmpQvGMKS",
"typeCode": "CU"
},
{
"value": "lhDHEGWRYa",
"typeCode": "CU"
},
{
"value": "ZD5nYMckgt",
"typeCode": "CU"
},
{
"value": "ws2egTeOtN",
"typeCode": "CU"
},
{
"value": "Mv4K2vQZGb",
"typeCode": "CU"
},
{
"value": "a5SogdjDtT",
"typeCode": "CU"
},
{
"value": "dyrSuOHkF8",
"typeCode": "CU"
},
{
"value": "tr4vKjCRHK",
"typeCode": "CU"
},
{
"value": "Ge6j5TLTn2",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "7769607982",
"dataIdentifier": "01"
},
{
"typeCode": "shipmentId",
"value": "0683616230",
"dataIdentifier": "00"
},
{
"typeCode": "shipmentId",
"value": "9737532495",
"dataIdentifier": "00"
}
],
"description": "Savor the savory essence in our Chips, designed for bitter culinary ad",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "9Z8Y7X6W5V",
"textBelowBarcode": "Order: 67890"
},
{
"position": "left",
"symbologyCode": "93",
"content": "ZYXWVUTSRQ",
"textBelowBarcode": "Batch: PQRST"
}
],
"labelText": [
{
"position": "left",
"caption": "Item Code",
"value": "2.5"
},
{
"position": "left",
"caption": "Order ID",
"value": "BATCH-KLMNO"
},
{
"position": "left",
"caption": "Customer Ref",
"value": "PART-ABCDE"
},
{
"position": "left",
"caption": "Item Code",
"value": "New York"
},
{
"position": "left",
"caption": "Order ID",
"value": "BATCH-KLMNO"
},
{
"position": "left",
"caption": "Part Number",
"value": "SER-FGHIJ"
}
],
"labelDescription": "Featuring Rubidium-enhanced technology, our Ball offers unparalleled happy perfo",
"referenceNumber": 18089,
"isThisTheLastPackageAdded": true
},
{
"typeCode": "2BP",
"weight": 24.61,
"dimensions": {
"length": 46,
"width": 100,
"height": 87
},
"customerReferences": [
{
"value": "HWUViWJ5xF",
"typeCode": "CU"
},
{
"value": "i6MaalTdMv",
"typeCode": "CU"
},
{
"value": "1ohjnVz1uE",
"typeCode": "CU"
},
{
"value": "vqm48dLeha",
"typeCode": "CU"
},
{
"value": "gdrtG2jqCh",
"typeCode": "CU"
},
{
"value": "wFoY9z8AcV",
"typeCode": "CU"
},
{
"value": "K9HnSYBwhq",
"typeCode": "CU"
},
{
"value": "Pe3tqr9gmr",
"typeCode": "CU"
},
{
"value": "s5HHHJHTJ1",
"typeCode": "CU"
},
{
"value": "CH2CvAzvKh",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "1403900951",
"dataIdentifier": "03"
},
{
"typeCode": "shipmentId",
"value": "2030353241",
"dataIdentifier": "02"
},
{
"typeCode": "shipmentId",
"value": "8032366035",
"dataIdentifier": "04"
}
],
"description": "Ergonomic Mouse made with Steel for all-day deadly support",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "5V6W7X8Y9Z",
"textBelowBarcode": "Date: 010125"
},
{
"position": "left",
"symbologyCode": "93",
"content": "9Z8Y7X6W5V",
"textBelowBarcode": "Order: 67890"
}
],
"labelText": [
{
"position": "left",
"caption": "Origin",
"value": "ITEM-PQRST"
},
{
"position": "left",
"caption": "Batch Code",
"value": "2.5"
},
{
"position": "left",
"caption": "Customer Ref",
"value": "London"
},
{
"position": "left",
"caption": "Serial Number",
"value": "London"
},
{
"position": "left",
"caption": "Batch Code",
"value": "PART-ABCDE"
},
{
"position": "left",
"caption": "Item Code",
"value": "BATCH-KLMNO"
}
],
"labelDescription": "New salmon Hat with ergonomic design for major comfort",
"referenceNumber": 18754,
"isThisTheLastPackageAdded": true
},
{
"typeCode": "2BP",
"weight": 42.17,
"dimensions": {
"length": 81,
"width": 40,
"height": 2
},
"customerReferences": [
{
"value": "XKVIDpnfFt",
"typeCode": "CU"
},
{
"value": "DCL7csK9jV",
"typeCode": "CU"
},
{
"value": "q9fGOl4YKn",
"typeCode": "CU"
},
{
"value": "QYEBCHmjaN",
"typeCode": "CU"
},
{
"value": "5nEQ6oeC3D",
"typeCode": "CU"
},
{
"value": "St1LwoATYx",
"typeCode": "CU"
},
{
"value": "VQfmrmuTdp",
"typeCode": "CU"
},
{
"value": "IhMayuMOTg",
"typeCode": "CU"
},
{
"value": "3uTqNLqNtU",
"typeCode": "CU"
},
{
"value": "BFDikHUieV",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "2928726192",
"dataIdentifier": "03"
},
{
"typeCode": "shipmentId",
"value": "9986366700",
"dataIdentifier": "03"
},
{
"typeCode": "shipmentId",
"value": "8588392015",
"dataIdentifier": "00"
}
],
"description": "Featuring Arsenic-enhanced technology, our Chair offers unparalleled r",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "5V6W7X8Y9Z",
"textBelowBarcode": "Batch: PQRST"
},
{
"position": "left",
"symbologyCode": "93",
"content": "E5D4C3B2A1",
"textBelowBarcode": "Ref: 12345"
}
],
"labelText": [
{
"position": "left",
"caption": "Date Shipped",
"value": "ITEM-PQRST"
},
{
"position": "left",
"caption": "Destination",
"value": "New York"
},
{
"position": "left",
"caption": "Serial Number",
"value": "New York"
},
{
"position": "left",
"caption": "Part Number",
"value": "New York"
},
{
"position": "left",
"caption": "Origin",
"value": "London"
},
{
"position": "left",
"caption": "Part Number",
"value": "2.5"
}
],
"labelDescription": "New Chicken model with 90 GB RAM, 467 GB storage, and infinite features",
"referenceNumber": 17835,
"isThisTheLastPackageAdded": true
},
{
"typeCode": "2BP",
"weight": 42.72,
"dimensions": {
"length": 27,
"width": 20,
"height": 74
},
"customerReferences": [
{
"value": "fF8yIkK1rO",
"typeCode": "CU"
},
{
"value": "TRh84POuVu",
"typeCode": "CU"
},
{
"value": "NHEbK9ZFlG",
"typeCode": "CU"
},
{
"value": "7hRYu8Pi5s",
"typeCode": "CU"
},
{
"value": "vjn1M8iCv1",
"typeCode": "CU"
},
{
"value": "tSW3beom1f",
"typeCode": "CU"
},
{
"value": "slr1TrWCsu",
"typeCode": "CU"
},
{
"value": "TBWVTXEZPg",
"typeCode": "CU"
},
{
"value": "aJqexTtyl9",
"typeCode": "CU"
},
{
"value": "GWsdL2IaS8",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "9106775429",
"dataIdentifier": "02"
},
{
"typeCode": "shipmentId",
"value": "6298823491",
"dataIdentifier": "00"
},
{
"typeCode": "shipmentId",
"value": "7260254936",
"dataIdentifier": "04"
}
],
"description": "Innovative Shoes featuring trained technology and Aluminum constructio",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "1A2B3C4D5E",
"textBelowBarcode": "Code: UVWXY"
},
{
"position": "left",
"symbologyCode": "93",
"content": "5V6W7X8Y9Z",
"textBelowBarcode": "Order: 67890"
}
],
"labelText": [
{
"position": "left",
"caption": "Customer Ref",
"value": "New York"
},
{
"position": "left",
"caption": "Item Code",
"value": "PART-ABCDE"
},
{
"position": "left",
"caption": "Order ID",
"value": "PART-ABCDE"
},
{
"position": "left",
"caption": "Serial Number",
"value": "ITEM-PQRST"
},
{
"position": "left",
"caption": "Part Number",
"value": "ITEM-PQRST"
},
{
"position": "left",
"caption": "Order ID",
"value": "ITEM-PQRST"
}
],
"labelDescription": "The sleek and shabby Hat comes with plum LED lighting for smart functionality",
"referenceNumber": 81605,
"isThisTheLastPackageAdded": true
},
{
"typeCode": "2BP",
"weight": 23.82,
"dimensions": {
"length": 38,
"width": 100,
"height": 37
},
"customerReferences": [
{
"value": "VbKGJj0XeY",
"typeCode": "CU"
},
{
"value": "WGX0NRN4lw",
"typeCode": "CU"
},
{
"value": "B2s95ExjM0",
"typeCode": "CU"
},
{
"value": "jSTk3oqzI9",
"typeCode": "CU"
},
{
"value": "zUhykwostL",
"typeCode": "CU"
},
{
"value": "aSACnxjOGw",
"typeCode": "CU"
},
{
"value": "C5hUOYnVje",
"typeCode": "CU"
},
{
"value": "nlpmHdIASY",
"typeCode": "CU"
},
{
"value": "taeoQQqcaN",
"typeCode": "CU"
},
{
"value": "ELHKKi8qWp",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "3513644073",
"dataIdentifier": "03"
},
{
"typeCode": "shipmentId",
"value": "9380487608",
"dataIdentifier": "04"
},
{
"typeCode": "shipmentId",
"value": "6883898891",
"dataIdentifier": "03"
}
],
"description": "The Vern Mouse is the latest in a series of minty products from Jacobs",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "QRTSUVXWYZ",
"textBelowBarcode": "Date: 010125"
},
{
"position": "left",
"symbologyCode": "93",
"content": "ZYXWVUTSRQ",
"textBelowBarcode": "Cust: ABCDE"
}
],
"labelText": [
{
"position": "left",
"caption": "Origin",
"value": "London"
},
{
"position": "left",
"caption": "Destination",
"value": "REF-67890"
},
{
"position": "left",
"caption": "Weight (kg)",
"value": "REF-67890"
},
{
"position": "left",
"caption": "Weight (kg)",
"value": "2025-12-02"
},
{
"position": "left",
"caption": "Batch Code",
"value": "ORD-12345"
},
{
"position": "left",
"caption": "Weight (kg)",
"value": "New York"
}
],
"labelDescription": "Introducing the Saint Kitts and Nevis-inspired Hat, blending excellent style wit",
"referenceNumber": 53390,
"isThisTheLastPackageAdded": true
},
{
"typeCode": "2BP",
"weight": 6.78,
"dimensions": {
"length": 78,
"width": 29,
"height": 53
},
"customerReferences": [
{
"value": "LGCrRs1bUw",
"typeCode": "CU"
},
{
"value": "obJ7PMUvIk",
"typeCode": "CU"
},
{
"value": "OXmOVZJCGK",
"typeCode": "CU"
},
{
"value": "22ob1U7PJR",
"typeCode": "CU"
},
{
"value": "GhoGMJ7T3k",
"typeCode": "CU"
},
{
"value": "HpnLX02hSa",
"typeCode": "CU"
},
{
"value": "aSlmDxla7P",
"typeCode": "CU"
},
{
"value": "tgMJ0orNhQ",
"typeCode": "CU"
},
{
"value": "2DXYyVexxm",
"typeCode": "CU"
},
{
"value": "DCFBIfCtgP",
"typeCode": "CU"
}
],
"identifiers": [
{
"typeCode": "shipmentId",
"value": "9209673826",
"dataIdentifier": "01"
},
{
"typeCode": "shipmentId",
"value": "8129784417",
"dataIdentifier": "03"
},
{
"typeCode": "shipmentId",
"value": "1875769686",
"dataIdentifier": "00"
}
],
"description": "The Cross-platform needs-based help-desk Chair offers reliable perform",
"labelBarcodes": [
{
"position": "left",
"symbologyCode": "93",
"content": "0987654321",
"textBelowBarcode": "Ref: 12345"
},
{
"position": "left",
"symbologyCode": "93",
"content": "5V6W7X8Y9Z",
"textBelowBarcode": "Part: FGHIJ"
}
],
"labelText": [
{
"position": "left",
"caption": "Part Number",
"value": "2.5"
},
{
"position": "left",
"caption": "Destination",
"value": "SER-FGHIJ"
},
{
"position": "left",
"caption": "Destination",
"value": "ORD-12345"
},
{
"position": "left",
"caption": "Destination",
"value": "REF-67890"
},
{
"position": "left",
"caption": "Item Code",
"value": "New York"
},
{
"position": "left",
"caption": "Order ID",
"value": "2.5"
}
],
"labelDescription": "The Automated fresh-thinking encryption Hat offers reliable performance and fool",
"referenceNumber": 14823,
"isThisTheLastPackageAdded": false
}
]
},
"getRateEstimates": true
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.{
"instance": "/expressapi/shipments/1234567890/add-piece",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/shipments/1234567890/add-piece",
"detail": "7163: Operation not possible since shipment information not found",
"title": "Not found",
"message": "Not found",
"status": "404"
}{
"instance": "/expressapi/shipments/1234567890/add-piece",
"detail": "#/productCode: expected minLength: 1, actual: 0",
"title": "Validation error",
"message": "Unprocessable Entity",
"status": "422"
}| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "ut consectetur" |
{
"shipmentTrackingNumber": "3249551701",
"plannedShipDate": "2022-11-25",
"content": {
"exportDeclaration": [
{
"lineItems": [
{
"number": 1,
"description": "sample clothes size S",
"price": 150,
"quantity": {
"value": 1,
"unitOfMeasurement": "PCS"
},
"commodityCodes": [
{
"typeCode": "outbound",
"value": "1234.10.0010"
},
{
"typeCode": "inbound",
"value": "1234.11.0010"
}
],
"exportReasonType": "permanent",
"manufacturerCountry": "SG",
"weight": {
"netValue": 1,
"grossValue": 1
},
"isTaxesPaid": true,
"customerReferences": [
{
"typeCode": "PAN",
"value": "10597122"
}
],
"customsDocuments": [
{
"typeCode": "INV",
"value": "MyDHLAPI - LN#1-CUSDOC-001"
}
]
}
],
"invoice": {
"number": "128910-001",
"date": "2022-11-25",
"function": "import"
},
"remarks": [
{
"value": "declaration remark"
}
],
"additionalCharges": [
{
"value": 100,
"typeCode": "admin"
},
{
"value": 100,
"typeCode": "freight"
},
{
"value": 100,
"typeCode": "insurance"
}
],
"placeOfIncoterm": "PER",
"recipientReference": "ReceiverRef 001",
"exporter": {
"id": "43244325",
"code": "VAT"
},
"exportReasonType": "permanent",
"shipmentType": "personal",
"customsDocuments": [
{
"typeCode": "BEX",
"value": "MyDHLAPI - CUSDOC-001"
}
],
"incoterm": "DAP"
}
],
"currency": "SGD",
"unitOfMeasurement": "metric"
},
"outputImageProperties": {
"imageOptions": [
{
"typeCode": "invoice",
"templateName": "COMMERCIAL_INVOICE_P_10",
"isRequested": true
}
]
},
"customerDetails": {
"sellerDetails": {
"postalAddress": {
"postalCode": "058573",
"cityName": "Singapore",
"countryCode": "SG",
"addressLine1": "28A Temple Street",
"addressLine2": "St Line2Seller"
},
"contactInformation": {
"email": "senoreply@dhltestmail.com",
"phone": "+6572436020",
"mobilePhone": "256345673",
"companyName": "Olson Electronics",
"fullName": "Chi Yu Fei"
},
"typeCode": "business",
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "267279111111",
"issuerCountryCode": "SG"
}
]
},
"buyerDetails": {
"postalAddress": {
"postalCode": "6105",
"cityName": "Perth",
"countryCode": "AU",
"provinceCode": "WA",
"addressLine1": "10000 HWY 16 QUEEN CHARLOTTE",
"addressLine2": "St Line2Buyer"
},
"contactInformation": {
"email": "bytest@dhltestmail.com",
"phone": "61724666020",
"mobilePhone": "25634562273",
"companyName": "Mastercared Associates",
"fullName": "Nigel Finley"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "59727911123",
"issuerCountryCode": "AU"
}
],
"typeCode": "business"
},
"importerDetails": {
"postalAddress": {
"postalCode": "6105",
"cityName": "Perth",
"countryCode": "AU",
"provinceCode": "WA",
"addressLine1": "16 Hauptwache",
"addressLine2": "3rd Blk Lot 1",
"addressLine3": "Blight Ave"
},
"contactInformation": {
"email": "ipnoreply@dhltestmail.com",
"phone": "63527832",
"mobilePhone": "27357283",
"companyName": "Generalized Motors Corp",
"fullName": "Albert May"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "267279134444",
"issuerCountryCode": "AU"
},
{
"typeCode": "DAN",
"number": "DAN111117571",
"issuerCountryCode": "AU"
}
],
"typeCode": "business"
},
"exporterDetails": {
"postalAddress": {
"postalCode": "058573",
"cityName": "Singapore",
"countryCode": "SG",
"addressLine1": "28A Temple Street",
"addressLine2": "St Line2Exporter"
},
"contactInformation": {
"email": "EPtest@dhltestmail.com",
"phone": "63527832",
"mobilePhone": "27357283",
"companyName": "BSC Inc Ltd",
"fullName": "Mary Anne Spier"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "1111175712",
"issuerCountryCode": "SG"
}
],
"typeCode": "business"
},
"manufacturerDetails": {
"postalAddress": {
"postalCode": "065001",
"cityName": "Beijing",
"countryCode": "CN",
"addressLine1": "Weilong High-tech Zone Logistics Park",
"addressLine2": "Near 255 Township Road",
"addressLine3": "DA WANG DISTRICT"
},
"contactInformation": {
"email": "MFtest@dhltestmail.com",
"phone": "8602586707811",
"mobilePhone": "8602586707822",
"companyName": "BSC Co. Ltd.",
"fullName": "Wong MengRuan"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "1111175712",
"issuerCountryCode": "SG"
}
],
"typeCode": "business"
},
"ultimateConsigneeDetails": {
"postalAddress": {
"postalCode": "12203",
"cityName": "Albany",
"countryCode": "US",
"addressLine1": "1200",
"addressLine2": "Western Avenue",
"countyName": "Albany"
},
"contactInformation": {
"email": "ultimateconsignee_create_shipmentap@dhltestmail.com",
"phone": "123823492",
"mobilePhone": "256342323",
"companyName": "City Line Bar and Grill",
"fullName": "Anisa Aboud"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "26727911",
"issuerCountryCode": "US"
}
],
"typeCode": "business"
},
"brokerDetails": {
"postalAddress": {
"postalCode": "140-0002",
"cityName": "TOKYO-TO SHINAGAWA KU",
"countryCode": "JP",
"addressLine1": "1-23-4",
"addressLine2": "HIGASHI SHINAGAWA"
},
"contactInformation": {
"email": "broker_create_shipmentap@dhltestmail.com",
"phone": "0123456789",
"mobilePhone": "0123456790",
"companyName": "Akira Bank Tokyo Branch",
"fullName": "Yusuke Urameshi"
},
"registrationNumbers": [
{
"typeCode": "VAT",
"number": "26727911",
"issuerCountryCode": "JP"
}
],
"typeCode": "business"
}
}
}{
"status": "OK"
}{
"instance": "/expressapi/invoices/upload-invoice-data",
"detail": "7099: Missing the Account Number and Shipper Reference in #/content/exportDeclaration/0/invoice/customerReferences/0/value with typeCode = 'CU' in request. Please check the request message and retry.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/invoices/upload-invoice-data",
"detail": "999: Process failure occurred. Process ID associated for that transaction (1234567890)",
"title": "Internal Server Error",
"message": "Internal Server Error",
"code": "500"
}| Query Parameter Name | Example |
|---|---|
address | VGP Victory House, Shop no 6 , 6A, CHENNAI, Tamil Nadu |
placeId | ChIJYTN9T-plUjoRM9RjaAunYW4 |
providerId | google |
latitude | 2.93653 |
longitude | 101.47346 |
servicePointID | BRU001 |
countryCode | NL |
language | eng |
languageScriptCode | Latn |
languageCountryCode | GB |
servicePointResults | 10 |
capability | 86,87 |
openBefore | 840 |
openAfter | 900 |
openDay | ["1","1","4","3","4"] |
weight | 10 |
weightUom | kg |
length | 30 |
width | 20 |
height | 10 |
dimensionsUom | cm |
resultUom | mi |
serviceAreaCode | MAA |
servicePointTypes | CTY,STN |
maxDistance | 50 |
pieceCountLimit | 2 |
importCharges | n |
key | 85fg600e-be39-4ef0-ac47-23ghj4756948g |
combineParameters | (servicePointTypes=STN,CTY),(servicePointTypes=PRT,247&importCharges=true) |
edd | "2023-06-25T22:59:00.000Z" |
excludeFullyBooked | n |
shipmentID | 6360778572 |
pieceID | JD0081105201831337270 |
shipmentOriginServiceAreaCode | CLU |
isResultsSpecificCapabRequired | false |
encrypt | n |
b64 | false |
svpStatus | A |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "velit laborum eu tempor" |
{
"status": {
"statusCode": 1,
"statusMessage": "OK"
},
"searchAddress": "UHJhZ3VlLCBDemVjaGlh",
"searchLocation": {
"latitude": 50.0755381,
"longitude": 14.4378005,
"suggestion": {
"label": null,
"value": null,
"latitude": 50.0755381,
"longitude": 14.4378005,
"countryCode": "CZ",
"placeId": "ChIJi3lwCZyTC0cRkEAWZg-vAAQ",
"providerId": null
}
},
"mapCulture": "en-GB",
"mapLanguage": "en-GB",
"servicePoints": [
{
"facilityTypeCode": "EC",
"serviceAreaCode": "PRG",
"servicePointName": "DHL Service Point",
"servicePointNameFormatted": "DHL Service Point",
"localName": "CK Kentlucky s.r.o.",
"servicePointType": "PARTNER",
"address": {
"addressLine1": "Slezska 874",
"addressLine2": "Entrance from Sumavska",
"addressLine3": null,
"street": null,
"houseNumber": null,
"additionalInfo": null,
"city": "PRAGUE",
"zipCode": "120 00",
"state": null,
"country": "CZ",
"dhlCountry": null,
"countryDivisionCode": null,
"countryDivisionCodeType": null,
"html": null
},
"geoLocation": {
"latitude": 50.0761511,
"longitude": 14.4436406,
"suggestion": null
},
"distance": "0.42 km",
"shippingCutOffTime": 50400,
"openingHours": {
"html": null,
"holidayOpeningHoursHtml": null,
"holidays": {
"open": [],
"closed": [
{
"from": "7-4-2023",
"to": "7-4-2023"
},
{
"from": "10-4-2023",
"to": "10-4-2023"
},
{
"from": "1-5-2023",
"to": "1-5-2023"
},
{
"from": "8-5-2023",
"to": "8-5-2023"
}
]
},
"openingHours": [
{
"dayOfWeek": "MONDAY",
"openingTime": 600,
"closingTime": 990
},
{
"dayOfWeek": "TUESDAY",
"openingTime": 600,
"closingTime": 990
},
{
"dayOfWeek": "WEDNESDAY",
"openingTime": 600,
"closingTime": 990
},
{
"dayOfWeek": "THURSDAY",
"openingTime": 600,
"closingTime": 990
},
{
"dayOfWeek": "FRIDAY",
"openingTime": 600,
"closingTime": 990
}
]
},
"servicePointCapabilities": {
"parkingAvailable": false,
"disabledAccess": true,
"shipmentDropOff": true,
"shipmentCollection": true,
"internationalShipping": true,
"domesticShipping": true,
"accountShippers": true,
"labelPrinting": true,
"insurance": false,
"importCharges": false,
"packaging": false,
"receiverPaid": false,
"visaProgram": false,
"payWithCash": true,
"payWithCreditCard": false,
"payWithCheque": false,
"payWithMobile": false,
"payWithPayPal": false,
"parkingTitle": null,
"disabledAccessTitle": "Wheelchair",
"pieceWeightLimit": 25,
"pieceWeightLimitUnit": "KG",
"pieceDimensionsLimit": {
"L": 55,
"W": 45,
"H": 40
},
"pieceDimensionsLimitUnit": "CM",
"pieceCountLimit": 5,
"accountPrepaidShippers": true,
"prepaidShippers": true,
"prePrintReturnLabel": true,
"labelFree": false,
"html": null,
"capabilityCodes": "73,74,78,79,80,81,82,86,87,88"
},
"contactDetails": {
"phoneNumber": "840 103 000 , 220 300 111",
"email": null,
"linkUri": null,
"html": null
},
"shippingCutOffTimeHtml": null,
"distanceValue": "0.42",
"distanceMetric": 0.42,
"language": {
"languageCode": "eng",
"languageScriptCode": "Latn",
"languageCountryCode": "US",
"languageOk": true
},
"shipmentLimitations": {
"maxNumberOfPieces": {
"value": 5,
"uom": null
},
"maxShipmentWeight": {
"value": 25,
"uom": "KG"
},
"html": null
},
"shipmentLimitationsByPiece": {
"pieceSizeLimit1": {
"value": 40,
"uom": "CM"
},
"pieceSizeLimit2": {
"value": 45,
"uom": "CM"
},
"pieceSizeLimit3": {
"value": 55,
"uom": "CM"
},
"maxPieceWeight": {
"value": 25,
"uom": "KG"
},
"html": null
},
"chargeCode": null,
"partner": {
"partnerId": null,
"partnerName": null,
"partnerTypeCode": "CZ-SVPPRT",
"promotion": null
},
"promotion": null,
"capacityStatus": null,
"svpStatus": "A",
"workWeekStart": null,
"locatedAt": null,
"timeZone": {
"fixed": true,
"id": "+01:00"
},
"facilityId": "PRG041"
}
],
"messages": null,
"translations": {
"map": {
"limitation": "Shipment/Piece limitations",
"aditionalInfo": "Additional information",
"services": "Services",
"contactDetails": "Contact details",
"holidayHours": "Holidays",
"limitationByPiece": "By piece",
"print": "Print",
"route": "Directions",
"found": "Found",
"openingHours": "Opening hours",
"limitationByShipment": "By shipment",
"details": "Details",
"spDetail": "Detail"
}
},
"liteMode": false,
"promotion": null
}{
"message": "Internal Server Error. Please check GSPL log for more details",
"status": "500",
"exception": null
}| Query Parameter Name | Example |
|---|---|
datasetName* | country |
filterByValue | MY |
filterByAttribute | countryCode |
comparisonOperator | equal |
queryString | queryString=operationName:shipment:equal |
| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
x-version* | "Excepteur veniam" |
{
"referenceData": [
{
"datasetName": "country",
"data": [
[
{
"attribute": "countryCode",
"value": "GD"
},
{
"attribute": "countryName",
"value": "GRENADA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "AD"
},
{
"attribute": "countryName",
"value": "ANDORRA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "BG"
},
{
"attribute": "countryName",
"value": "BULGARIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "CK"
},
{
"attribute": "countryName",
"value": "COOK ISLANDS"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "AG"
},
{
"attribute": "countryName",
"value": "ANTIGUA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "AL"
},
{
"attribute": "countryName",
"value": "ALBANIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "AU"
},
{
"attribute": "countryName",
"value": "AUSTRALIA"
},
{
"attribute": "divisionTypeCode",
"value": "S"
},
{
"attribute": "divisionTypeName",
"value": "STATE"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "AR"
},
{
"attribute": "countryName",
"value": "ARGENTINA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "BD"
},
{
"attribute": "countryName",
"value": "BANGLADESH"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "AT"
},
{
"attribute": "countryName",
"value": "AUSTRIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "90"
}
],
[
{
"attribute": "countryCode",
"value": "BT"
},
{
"attribute": "countryName",
"value": "BHUTAN"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "30"
}
],
[
{
"attribute": "countryCode",
"value": "DZ"
},
{
"attribute": "countryName",
"value": "ALGERIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "GP"
},
{
"attribute": "countryName",
"value": "GUADELOUPE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "IR"
},
{
"attribute": "countryName",
"value": "IRAN (ISLAMIC REPUBLIC OF)"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "JP"
},
{
"attribute": "countryName",
"value": "JAPAN"
},
{
"attribute": "divisionTypeCode",
"value": "S"
},
{
"attribute": "divisionTypeName",
"value": "STATE"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "30"
}
],
[
{
"attribute": "countryCode",
"value": "LR"
},
{
"attribute": "countryName",
"value": "LIBERIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MA"
},
{
"attribute": "countryName",
"value": "MOROCCO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "NG"
},
{
"attribute": "countryName",
"value": "NIGERIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "PF"
},
{
"attribute": "countryName",
"value": "TAHITI"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "PT"
},
{
"attribute": "countryName",
"value": "PORTUGAL"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "0"
}
],
[
{
"attribute": "countryCode",
"value": "RU"
},
{
"attribute": "countryName",
"value": "RUSSIAN FEDERATION, THE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "210"
}
],
[
{
"attribute": "countryCode",
"value": "SV"
},
{
"attribute": "countryName",
"value": "EL SALVADOR"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "30"
}
],
[
{
"attribute": "countryCode",
"value": "TD"
},
{
"attribute": "countryName",
"value": "CHAD"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "TH"
},
{
"attribute": "countryName",
"value": "THAILAND"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "VE"
},
{
"attribute": "countryName",
"value": "VENEZUELA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "90"
}
],
[
{
"attribute": "countryCode",
"value": "VI"
},
{
"attribute": "countryName",
"value": "VIRGIN ISLANDS (US)"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "WS"
},
{
"attribute": "countryName",
"value": "SAMOA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "XC"
},
{
"attribute": "countryName",
"value": "CURACAO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "IL"
},
{
"attribute": "countryName",
"value": "ISRAEL"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "180"
}
],
[
{
"attribute": "countryCode",
"value": "UZ"
},
{
"attribute": "countryName",
"value": "UZBEKISTAN"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "AS"
},
{
"attribute": "countryName",
"value": "AMERICAN SAMOA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "AE"
},
{
"attribute": "countryName",
"value": "UNITED ARAB EMIRATES"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "BJ"
},
{
"attribute": "countryName",
"value": "BENIN"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "AI"
},
{
"attribute": "countryName",
"value": "ANGUILLA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "BF"
},
{
"attribute": "countryName",
"value": "BURKINA FASO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "DO"
},
{
"attribute": "countryName",
"value": "DOMINICAN REPUBLIC"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "JE"
},
{
"attribute": "countryName",
"value": "JERSEY"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "LV"
},
{
"attribute": "countryName",
"value": "LATVIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MP"
},
{
"attribute": "countryName",
"value": "COMMONWEALTH NO. MARIANA ISLANDS"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "NA"
},
{
"attribute": "countryName",
"value": "NAMIBIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SO"
},
{
"attribute": "countryName",
"value": "SOMALIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "XS"
},
{
"attribute": "countryName",
"value": "SOMALILAND, REP OF (NORTH SOMALIA)"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "TL"
},
{
"attribute": "countryName",
"value": "TIMOR LESTE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "ME"
},
{
"attribute": "countryName",
"value": "MONTENEGRO, REPUBLIC OF"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "GH"
},
{
"attribute": "countryName",
"value": "GHANA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "GM"
},
{
"attribute": "countryName",
"value": "GAMBIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "JO"
},
{
"attribute": "countryName",
"value": "JORDAN"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "PH"
},
{
"attribute": "countryName",
"value": "PHILIPPINES, THE"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "PK"
},
{
"attribute": "countryName",
"value": "PAKISTAN"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "TR"
},
{
"attribute": "countryName",
"value": "TURKEY"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "US"
},
{
"attribute": "countryName",
"value": "UNITED STATES OF AMERICA"
},
{
"attribute": "divisionTypeCode",
"value": "S"
},
{
"attribute": "divisionTypeName",
"value": "STATE"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "ZM"
},
{
"attribute": "countryName",
"value": "ZAMBIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "ZW"
},
{
"attribute": "countryName",
"value": "ZIMBABWE"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "AZ"
},
{
"attribute": "countryName",
"value": "AZERBAIJAN"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "210"
}
],
[
{
"attribute": "countryCode",
"value": "UA"
},
{
"attribute": "countryName",
"value": "UKRAINE"
},
{
"attribute": "divisionTypeCode",
"value": "S"
},
{
"attribute": "divisionTypeName",
"value": "STATE"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "ET"
},
{
"attribute": "countryName",
"value": "ETHIOPIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "HU"
},
{
"attribute": "countryName",
"value": "HUNGARY"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "IS"
},
{
"attribute": "countryName",
"value": "ICELAND"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "KM"
},
{
"attribute": "countryName",
"value": "COMOROS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "LU"
},
{
"attribute": "countryName",
"value": "LUXEMBOURG"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "LY"
},
{
"attribute": "countryName",
"value": "LIBYA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "NI"
},
{
"attribute": "countryName",
"value": "NICARAGUA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "NP"
},
{
"attribute": "countryName",
"value": "NEPAL"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "SL"
},
{
"attribute": "countryName",
"value": "SIERRA LEONE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "AM"
},
{
"attribute": "countryName",
"value": "ARMENIA"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "BN"
},
{
"attribute": "countryName",
"value": "BRUNEI"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "30"
}
],
[
{
"attribute": "countryCode",
"value": "BZ"
},
{
"attribute": "countryName",
"value": "BELIZE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "CM"
},
{
"attribute": "countryName",
"value": "CAMEROON"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "DE"
},
{
"attribute": "countryName",
"value": "GERMANY"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "90"
}
],
[
{
"attribute": "countryCode",
"value": "FI"
},
{
"attribute": "countryName",
"value": "FINLAND"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "GA"
},
{
"attribute": "countryName",
"value": "GABON"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "GL"
},
{
"attribute": "countryName",
"value": "GREENLAND"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "KN"
},
{
"attribute": "countryName",
"value": "ST. KITTS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "PL"
},
{
"attribute": "countryName",
"value": "POLAND"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SZ"
},
{
"attribute": "countryName",
"value": "SWAZILAND"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "TO"
},
{
"attribute": "countryName",
"value": "TONGA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "TV"
},
{
"attribute": "countryName",
"value": "TUVALU"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "XB"
},
{
"attribute": "countryName",
"value": "BONAIRE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "XN"
},
{
"attribute": "countryName",
"value": "NEVIS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "XY"
},
{
"attribute": "countryName",
"value": "ST. BARTHELEMY"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "ZA"
},
{
"attribute": "countryName",
"value": "SOUTH AFRICA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "90"
}
],
[
{
"attribute": "countryCode",
"value": "CZ"
},
{
"attribute": "countryName",
"value": "CZECH REPUBLIC, THE"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "BR"
},
{
"attribute": "countryName",
"value": "BRAZIL"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "VA"
},
{
"attribute": "countryName",
"value": "VATICAN CITY STATE"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MR"
},
{
"attribute": "countryName",
"value": "MAURITANIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MZ"
},
{
"attribute": "countryName",
"value": "MOZAMBIQUE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SK"
},
{
"attribute": "countryName",
"value": "SLOVAKIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "VC"
},
{
"attribute": "countryName",
"value": "ST. VINCENT"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "KZ"
},
{
"attribute": "countryName",
"value": "KAZAKHSTAN"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "NU"
},
{
"attribute": "countryName",
"value": "NIUE"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "BE"
},
{
"attribute": "countryName",
"value": "BELGIUM"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "90"
}
],
[
{
"attribute": "countryCode",
"value": "BS"
},
{
"attribute": "countryName",
"value": "BAHAMAS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "CF"
},
{
"attribute": "countryName",
"value": "CENTRAL AFRICAN REPUBLIC"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "CG"
},
{
"attribute": "countryName",
"value": "CONGO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "FK"
},
{
"attribute": "countryName",
"value": "FALKLAND ISLANDS"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "JM"
},
{
"attribute": "countryName",
"value": "JAMAICA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MM"
},
{
"attribute": "countryName",
"value": "MYANMAR"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MS"
},
{
"attribute": "countryName",
"value": "MONTSERRAT"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "MV"
},
{
"attribute": "countryName",
"value": "MALDIVES"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "30"
}
],
[
{
"attribute": "countryCode",
"value": "MY"
},
{
"attribute": "countryName",
"value": "MALAYSIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "30"
}
],
[
{
"attribute": "countryCode",
"value": "NO"
},
{
"attribute": "countryName",
"value": "NORWAY"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "PA"
},
{
"attribute": "countryName",
"value": "PANAMA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "90"
}
],
[
{
"attribute": "countryCode",
"value": "UY"
},
{
"attribute": "countryName",
"value": "URUGUAY"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "VG"
},
{
"attribute": "countryName",
"value": "VIRGIN ISLANDS (BRITISH)"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "XM"
},
{
"attribute": "countryName",
"value": "ST. MAARTEN"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "YE"
},
{
"attribute": "countryName",
"value": "YEMEN, REPUBLIC OF"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MK"
},
{
"attribute": "countryName",
"value": "NORTH MACEDONIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "FM"
},
{
"attribute": "countryName",
"value": "MICRONESIA, FEDERATED STATES OF"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "BM"
},
{
"attribute": "countryName",
"value": "BERMUDA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "CA"
},
{
"attribute": "countryName",
"value": "CANADA"
},
{
"attribute": "divisionTypeCode",
"value": "P"
},
{
"attribute": "divisionTypeName",
"value": "PROVINCE"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "CV"
},
{
"attribute": "countryName",
"value": "CAPE VERDE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "DJ"
},
{
"attribute": "countryName",
"value": "DJIBOUTI"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "DK"
},
{
"attribute": "countryName",
"value": "DENMARK"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "EE"
},
{
"attribute": "countryName",
"value": "ESTONIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "EG"
},
{
"attribute": "countryName",
"value": "EGYPT"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "GG"
},
{
"attribute": "countryName",
"value": "GUERNSEY"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "GI"
},
{
"attribute": "countryName",
"value": "GIBRALTAR"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "GT"
},
{
"attribute": "countryName",
"value": "GUATEMALA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "IT"
},
{
"attribute": "countryName",
"value": "ITALY"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "MO"
},
{
"attribute": "countryName",
"value": "MACAO SAR, CHINA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "NL"
},
{
"attribute": "countryName",
"value": "NETHERLANDS, THE"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "PY"
},
{
"attribute": "countryName",
"value": "PARAGUAY"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "SB"
},
{
"attribute": "countryName",
"value": "SOLOMON ISLANDS"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SE"
},
{
"attribute": "countryName",
"value": "SWEDEN"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "SI"
},
{
"attribute": "countryName",
"value": "SLOVENIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "SR"
},
{
"attribute": "countryName",
"value": "SURINAME"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SY"
},
{
"attribute": "countryName",
"value": "SYRIA"
},
{
"attribute": "divisionTypeCode",
"value": "P"
},
{
"attribute": "divisionTypeName",
"value": "PROVINCE"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "TC"
},
{
"attribute": "countryName",
"value": "TURKS AND CAICOS ISLANDS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "TG"
},
{
"attribute": "countryName",
"value": "TOGO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "VU"
},
{
"attribute": "countryName",
"value": "VANUATU"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "RS"
},
{
"attribute": "countryName",
"value": "SERBIA, REPUBLIC OF"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "KE"
},
{
"attribute": "countryName",
"value": "KENYA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "NE"
},
{
"attribute": "countryName",
"value": "NIGER"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "NZ"
},
{
"attribute": "countryName",
"value": "NEW ZEALAND"
},
{
"attribute": "divisionTypeCode",
"value": "R"
},
{
"attribute": "divisionTypeName",
"value": "Country region"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "OM"
},
{
"attribute": "countryName",
"value": "OMAN"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MD"
},
{
"attribute": "countryName",
"value": "MOLDOVA, REPUBLIC OF"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "210"
}
],
[
{
"attribute": "countryCode",
"value": "PW"
},
{
"attribute": "countryName",
"value": "PALAU"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "FR"
},
{
"attribute": "countryName",
"value": "FRANCE"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "GN"
},
{
"attribute": "countryName",
"value": "GUINEA REPUBLIC"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "GY"
},
{
"attribute": "countryName",
"value": "GUYANA (BRITISH)"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "IC"
},
{
"attribute": "countryName",
"value": "CANARY ISLANDS, THE"
},
{
"attribute": "divisionTypeCode",
"value": "A"
},
{
"attribute": "divisionTypeName",
"value": "Autonomous community"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "IN"
},
{
"attribute": "countryName",
"value": "INDIA"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "SH"
},
{
"attribute": "countryName",
"value": "SAINT HELENA"
},
{
"attribute": "divisionTypeCode",
"value": "D"
},
{
"attribute": "divisionTypeName",
"value": "District"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "LT"
},
{
"attribute": "countryName",
"value": "LITHUANIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "PG"
},
{
"attribute": "countryName",
"value": "PAPUA NEW GUINEA"
},
{
"attribute": "divisionTypeCode",
"value": "P"
},
{
"attribute": "divisionTypeName",
"value": "PROVINCE"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SG"
},
{
"attribute": "countryName",
"value": "SINGAPORE"
},
{
"attribute": "divisionTypeCode",
"value": "S"
},
{
"attribute": "divisionTypeName",
"value": "STATE"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "KP"
},
{
"attribute": "countryName",
"value": "KOREA, THE D.P.R OF (NORTH K.)"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "CN"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "IQ"
},
{
"attribute": "countryName",
"value": "IRAQ"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "BA"
},
{
"attribute": "countryName",
"value": "BOSNIA AND HERZEGOVINA"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "90"
}
],
[
{
"attribute": "countryCode",
"value": "BO"
},
{
"attribute": "countryName",
"value": "BOLIVIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "CH"
},
{
"attribute": "countryName",
"value": "SWITZERLAND"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "CY"
},
{
"attribute": "countryName",
"value": "CYPRUS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "FO"
},
{
"attribute": "countryName",
"value": "FAROE ISLANDS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SS"
},
{
"attribute": "countryName",
"value": "SOUTH SUDAN"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "KY"
},
{
"attribute": "countryName",
"value": "CAYMAN ISLANDS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "MC"
},
{
"attribute": "countryName",
"value": "MONACO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MG"
},
{
"attribute": "countryName",
"value": "MADAGASCAR"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MQ"
},
{
"attribute": "countryName",
"value": "MARTINIQUE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MU"
},
{
"attribute": "countryName",
"value": "MAURITIUS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MW"
},
{
"attribute": "countryName",
"value": "MALAWI"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "RE"
},
{
"attribute": "countryName",
"value": "REUNION, ISLAND OF"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "UG"
},
{
"attribute": "countryName",
"value": "UGANDA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "KG"
},
{
"attribute": "countryName",
"value": "KYRGYZSTAN"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "210"
}
],
[
{
"attribute": "countryCode",
"value": "BH"
},
{
"attribute": "countryName",
"value": "BAHRAIN"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "CL"
},
{
"attribute": "countryName",
"value": "CHILE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "CU"
},
{
"attribute": "countryName",
"value": "CUBA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "GB"
},
{
"attribute": "countryName",
"value": "UNITED KINGDOM"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "GQ"
},
{
"attribute": "countryName",
"value": "GUINEA-EQUATORIAL"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "LS"
},
{
"attribute": "countryName",
"value": "LESOTHO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MT"
},
{
"attribute": "countryName",
"value": "MALTA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "NR"
},
{
"attribute": "countryName",
"value": "NAURU, REPUBLIC OF"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "RW"
},
{
"attribute": "countryName",
"value": "RWANDA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SA"
},
{
"attribute": "countryName",
"value": "SAUDI ARABIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "VN"
},
{
"attribute": "countryName",
"value": "VIETNAM"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "XE"
},
{
"attribute": "countryName",
"value": "ST. EUSTATIUS"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "YT"
},
{
"attribute": "countryName",
"value": "MAYOTTE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SM"
},
{
"attribute": "countryName",
"value": "SAN MARINO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "BW"
},
{
"attribute": "countryName",
"value": "BOTSWANA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "DM"
},
{
"attribute": "countryName",
"value": "DOMINICA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "HT"
},
{
"attribute": "countryName",
"value": "HAITI"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "ID"
},
{
"attribute": "countryName",
"value": "INDONESIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "IE"
},
{
"attribute": "countryName",
"value": "IRELAND, REPUBLIC OF"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "KI"
},
{
"attribute": "countryName",
"value": "KIRIBATI"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "LA"
},
{
"attribute": "countryName",
"value": "LAO PEOPLES DEMOCRATIC REPUBLIC"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "PE"
},
{
"attribute": "countryName",
"value": "PERU"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "180"
}
],
[
{
"attribute": "countryCode",
"value": "PR"
},
{
"attribute": "countryName",
"value": "PUERTO RICO"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "TW"
},
{
"attribute": "countryName",
"value": "TAIWAN"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "AF"
},
{
"attribute": "countryName",
"value": "AFGHANISTAN"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "TM"
},
{
"attribute": "countryName",
"value": "TURKMENISTAN"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "BI"
},
{
"attribute": "countryName",
"value": "BURUNDI"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "CN"
},
{
"attribute": "countryName",
"value": "CHINA, PEOPLES REPUBLIC"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "CN"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "ES"
},
{
"attribute": "countryName",
"value": "SPAIN"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "0"
}
],
[
{
"attribute": "countryCode",
"value": "FJ"
},
{
"attribute": "countryName",
"value": "FIJI"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "GF"
},
{
"attribute": "countryName",
"value": "FRENCH GUYANA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "GR"
},
{
"attribute": "countryName",
"value": "GREECE"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "GU"
},
{
"attribute": "countryName",
"value": "GUAM"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "GW"
},
{
"attribute": "countryName",
"value": "GUINEA-BISSAU"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "KW"
},
{
"attribute": "countryName",
"value": "KUWAIT"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "LC"
},
{
"attribute": "countryName",
"value": "ST. LUCIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "LI"
},
{
"attribute": "countryName",
"value": "LIECHTENSTEIN"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "LK"
},
{
"attribute": "countryName",
"value": "SRI LANKA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "MH"
},
{
"attribute": "countryName",
"value": "MARSHALL ISLANDS"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "RO"
},
{
"attribute": "countryName",
"value": "ROMANIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SC"
},
{
"attribute": "countryName",
"value": "SEYCHELLES"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "TZ"
},
{
"attribute": "countryName",
"value": "TANZANIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "CD"
},
{
"attribute": "countryName",
"value": "CONGO, THE DEMOCRATIC REPUBLIC OF"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "GE"
},
{
"attribute": "countryName",
"value": "GEORGIA"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "AW"
},
{
"attribute": "countryName",
"value": "ARUBA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "BB"
},
{
"attribute": "countryName",
"value": "BARBADOS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "CI"
},
{
"attribute": "countryName",
"value": "COTE D IVOIRE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "ER"
},
{
"attribute": "countryName",
"value": "ERITREA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "HK"
},
{
"attribute": "countryName",
"value": "HONG KONG SAR, CHINA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "HN"
},
{
"attribute": "countryName",
"value": "HONDURAS"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "HR"
},
{
"attribute": "countryName",
"value": "CROATIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "KH"
},
{
"attribute": "countryName",
"value": "CAMBODIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "LB"
},
{
"attribute": "countryName",
"value": "LEBANON"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "MX"
},
{
"attribute": "countryName",
"value": "MEXICO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "180"
}
],
[
{
"attribute": "countryCode",
"value": "NC"
},
{
"attribute": "countryName",
"value": "NEW CALEDONIA"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "QA"
},
{
"attribute": "countryName",
"value": "QATAR"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SN"
},
{
"attribute": "countryName",
"value": "SENEGAL"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "ST"
},
{
"attribute": "countryName",
"value": "SAO TOME AND PRINCIPE"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "BY"
},
{
"attribute": "countryName",
"value": "BELARUS"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "210"
}
],
[
{
"attribute": "countryCode",
"value": "TJ"
},
{
"attribute": "countryName",
"value": "TAJIKISTAN"
},
{
"attribute": "divisionTypeCode",
"value": "C"
},
{
"attribute": "divisionTypeName",
"value": "County"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "KV"
},
{
"attribute": "countryName",
"value": "KOSOVO"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "EU"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "AO"
},
{
"attribute": "countryName",
"value": "ANGOLA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "CO"
},
{
"attribute": "countryName",
"value": "COLOMBIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "60"
}
],
[
{
"attribute": "countryCode",
"value": "CR"
},
{
"attribute": "countryName",
"value": "COSTA RICA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "EC"
},
{
"attribute": "countryName",
"value": "ECUADOR"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "KR"
},
{
"attribute": "countryName",
"value": "KOREA, REPUBLIC OF (SOUTH K.)"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "AP"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
},
{
"attribute": "pickupWindowLeadTime",
"value": "120"
}
],
[
{
"attribute": "countryCode",
"value": "ML"
},
{
"attribute": "countryName",
"value": "MALI"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "MN"
},
{
"attribute": "countryName",
"value": "MONGOLIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "CN"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "SD"
},
{
"attribute": "countryName",
"value": "SUDAN"
},
{
"attribute": "divisionTypeCode",
"value": "O"
},
{
"attribute": "divisionTypeName",
"value": "Country-use when no divtype identif"
},
{
"attribute": "postalLocationTypeCode",
"value": "C"
},
{
"attribute": "postalLocationDescription",
"value": "City"
},
{
"attribute": "regionCode",
"value": "SB"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
],
[
{
"attribute": "countryCode",
"value": "TT"
},
{
"attribute": "countryName",
"value": "TRINIDAD AND TOBAGO"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "S"
},
{
"attribute": "postalLocationDescription",
"value": "Suburb"
},
{
"attribute": "regionCode",
"value": "AM"
},
{
"attribute": "unitOfMeasureWeight",
"value": "LB"
},
{
"attribute": "unitOfMeasureDimension",
"value": "IN"
}
],
[
{
"attribute": "countryCode",
"value": "TN"
},
{
"attribute": "countryName",
"value": "TUNISIA"
},
{
"attribute": "divisionTypeCode",
"value": "X"
},
{
"attribute": "divisionTypeName",
"value": "MIGRATION"
},
{
"attribute": "postalLocationTypeCode",
"value": "CP"
},
{
"attribute": "postalLocationDescription",
"value": "City Postcode"
},
{
"attribute": "regionCode",
"value": "ME"
},
{
"attribute": "unitOfMeasureWeight",
"value": "KG"
},
{
"attribute": "unitOfMeasureDimension",
"value": "CM"
}
]
]
}
]
}{
"instance": "/expressapi/reference-data",
"detail": "5029: Parameters not having correct format: queryString must be provided in format [filterByAttribute:filterByValue:comparisonOperator].",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/reference-data",
"detail": "5032: Not authorized to use this service. Please contact your DHL Express representative",
"title": "Forbidden",
"message": "Forbidden",
"code": "403"
}{
"instance": "/expressapi/reference-data",
"detail": "5030: No reference data found",
"title": "Reference Data Not found",
"message": "Reference Data Not found",
"status": "404"
}{
"instance": "/expressapi/reference-data",
"detail": "Server encountered an unexpected condition that prevented it from fulfilling the request. Please try again later or contact your local DHL Express support.",
"title": "Internal Server Error",
"message": "Internal Server Error",
"code": "500"
}| Header Name | Example |
|---|---|
Message-Reference | "d0e7832e-5c98-11ea-bc55-0242ac13" |
Message-Reference-Date | "Wed, 21 Oct 2015 07:28:00 GMT" |
Plugin-Name | " " |
Plugin-Version | " " |
Shipping-System-Platform-Name | " " |
Shipping-System-Platform-Version | " " |
Webstore-Platform-Name | " " |
Webstore-Platform-Version | " " |
{
"plannedShippingDateAndTime": "2023-07-24T16:45:00GMT+08:00",
"productCode": "B",
"customerDetails": {
"shipperDetails": {
"postalAddress": {
"cityName": "Singapore",
"countryCode": "SG",
"postalCode": "569830",
"addressLine1": "300 BEACH ROAD",
"addressLine3": "Avenue 8",
"countyName": "Ang Mo Kio"
},
"contactInformation": {
"phone": "2564152752131231",
"companyName": "MAHINA-TST LLC",
"fullName": "KONSTANTIN SHAMIGOV"
}
},
"receiverDetails": {
"postalAddress": {
"cityName": "Kuala Lumpur",
"countryCode": "MY",
"postalCode": "57000",
"addressLine1": "34 Jalan Radin Bagus 3",
"addressLine3": "Menara Berjaya",
"countyName": "Wilayah Persekutuan"
},
"contactInformation": {
"phone": "1123123",
"companyName": "MAHINA-TST LLC",
"fullName": "KONSTANTIN SHAMIGOV"
}
}
},
"accounts": [
{
"number": "123456789",
"typeCode": "shipper"
},
{
"number": "123456789",
"typeCode": "payer"
}
],
"customerReferences": [
{
"value": "S345632",
"typeCode": "CU"
}
]
}{
"status": "GREEN. The shipment is ok to consolidate."
}{
"instance": "/expressapi/early-shipment-screening",
"detail": "8007: The Shipper Account is invalid.",
"title": "Bad request",
"message": "Bad request",
"status": "400"
}{
"instance": "/expressapi/early-shipment-screening",
"detail": "#/plannedShippingDateAndTime is not well formatted.(Expected Sample Format : '2010-02-11T17:10:09 GMT+01:00')",
"title": "Unprocessable Entity",
"message": "Unprocessable Entity",
"status": "422"
}{
"instance": "/expressapi/shipments",
"detail": "999: Process failure occurred. Process ID associated for that transaction (1234567890)",
"title": "Internal Server Error",
"message": "Internal Server Error",
"code": "500"
}