Obtén cotizaciones en tiempo real para tus envíos.
Registra y gestiona tus órdenes de carga fácilmente.
Realiza múltiples cotizaciones de manera eficiente.
Obtén insights valiosos a través de análisis de datos avanzados.
Sigue el estado y la ubicación de tus envíos en tiempo real.
Accede y gestiona toda la documentación relacionada con tus envíos.
POST /rates
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
{
"id": "R123456",
"rateNumber": 1,
"createdAt": "2024-10-08T10:30:00Z",
"pickupCountry": "Spain",
"pickupPostalCode": "28001",
"pickupTown": "Madrid",
"deliveryCountry": "Spain",
"deliveryPostalCode": "08001",
"deliveryTown": "Barcelona",
"shipmentType": "standard",
"price": 150.75,
"expressVehicleType": "van",
"transitTime": "24h",
"departures": [
"2024-10-09T08:00:00Z"
],
"bulletPoints": [
"Entrega en 24 horas",
"Seguimiento en tiempo real",
"Cobertura nacional"
],
"adr": false,
"nonTransferable": false,
"lateralLoad": false,
"pickupTailLift": true,
"deliveryTailLift": true,
"loads": [
{
"units": 5,
"length": 105,
"width": 105,
"height": 90,
"weight": 1900,
"isRemontable": true
}
],
"rateType": "rate_by_loads",
"linealMeters": 2.5,
"linealTotalWeight": 1200
}