cURL
curl --request POST \
--url https://api.vooma.ai/v0/quotes/search \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"customFreightTags": [
"<string>"
],
"pagination": {
"limit": 123,
"after": "<string>",
"before": "<string>",
"last": 123,
"first": 123
},
"auctionTypes": [],
"freightModes": [],
"equipmentTypes": [],
"laneFilter": {},
"updatedAtFilter": {
"end": "2023-11-07T05:31:56Z",
"start": "2023-11-07T05:31:56Z"
},
"dateFilter": {
"end": "2023-11-07T05:31:56Z",
"start": "2023-11-07T05:31:56Z"
},
"searchTerm": "<string>",
"statuses": [],
"customerIds": [
"<string>"
]
}
'{
"quotes": [
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"freightOrder": {
"commodities": [
{
"description": "<string>",
"isStackable": true,
"itemReference": {
"value": "<string>"
},
"dimensions": {
"height": {
"value": 123
},
"width": {
"value": 123
},
"length": {
"value": 123
}
},
"weight": {
"value": 123
},
"hazmat": {
"classifications": [
{}
],
"contact": {
"carrierId": "<string>",
"id": "<string>",
"name": "<string>",
"phone": "<string>",
"email": "<string>",
"role": "<string>",
"reference": {
"value": "<string>"
}
},
"packingGroup": "<string>",
"unNumber": "<string>",
"weight": {
"value": 123
}
},
"nmfcCode": "<string>",
"freightClass": "<string>",
"pieceQuantity": 123,
"handlingQuantity": 123
}
],
"equipment": {
"equipmentLength": {
"value": 123
},
"temperature": {
"max": 123,
"min": 123
},
"description": "<string>"
},
"customer": {
"id": "<string>",
"name": "<string>",
"externalIds": [
{
"value": "<string>"
}
],
"contacts": [
{
"carrierId": "<string>",
"id": "<string>",
"name": "<string>",
"phone": "<string>",
"email": "<string>",
"role": "<string>"
}
]
},
"route": {
"stops": [
{
"location": {
"externalIds": [
{
"value": "<string>"
}
],
"address": {
"country": "<string>",
"postalCode": "<string>",
"city": "<string>",
"state": "<string>",
"addressTwo": "<string>",
"addressOne": "<string>"
},
"id": "<string>",
"geoCoordinates": {
"longitude": 123,
"latitude": 123
},
"hours": {
"sunday": {
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"saturday": {
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"friday": {
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"thursday": {
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"wednesday": {
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"tuesday": {
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"monday": {
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
}
},
"contacts": [
{
"id": "<string>",
"name": "<string>",
"phone": "<string>",
"email": "<string>",
"role": "<string>"
}
],
"name": "<string>"
},
"notes": "<string>",
"dateTimeRange": {
"startDate": "<string>",
"endDate": "<string>",
"startTime": "<string>",
"endTime": "<string>",
"timezone": "<string>"
}
}
],
"mileage": {
"value": 123
}
},
"freightModeDetails": {},
"documents": [
{
"url": "<string>",
"id": "<string>"
}
],
"totalWeight": {
"value": 123
}
},
"additionalUsers": [
{
"id": "<string>",
"externalIds": [
{
"value": "<string>"
}
]
}
],
"tags": {
"isAuction": true
},
"automation": {
"requestedByUser": true,
"identifiedByVooma": true
},
"externalIds": [
{
"type": "<string>",
"value": "<string>"
}
],
"carrierRate": {
"id": "<string>",
"amount": {
"value": 123
},
"externalIds": [
{
"value": "<string>"
}
],
"components": [
{
"amount": {
"value": 123
},
"description": "<string>"
}
]
},
"customerRate": {
"id": "<string>",
"amount": {
"value": 123
},
"externalIds": [
{
"value": "<string>"
}
],
"components": [
{
"amount": {
"value": 123
},
"description": "<string>"
}
]
},
"user": {
"id": "<string>",
"externalIds": [
{
"value": "<string>"
}
]
},
"requestedByEmail": "<string>",
"customFreightTags": [
"<string>"
],
"responseTimeSeconds": 123
}
],
"pageInfo": {
"endCursor": "<string>",
"startCursor": "<string>",
"hasPreviousPage": true,
"hasNextPage": true
},
"totalCount": 123,
"count": 123
}Quotes
Search Quotes
POST
/
quotes
/
search
cURL
curl --request POST \
--url https://api.vooma.ai/v0/quotes/search \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"customFreightTags": [
"<string>"
],
"pagination": {
"limit": 123,
"after": "<string>",
"before": "<string>",
"last": 123,
"first": 123
},
"auctionTypes": [],
"freightModes": [],
"equipmentTypes": [],
"laneFilter": {},
"updatedAtFilter": {
"end": "2023-11-07T05:31:56Z",
"start": "2023-11-07T05:31:56Z"
},
"dateFilter": {
"end": "2023-11-07T05:31:56Z",
"start": "2023-11-07T05:31:56Z"
},
"searchTerm": "<string>",
"statuses": [],
"customerIds": [
"<string>"
]
}
'{
"quotes": [
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"freightOrder": {
"commodities": [
{
"description": "<string>",
"isStackable": true,
"itemReference": {
"value": "<string>"
},
"dimensions": {
"height": {
"value": 123
},
"width": {
"value": 123
},
"length": {
"value": 123
}
},
"weight": {
"value": 123
},
"hazmat": {
"classifications": [
{}
],
"contact": {
"carrierId": "<string>",
"id": "<string>",
"name": "<string>",
"phone": "<string>",
"email": "<string>",
"role": "<string>",
"reference": {
"value": "<string>"
}
},
"packingGroup": "<string>",
"unNumber": "<string>",
"weight": {
"value": 123
}
},
"nmfcCode": "<string>",
"freightClass": "<string>",
"pieceQuantity": 123,
"handlingQuantity": 123
}
],
"equipment": {
"equipmentLength": {
"value": 123
},
"temperature": {
"max": 123,
"min": 123
},
"description": "<string>"
},
"customer": {
"id": "<string>",
"name": "<string>",
"externalIds": [
{
"value": "<string>"
}
],
"contacts": [
{
"carrierId": "<string>",
"id": "<string>",
"name": "<string>",
"phone": "<string>",
"email": "<string>",
"role": "<string>"
}
]
},
"route": {
"stops": [
{
"location": {
"externalIds": [
{
"value": "<string>"
}
],
"address": {
"country": "<string>",
"postalCode": "<string>",
"city": "<string>",
"state": "<string>",
"addressTwo": "<string>",
"addressOne": "<string>"
},
"id": "<string>",
"geoCoordinates": {
"longitude": 123,
"latitude": 123
},
"hours": {
"sunday": {
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"saturday": {
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"friday": {
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"thursday": {
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"wednesday": {
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"tuesday": {
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
},
"monday": {
"timezone": "<string>",
"endTime": "<string>",
"startTime": "<string>"
}
},
"contacts": [
{
"id": "<string>",
"name": "<string>",
"phone": "<string>",
"email": "<string>",
"role": "<string>"
}
],
"name": "<string>"
},
"notes": "<string>",
"dateTimeRange": {
"startDate": "<string>",
"endDate": "<string>",
"startTime": "<string>",
"endTime": "<string>",
"timezone": "<string>"
}
}
],
"mileage": {
"value": 123
}
},
"freightModeDetails": {},
"documents": [
{
"url": "<string>",
"id": "<string>"
}
],
"totalWeight": {
"value": 123
}
},
"additionalUsers": [
{
"id": "<string>",
"externalIds": [
{
"value": "<string>"
}
]
}
],
"tags": {
"isAuction": true
},
"automation": {
"requestedByUser": true,
"identifiedByVooma": true
},
"externalIds": [
{
"type": "<string>",
"value": "<string>"
}
],
"carrierRate": {
"id": "<string>",
"amount": {
"value": 123
},
"externalIds": [
{
"value": "<string>"
}
],
"components": [
{
"amount": {
"value": 123
},
"description": "<string>"
}
]
},
"customerRate": {
"id": "<string>",
"amount": {
"value": 123
},
"externalIds": [
{
"value": "<string>"
}
],
"components": [
{
"amount": {
"value": 123
},
"description": "<string>"
}
]
},
"user": {
"id": "<string>",
"externalIds": [
{
"value": "<string>"
}
]
},
"requestedByEmail": "<string>",
"customFreightTags": [
"<string>"
],
"responseTimeSeconds": 123
}
],
"pageInfo": {
"endCursor": "<string>",
"startCursor": "<string>",
"hasPreviousPage": true,
"hasNextPage": true
},
"totalCount": 123,
"count": 123
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Available options:
CONFIRMED, UNCONFIRMED, ALL Show child attributes
Show child attributes
Available options:
AUCTION, NON_AUCTION Available options:
TRUCKLOAD, LTL, PARTIAL_TRUCKLOAD, INTERMODAL, DRAYAGE, PARCEL Available options:
BOX_TRUCK, CARGO_VAN, CONESTOGA, CONTAINER, DOUBLE_DROP, DRY_VAN, FLATBED, HOT_SHOT, LOW_BOY, POWER_ONLY, REEFER, REMOVABLE_GOOSENECK, SPRINTER_VAN, STEP_DECK, STRAIGHT_TRUCK, AUTO_CARRIER, VAN_OR_REEFER, FLATBED_OR_STEP_DECK, OTHER Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Available options:
NEW, QUOTED, WON, LOST ⌘I

