curl --request GET \
--url https://api.vooma.ai/v0/quotes/{quoteId} \
--header 'Authorization: Bearer <token>'{
"quote": {
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"status": "NEW",
"freightOrder": {
"commodities": [
{
"description": "<string>",
"isStackable": true,
"itemReference": {
"type": "ORDER_REFERENCE",
"value": "<string>"
},
"dimensions": {
"height": {
"value": 123,
"units": "IN"
},
"width": {
"value": 123,
"units": "IN"
},
"length": {
"value": 123,
"units": "IN"
}
},
"weight": {
"units": "LB",
"value": 123
},
"hazmat": {
"classifications": [
{
"qualifier": "P",
"hazardClass": "1"
}
],
"contact": {
"id": "<string>",
"name": "<string>",
"phone": "<string>",
"email": "<string>",
"role": "<string>",
"customerId": "<string>",
"carrierId": "<string>",
"reference": {
"type": "ORDER_REFERENCE",
"value": "<string>"
}
},
"packingGroup": "<string>",
"unNumber": "<string>",
"weight": {
"units": "LB",
"value": 123
}
},
"nmfcCode": "<string>",
"freightClass": "<string>",
"pieceUnits": "BAGS",
"pieceQuantity": 123,
"handlingUnits": "BAGS",
"handlingQuantity": 123
}
],
"equipment": {
"type": "BOX_TRUCK",
"equipmentLength": {
"value": 123,
"units": "IN"
},
"temperature": {
"units": "F",
"max": 123,
"min": 123
},
"description": "<string>"
},
"customer": {
"id": "<string>",
"name": "<string>",
"externalIds": [
{
"type": "ALJEX",
"value": "<string>"
}
],
"contacts": [
{
"id": "<string>",
"name": "<string>",
"phone": "<string>",
"email": "<string>",
"role": "<string>",
"customerId": "<string>",
"carrierId": "<string>"
}
]
},
"route": {
"stops": [
{
"location": {
"externalIds": [
{
"type": "CUSTOM",
"value": "<string>"
}
],
"address": {
"country": "<string>",
"postalCode": "<string>",
"city": "<string>",
"state": "<string>",
"addressTwo": "<string>",
"addressOne": "<string>"
},
"id": "<string>",
"geoCoordinates": {
"longitude": 123,
"latitude": 123
},
"hours": {
"sunday": {
"type": "FACILITY_HOURS",
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"saturday": {
"type": "FACILITY_HOURS",
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"friday": {
"type": "FACILITY_HOURS",
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"thursday": {
"type": "FACILITY_HOURS",
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"wednesday": {
"type": "FACILITY_HOURS",
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"tuesday": {
"type": "FACILITY_HOURS",
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"monday": {
"type": "FACILITY_HOURS",
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
}
},
"contacts": [
{
"name": "<string>",
"email": "<string>",
"phone": "<string>",
"role": "<string>"
}
],
"name": "<string>"
},
"type": "PICKUP",
"notes": "<string>",
"dateTimeRange": {
"startDate": "<string>",
"endDate": "<string>",
"startTime": "<string>",
"endTime": "<string>",
"timezone": "<string>",
"type": "FACILITY_HOURS"
}
}
],
"mileage": {
"uom": "MI",
"value": 123
}
},
"freightModeDetails": {
"mode": "TRUCKLOAD",
"drayageSubtype": "IMPORT"
},
"documents": [
{
"url": "<string>",
"id": "<string>"
}
],
"totalWeight": {
"units": "LB",
"value": 123
}
},
"additionalUsers": [
{
"id": "<string>",
"externalIds": [
{
"type": "CUSTOM",
"value": "<string>"
}
]
}
],
"tags": {
"isAuction": true
},
"automation": {
"requestedByUser": true,
"identifiedByVooma": true
},
"externalIds": [
{
"type": "<string>",
"value": "<string>"
}
],
"carrierRate": {
"id": "<string>",
"method": "CUSTOM",
"amount": {
"uom": "USD",
"value": 123
},
"externalIds": [
{
"type": "CUSTOM",
"value": "<string>"
}
],
"components": [
{
"amount": {
"uom": "USD",
"value": 123
},
"type": "LINE_HAUL",
"description": "<string>"
}
]
},
"customerRate": {
"id": "<string>",
"method": "CUSTOM",
"amount": {
"uom": "USD",
"value": 123
},
"externalIds": [
{
"type": "CUSTOM",
"value": "<string>"
}
],
"components": [
{
"amount": {
"uom": "USD",
"value": 123
},
"type": "LINE_HAUL",
"description": "<string>"
}
]
},
"user": {
"id": "<string>",
"externalIds": [
{
"type": "CUSTOM",
"value": "<string>"
}
]
},
"requestedByEmail": "<string>",
"customFreightTags": [
"<string>"
],
"responseTimeSeconds": 123
}
}curl --request GET \
--url https://api.vooma.ai/v0/quotes/{quoteId} \
--header 'Authorization: Bearer <token>'{
"quote": {
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"status": "NEW",
"freightOrder": {
"commodities": [
{
"description": "<string>",
"isStackable": true,
"itemReference": {
"type": "ORDER_REFERENCE",
"value": "<string>"
},
"dimensions": {
"height": {
"value": 123,
"units": "IN"
},
"width": {
"value": 123,
"units": "IN"
},
"length": {
"value": 123,
"units": "IN"
}
},
"weight": {
"units": "LB",
"value": 123
},
"hazmat": {
"classifications": [
{
"qualifier": "P",
"hazardClass": "1"
}
],
"contact": {
"id": "<string>",
"name": "<string>",
"phone": "<string>",
"email": "<string>",
"role": "<string>",
"customerId": "<string>",
"carrierId": "<string>",
"reference": {
"type": "ORDER_REFERENCE",
"value": "<string>"
}
},
"packingGroup": "<string>",
"unNumber": "<string>",
"weight": {
"units": "LB",
"value": 123
}
},
"nmfcCode": "<string>",
"freightClass": "<string>",
"pieceUnits": "BAGS",
"pieceQuantity": 123,
"handlingUnits": "BAGS",
"handlingQuantity": 123
}
],
"equipment": {
"type": "BOX_TRUCK",
"equipmentLength": {
"value": 123,
"units": "IN"
},
"temperature": {
"units": "F",
"max": 123,
"min": 123
},
"description": "<string>"
},
"customer": {
"id": "<string>",
"name": "<string>",
"externalIds": [
{
"type": "ALJEX",
"value": "<string>"
}
],
"contacts": [
{
"id": "<string>",
"name": "<string>",
"phone": "<string>",
"email": "<string>",
"role": "<string>",
"customerId": "<string>",
"carrierId": "<string>"
}
]
},
"route": {
"stops": [
{
"location": {
"externalIds": [
{
"type": "CUSTOM",
"value": "<string>"
}
],
"address": {
"country": "<string>",
"postalCode": "<string>",
"city": "<string>",
"state": "<string>",
"addressTwo": "<string>",
"addressOne": "<string>"
},
"id": "<string>",
"geoCoordinates": {
"longitude": 123,
"latitude": 123
},
"hours": {
"sunday": {
"type": "FACILITY_HOURS",
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"saturday": {
"type": "FACILITY_HOURS",
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"friday": {
"type": "FACILITY_HOURS",
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"thursday": {
"type": "FACILITY_HOURS",
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"wednesday": {
"type": "FACILITY_HOURS",
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"tuesday": {
"type": "FACILITY_HOURS",
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"monday": {
"type": "FACILITY_HOURS",
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
}
},
"contacts": [
{
"name": "<string>",
"email": "<string>",
"phone": "<string>",
"role": "<string>"
}
],
"name": "<string>"
},
"type": "PICKUP",
"notes": "<string>",
"dateTimeRange": {
"startDate": "<string>",
"endDate": "<string>",
"startTime": "<string>",
"endTime": "<string>",
"timezone": "<string>",
"type": "FACILITY_HOURS"
}
}
],
"mileage": {
"uom": "MI",
"value": 123
}
},
"freightModeDetails": {
"mode": "TRUCKLOAD",
"drayageSubtype": "IMPORT"
},
"documents": [
{
"url": "<string>",
"id": "<string>"
}
],
"totalWeight": {
"units": "LB",
"value": 123
}
},
"additionalUsers": [
{
"id": "<string>",
"externalIds": [
{
"type": "CUSTOM",
"value": "<string>"
}
]
}
],
"tags": {
"isAuction": true
},
"automation": {
"requestedByUser": true,
"identifiedByVooma": true
},
"externalIds": [
{
"type": "<string>",
"value": "<string>"
}
],
"carrierRate": {
"id": "<string>",
"method": "CUSTOM",
"amount": {
"uom": "USD",
"value": 123
},
"externalIds": [
{
"type": "CUSTOM",
"value": "<string>"
}
],
"components": [
{
"amount": {
"uom": "USD",
"value": 123
},
"type": "LINE_HAUL",
"description": "<string>"
}
]
},
"customerRate": {
"id": "<string>",
"method": "CUSTOM",
"amount": {
"uom": "USD",
"value": 123
},
"externalIds": [
{
"type": "CUSTOM",
"value": "<string>"
}
],
"components": [
{
"amount": {
"uom": "USD",
"value": 123
},
"type": "LINE_HAUL",
"description": "<string>"
}
]
},
"user": {
"id": "<string>",
"externalIds": [
{
"type": "CUSTOM",
"value": "<string>"
}
]
},
"requestedByEmail": "<string>",
"customFreightTags": [
"<string>"
],
"responseTimeSeconds": 123
}
}