Download OpenAPI specification:
| bookingUuid required | string <uuid> Example: 918f07a7-14b3-4587-aa46-69f9089dd663 Uuid of the booking |
Document to upload
| documentType required | string Enum: "CommercialInvoice" "PackingList" "Others" Type of document |
| document required | string <binary> Document file (PDF, CSV, or XLSX) |
{- "message": "The given data was invalid.",
- "errors": {
- "someProperty": [
- "The some property field is required."
]
}
}| rateUuid required | string <uuid> Example: 918f07a7-14b3-4587-aa46-69f9089dd663 Uuid of the rate |
Book a rate by rateUuid
| currency required | string |
| lang | string Enum: "es_ES" "en_US" |
required | object (ServicesSelected) Details of the services selected |
required | object |
required | Array of objects (OptionalBillingItemSelectionData) Property used to book optional additional services. |
{- "currency": "EUR",
- "lang": "es_ES",
- "servicesSelected": {
- "pickup": true,
- "origin": true,
- "destination": true,
- "freight": true,
- "delivery": true
}, - "bookingDetails": {
- "cargoReadyDate": "2019-08-24",
- "commodity": "Regular Cargo"
}, - "optionalBillingItems": [
- {
- "name": "string",
- "serviceItem": "Pickup",
- "data": { }
}
]
}{- "data": {
- "bookingUuid": "91151bb5-cb15-45c8-9a6c-0c1cd4bce36f"
}
}| bookingUuid required | string <uuid> Example: 918f07a7-14b3-4587-aa46-69f9089dd663 Uuid of the booking |
{- "data": {
- "uuid": "918f07a7-14b3-4587-aa46-69f9089dd663",
- "totalAmount": {
- "amount": 100,
- "currency": "EUR"
}, - "origin": {
- "locationType": "PORT",
- "portIsoCode": "ESBCN",
- "postalCode": "08001",
- "cityName": "Barcelona"
}, - "originRoutingPort": "ESBCN",
- "destination": {
- "locationType": "PORT",
- "portIsoCode": "ESBCN",
- "postalCode": "08001",
- "cityName": "Barcelona"
}, - "destinationRoutingPort": "ESBCN",
- "createdAt": "2022-01-02 00:00:00",
- "status": "PREBOOKING",
- "shipmentType": "FCL",
- "cargo": [
- {
- "type": "DV20",
- "quantity": 1
}
], - "charges": {
- "localCharges": [
- {
- "amount": 100,
- "currency": "EUR",
- "description": "Description of the charge",
- "taxes": 21
}
], - "freightCharges": [
- {
- "amount": 100,
- "currency": "EUR",
- "description": "Description of the charge",
- "taxes": 21
}
], - "otherCharges": [
- {
- "amount": 100,
- "currency": "EUR",
- "description": "Description of the charge",
- "taxes": 21
}
], - "inlandCharges": [
- {
- "amount": 100,
- "currency": "EUR",
- "description": "Description of the charge",
- "taxes": 21
}
], - "additionalServicesCharges": [
- {
- "amount": 100,
- "currency": "EUR",
- "description": "Description of the charge",
- "taxes": 21
}
]
}, - "commodityType": "Regular Cargo",
- "bookingParty": {
- "shipper": {
- "name": "John Doe",
- "address": "Carrer de la Marina, 16",
- "postalCode": "08001",
- "city": "Barcelona",
- "country": "ES",
- "phone": "+34 123 456 789",
- "email": "hi@icontainers.com"
}, - "consignee": {
- "name": "John Doe",
- "address": "Carrer de la Marina, 16",
- "postalCode": "08001",
- "city": "Barcelona",
- "country": "ES",
- "phone": "+34 123 456 789",
- "email": "hi@icontainers.com"
}, - "notify": {
- "name": "John Doe",
- "address": "Carrer de la Marina, 16",
- "postalCode": "08001",
- "city": "Barcelona",
- "country": "ES",
- "phone": "+34 123 456 789",
- "email": "hi@icontainers.com"
}, - "billing": {
- "name": "John Doe",
- "address": "Carrer de la Marina, 16",
- "postalCode": "08001",
- "city": "Barcelona",
- "country": "ES",
- "phone": "+34 123 456 789",
- "email": "hi@icontainers.com"
}, - "pickup": {
- "name": "John Doe",
- "address": "Carrer de la Marina, 16",
- "postalCode": "08001",
- "city": "Barcelona",
- "country": "ES",
- "phone": "+34 123 456 789",
- "email": "hi@icontainers.com"
}, - "delivery": {
- "name": "John Doe",
- "address": "Carrer de la Marina, 16",
- "postalCode": "08001",
- "city": "Barcelona",
- "country": "ES",
- "phone": "+34 123 456 789",
- "email": "hi@icontainers.com"
}
}, - "documents": {
- "packagingList": {
- "id": "WcOADB4ddQXukNi6cvZVm6SLOrJUlNF5AGYFh-mbxHZNXKpMB8-QdC5AGsiBbJ6cIxFDMRHzb4glE3ngExtiTcdC",
- "name": "Document name",
- "createdAt": "2022-01-02 00:00:00"
}, - "commercialInvoice": {
- "id": "WcOADB4ddQXukNi6cvZVm6SLOrJUlNF5AGYFh-mbxHZNXKpMB8-QdC5AGsiBbJ6cIxFDMRHzb4glE3ngExtiTcdC",
- "name": "Document name",
- "createdAt": "2022-01-02 00:00:00"
}, - "others": [
- {
- "id": "WcOADB4ddQXukNi6cvZVm6SLOrJUlNF5AGYFh-mbxHZNXKpMB8-QdC5AGsiBbJ6cIxFDMRHzb4glE3ngExtiTcdC",
- "name": "Document name",
- "createdAt": "2022-01-02 00:00:00"
}
]
}
}
}| bookingUuid required | string <uuid> Example: 918f07a7-14b3-4587-aa46-69f9089dd663 Uuid of the booking |
| documentId required | string Example: WcOADB4ddQXukNi6cvZVm6SLOrJUlNF5AGYFh-mbxHZNXKpMB8-QdC5AGsiBbJ6cIxFDMRHzb4glE3ngExtiTcdC Id of the document |
{
}| bookingUuid required | string <uuid> Example: 918f07a7-14b3-4587-aa46-69f9089dd663 Uuid of the booking |
{- "data": {
- "uuid": "918f07a7-14b3-4587-aa46-69f9089dd663",
- "estimatedTimeArrival": "2021-09-01 12:00:00",
- "estimatedTimeDeparture": "2021-09-01 12:00:00",
- "actualTimeArrival": "2021-09-01 12:00:00",
- "actualTimeDeparture": "2021-09-01 12:00:00",
- "status": "PREBOOKING"
}
}This method return valid results for aerial places to use in a aerial quotation later on
| term required | string <= 400 characters Example: term=bar Term to search for places |
{- "data": {
- "cities": [
- {
- "countryIsoCode": "ES",
- "cityName": "Barcelona",
- "defaultPostalCode": "08001",
- "state": "ME"
}
], - "postalCodes": [
- {
- "countryIsoCode": "ES",
- "cityName": "Barcelona",
- "postalCode": "08001"
}
], - "airports": [
- {
- "airportName": "Barcelona-Josep Tarradellas Airport",
- "iataCode": "BCN",
- "countryIsoCode": "ES"
}
]
}
}This method return valid results for aerial places to use in a maritime (FCL/LCL) quotation later on
| term required | string <= 400 characters Example: term=bar Term to search for places |
| shipmentType required | string = 3 characters Enum: "FCL" "LCL" Example: shipmentType=FCL Shipment type, I.e FCL or LCL |
{- "data": {
- "cities": [
- {
- "countryIsoCode": "ES",
- "cityName": "Barcelona",
- "defaultPostalCode": "08001",
- "state": "ME"
}
], - "postalCodes": [
- {
- "countryIsoCode": "ES",
- "cityName": "Barcelona",
- "postalCode": "08001"
}
], - "seaPorts": [
- {
- "portName": "Barcelona Port",
- "countryIsoCode": "ES",
- "cityName": "Barcelona",
- "portIsoCode": "ESBCN"
}
]
}
}New quote
| currency required | string Default: "EUR" |
| lang required | string Default: "en_US" |
| commodityType | string or null Enum: "Regular Cargo" "Refrigerated" "Hazardous goods (DGR, IMO)" "Perishable" "Used Tires/Scrap" "Household Goods" "Livestock and Animals" |
| maxExecutionTime | number or null <int32> The number of seconds to wait for the quote to be processed. |
required | any (MaritimeQuoteLocationRequest) |
required | any (MaritimeQuoteLocationRequest) |
required | Array of objects |
{- "currency": "EUR",
- "lang": "es_ES",
- "commodityType": "Regular Cargo",
- "maxExecutionTime": 0,
- "origin": {
- "type": "postalCode",
- "country": "string",
- "postalCode": "string",
- "city": "string"
}, - "destination": {
- "type": "postalCode",
- "country": "string",
- "postalCode": "string",
- "city": "string"
}, - "containers": [
- {
- "quantity": 1,
- "type": "DV20"
}
]
}{- "data": {
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "quotedAt": "2019-08-24T14:15:22Z",
- "currency": "EUR",
- "lang": "es_ES",
- "rates": [
- {
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "expirationDate": "3023-02-01",
- "direct": true,
- "schedule": {
- "departureDate": "2023-02-01T00:00:00+00:00",
- "cutOffDate": "2023-01-01T00:00:00+00:00",
- "vesselName": "string",
- "voyageNumber": "string",
- "transitDays": 1,
- "origin": {
- "code": "USMIA"
}, - "destination": {
- "code": "USMIA"
}, - "originRouting": {
- "code": "USMIA"
}, - "destinationRouting": {
- "code": "USMIA"
}, - "transhipment": [
- {
- "code": "USMIA"
}
]
}, - "billingItems": [
- {
- "name": null,
- "serviceItem": "Freight",
- "optional": false,
- "price": {
- "currency": "EUR",
- "amount": 100,
- "taxes": 0,
- "total": 100
}
}
], - "transitTime": 1,
- "publicTags": [
- "Promoted"
], - "suppliersInformation": {
- "freight": {
- "name": "string"
}, - "pickup": {
- "name": "string"
}, - "delivery": {
- "name": "string"
}
}, - "pickupSchedule": {
- "postalCode": "33000",
- "cityName": "Madrid"
}, - "deliverySchedule": {
- "postalCode": "33000",
- "cityName": "Madrid"
}, - "total": {
- "currency": "EUR",
- "amount": 100,
- "taxes": 0,
- "total": 100
}, - "rateType": "Mixed",
- "isPartial": false,
- "departureWeekdays": [
- 1
]
}
], - "quoteType": "Instant quote",
- "completed": true,
- "origin": {
- "type": "string",
- "countryIsoCode": "string",
- "postalCode": "string",
- "city": "string"
}, - "destination": {
- "type": "string",
- "countryIsoCode": "string",
- "postalCode": "string",
- "city": "string"
}, - "items": [
- {
- "type": "DV20",
- "quantity": 1
}
], - "shipmentType": "FCL"
}
}New quote
| currency required | string Default: "EUR" |
| lang required | string Default: "en_US" |
| commodityType | string or null Enum: "Regular Cargo" "Refrigerated" "Hazardous goods (DGR, IMO)" "Perishable" "Used Tires/Scrap" "Household Goods" "Livestock and Animals" |
| maxExecutionTime | number or null <int32> The number of seconds to wait for the quote to be processed. |
required | any (MaritimeQuoteLocationRequest) |
required | any (MaritimeQuoteLocationRequest) |
required | Array of objects |
{- "currency": "EUR",
- "lang": "es_ES",
- "commodityType": "Regular Cargo",
- "maxExecutionTime": 0,
- "origin": {
- "type": "postalCode",
- "country": "string",
- "postalCode": "string",
- "city": "string"
}, - "destination": {
- "type": "postalCode",
- "country": "string",
- "postalCode": "string",
- "city": "string"
}, - "cargo": [
- {
- "weight": 105.8,
- "volume": 1.5,
- "volumeUnit": "M3",
- "weightUnit": "Kg",
- "quantity": 1,
- "height": 105.8,
- "length": 105.8,
- "width": 105.8,
- "dimensionUnit": "cm"
}
]
}{- "data": {
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "quotedAt": "2019-08-24T14:15:22Z",
- "currency": "EUR",
- "lang": "es_ES",
- "rates": [
- {
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "expirationDate": "3023-02-01",
- "direct": true,
- "schedule": {
- "departureDate": "2023-02-01T00:00:00+00:00",
- "cutOffDate": "2023-01-01T00:00:00+00:00",
- "vesselName": "string",
- "voyageNumber": "string",
- "transitDays": 1,
- "origin": {
- "code": "USMIA"
}, - "destination": {
- "code": "USMIA"
}, - "originRouting": {
- "code": "USMIA"
}, - "destinationRouting": {
- "code": "USMIA"
}, - "transhipment": [
- {
- "code": "USMIA"
}
]
}, - "billingItems": [
- {
- "name": null,
- "serviceItem": "Freight",
- "optional": false,
- "price": {
- "currency": "EUR",
- "amount": 100,
- "taxes": 0,
- "total": 100
}
}
], - "transitTime": 1,
- "publicTags": [
- "Promoted"
], - "suppliersInformation": {
- "freight": {
- "name": "string"
}, - "pickup": {
- "name": "string"
}, - "delivery": {
- "name": "string"
}
}, - "pickupSchedule": {
- "postalCode": "33000",
- "cityName": "Madrid"
}, - "deliverySchedule": {
- "postalCode": "33000",
- "cityName": "Madrid"
}, - "total": {
- "currency": "EUR",
- "amount": 100,
- "taxes": 0,
- "total": 100
}, - "rateType": "Mixed",
- "isPartial": false,
- "departureWeekdays": [
- 1
]
}
], - "quoteType": "Instant quote",
- "completed": true,
- "origin": {
- "type": "string",
- "countryIsoCode": "string",
- "postalCode": "string",
- "city": "string"
}, - "destination": {
- "type": "string",
- "countryIsoCode": "string",
- "postalCode": "string",
- "city": "string"
}, - "items": [
- {
- "weight": 105.25,
- "weightUnit": "Kg",
- "volume": 3.69,
- "volumeUnit": "M3",
- "height": 10.2,
- "length": 2.9,
- "width": 13.2,
- "dimensionUnit": "cm",
- "quantity": 0
}
], - "shipmentType": "LCL"
}
}New quote
| currency required | string Default: "EUR" |
| lang required | string Default: "en_US" |
| commodityType | string or null Enum: "Regular Cargo" "Refrigerated" "Hazardous goods (DGR, IMO)" "Perishable" "Used Tires/Scrap" "Household Goods" "Livestock and Animals" |
| maxExecutionTime | number or null <int32> The number of seconds to wait for the quote to be processed. |
required | Array of objects |
| isKnownShipper | boolean Default: true |
required | any (AerialQuoteLocationRequest) |
required | any (AerialQuoteLocationRequest) |
| cargoReadyDate | string <date> |
{- "currency": "EUR",
- "lang": "es_ES",
- "commodityType": "Regular Cargo",
- "maxExecutionTime": 0,
- "cargo": [
- {
- "height": 105.8,
- "weight": 105.8,
- "length": 105.8,
- "width": 105.8,
- "quantity": 1,
- "dimensionUnit": "cm",
- "weightUnit": "Kg"
}
], - "isKnownShipper": true,
- "origin": {
- "type": "postalCode",
- "country": "string",
- "postalCode": "string",
- "city": "string"
}, - "destination": {
- "type": "postalCode",
- "country": "string",
- "postalCode": "string",
- "city": "string"
}, - "cargoReadyDate": "2019-08-24"
}{- "data": {
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "quotedAt": "2019-08-24T14:15:22Z",
- "currency": "EUR",
- "lang": "es_ES",
- "rates": [
- {
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "expirationDate": "3023-02-01",
- "direct": true,
- "schedule": {
- "departureDate": "2023-02-01T00:00:00+00:00",
- "cutOffDate": "2023-01-01T00:00:00+00:00",
- "vesselName": "string",
- "voyageNumber": "string",
- "transitDays": 1,
- "origin": {
- "code": "USMIA"
}, - "destination": {
- "code": "USMIA"
}, - "originRouting": {
- "code": "USMIA"
}, - "destinationRouting": {
- "code": "USMIA"
}, - "transhipment": [
- {
- "code": "USMIA"
}
]
}, - "billingItems": [
- {
- "name": null,
- "serviceItem": "Freight",
- "optional": false,
- "price": {
- "currency": "EUR",
- "amount": 100,
- "taxes": 0,
- "total": 100
}
}
], - "transitTime": 1,
- "publicTags": [
- "Promoted"
], - "suppliersInformation": {
- "freight": {
- "name": "string"
}, - "pickup": {
- "name": "string"
}, - "delivery": {
- "name": "string"
}
}, - "pickupSchedule": {
- "postalCode": "33000",
- "cityName": "Madrid"
}, - "deliverySchedule": {
- "postalCode": "33000",
- "cityName": "Madrid"
}, - "total": {
- "currency": "EUR",
- "amount": 100,
- "taxes": 0,
- "total": 100
}, - "rateType": "Mixed",
- "isPartial": false,
- "departureWeekdays": [
- 1
]
}
], - "quoteType": "Instant quote",
- "completed": true,
- "origin": {
- "type": "string",
- "countryIsoCode": "string",
- "postalCode": "string",
- "city": "string"
}, - "destination": {
- "type": "string",
- "countryIsoCode": "string",
- "postalCode": "string",
- "city": "string"
}, - "items": [
- {
- "weight": 105.8,
- "height": 10.2,
- "length": 2.9,
- "width": 13.2,
- "dimensionUnit": "cm",
- "weightUnit": "Kg",
- "quantity": 0
}
], - "shipmentType": "AIR",
- "isKnownShipper": true,
- "cargoReadyDate": "2019-08-24"
}
}New quote
| currency required | string Default: "EUR" |
| lang required | string Default: "en_US" |
| commodityType | string or null Enum: "Regular Cargo" "Refrigerated" "Hazardous goods (DGR, IMO)" "Perishable" "Used Tires/Scrap" "Household Goods" "Livestock and Animals" |
| maxExecutionTime | number or null <int32> The number of seconds to wait for the quote to be processed. |
required | Array of objects |
| freightClass | string or null Enum: "50" "55" "60" "65" "70" "77.5" "85" "92.5" "100" "110" "125" "150" "175" "200" "250" "300" "400" "500" |
required | object (PostalCodeQuoteLocationRequest) |
required | object (PostalCodeQuoteLocationRequest) |
| cargoReadyDate | string or null <date> |
{- "currency": "EUR",
- "lang": "es_ES",
- "commodityType": "Regular Cargo",
- "maxExecutionTime": 0,
- "cargo": [
- {
- "height": 105.8,
- "weight": 105.8,
- "length": 105.8,
- "width": 105.8,
- "quantity": 1,
- "dimensionUnit": "cm",
- "weightUnit": "Kg"
}
], - "freightClass": "50",
- "origin": {
- "type": "postalCode",
- "country": "string",
- "postalCode": "string",
- "city": "string"
}, - "destination": {
- "type": "postalCode",
- "country": "string",
- "postalCode": "string",
- "city": "string"
}, - "cargoReadyDate": "2019-08-24"
}{- "message": "The given data was invalid.",
- "errors": {
- "someProperty": [
- "The some property field is required."
]
}
}| uuid required | string <uuid> Example: 918f07a7-14b3-4587-aa46-69f9089dd663 Uuid of the quote |
{- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "quotedAt": "2019-08-24T14:15:22Z",
- "currency": "EUR",
- "lang": "es_ES",
- "rates": [
- {
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "expirationDate": "3023-02-01",
- "direct": true,
- "schedule": {
- "departureDate": "2023-02-01T00:00:00+00:00",
- "cutOffDate": "2023-01-01T00:00:00+00:00",
- "vesselName": "string",
- "voyageNumber": "string",
- "transitDays": 1,
- "origin": {
- "code": "USMIA"
}, - "destination": {
- "code": "USMIA"
}, - "originRouting": {
- "code": "USMIA"
}, - "destinationRouting": {
- "code": "USMIA"
}, - "transhipment": [
- {
- "code": "USMIA"
}
]
}, - "billingItems": [
- {
- "name": null,
- "serviceItem": "Freight",
- "optional": false,
- "price": {
- "currency": "EUR",
- "amount": 100,
- "taxes": 0,
- "total": 100
}
}
], - "transitTime": 1,
- "publicTags": [
- "Promoted"
], - "suppliersInformation": {
- "freight": {
- "name": "string"
}, - "pickup": {
- "name": "string"
}, - "delivery": {
- "name": "string"
}
}, - "pickupSchedule": {
- "postalCode": "33000",
- "cityName": "Madrid"
}, - "deliverySchedule": {
- "postalCode": "33000",
- "cityName": "Madrid"
}, - "total": {
- "currency": "EUR",
- "amount": 100,
- "taxes": 0,
- "total": 100
}, - "rateType": "Mixed",
- "isPartial": false,
- "departureWeekdays": [
- 1
]
}
], - "quoteType": "Instant quote",
- "completed": true,
- "origin": {
- "type": "string",
- "countryIsoCode": "string",
- "postalCode": "string",
- "city": "string"
}, - "destination": {
- "type": "string",
- "countryIsoCode": "string",
- "postalCode": "string",
- "city": "string"
}, - "items": [
- {
- "type": "DV20",
- "quantity": 1
}
], - "shipmentType": "FCL",
- "data": {
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "quotedAt": "2019-08-24T14:15:22Z",
- "currency": "EUR",
- "lang": "es_ES",
- "rates": [
- {
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "expirationDate": "3023-02-01",
- "direct": true,
- "schedule": {
- "departureDate": "2023-02-01T00:00:00+00:00",
- "cutOffDate": "2023-01-01T00:00:00+00:00",
- "vesselName": "string",
- "voyageNumber": "string",
- "transitDays": 1,
- "origin": {
- "code": "USMIA"
}, - "destination": {
- "code": "USMIA"
}, - "originRouting": {
- "code": "USMIA"
}, - "destinationRouting": {
- "code": "USMIA"
}, - "transhipment": [
- {
- "code": "USMIA"
}
]
}, - "billingItems": [
- {
- "name": null,
- "serviceItem": "Freight",
- "optional": false,
- "price": {
- "currency": "EUR",
- "amount": 100,
- "taxes": 0,
- "total": 100
}
}
], - "transitTime": 1,
- "publicTags": [
- "Promoted"
], - "suppliersInformation": {
- "freight": {
- "name": "string"
}, - "pickup": {
- "name": "string"
}, - "delivery": {
- "name": "string"
}
}, - "pickupSchedule": {
- "postalCode": "33000",
- "cityName": "Madrid"
}, - "deliverySchedule": {
- "postalCode": "33000",
- "cityName": "Madrid"
}, - "total": {
- "currency": "EUR",
- "amount": 100,
- "taxes": 0,
- "total": 100
}, - "rateType": "Mixed",
- "isPartial": false,
- "departureWeekdays": [
- 1
]
}
], - "quoteType": "Instant quote",
- "completed": true,
- "origin": {
- "type": "string",
- "countryIsoCode": "string",
- "postalCode": "string",
- "city": "string"
}, - "destination": {
- "type": "string",
- "countryIsoCode": "string",
- "postalCode": "string",
- "city": "string"
}, - "items": [
- {
- "type": "DV20",
- "quantity": 1
}
], - "shipmentType": "FCL"
}
}| rateUuid required | string <uuid> Example: 918f07a7-14b3-4587-aa46-69f9089dd663 Uuid of the rate |
New quote
| currency required | string (Currency) |
required | Array of objects (OptionalBillingItemSelectionData) |
required | object (ServicesSelected) Details of the services selected |
| lang required | string Enum: "es_ES" "en_US" |
{- "currency": "EUR",
- "optionalBillingItems": [
- {
- "name": "string",
- "serviceItem": "Pickup",
- "data": { }
}
], - "servicesSelected": {
- "pickup": true,
- "origin": true,
- "destination": true,
- "freight": true,
- "delivery": true
}, - "lang": "es_ES"
}{- "data": {
- "rate": {
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "expirationDate": "3023-02-01",
- "direct": true,
- "schedule": {
- "departureDate": "2023-02-01T00:00:00+00:00",
- "cutOffDate": "2023-01-01T00:00:00+00:00",
- "vesselName": "string",
- "voyageNumber": "string",
- "transitDays": 1,
- "origin": {
- "code": "USMIA"
}, - "destination": {
- "code": "USMIA"
}, - "originRouting": {
- "code": "USMIA"
}, - "destinationRouting": {
- "code": "USMIA"
}, - "transhipment": [
- {
- "code": "USMIA"
}
]
}, - "billingItems": [
- {
- "name": null,
- "serviceItem": "Freight",
- "optional": false,
- "price": {
- "currency": "EUR",
- "amount": 100,
- "taxes": 0,
- "total": 100
}
}
], - "transitTime": 1,
- "publicTags": [
- "Promoted"
], - "suppliersInformation": {
- "freight": {
- "name": "string"
}, - "pickup": {
- "name": "string"
}, - "delivery": {
- "name": "string"
}
}, - "pickupSchedule": {
- "postalCode": "33000",
- "cityName": "Madrid"
}, - "deliverySchedule": {
- "postalCode": "33000",
- "cityName": "Madrid"
}, - "total": {
- "currency": "EUR",
- "amount": 100,
- "taxes": 0,
- "total": 100
}, - "rateType": "Mixed",
- "isPartial": false,
- "departureWeekdays": [
- 1
]
}, - "optionalBillingItems": [
- {
- "name": "string",
- "serviceItem": "Freight",
- "optional": "optional",
- "price": 0
}
]
}
}