curl --request PUT \
--url https://api.vooma.ai/v0/carriers/{carrierId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"carrier": {
"name": "<string>",
"equipment": [
{
"equipment": {
"type": "BOX_TRUCK",
"equipmentLength": {
"value": 123,
"units": "IN"
},
"temperature": {
"units": "F",
"max": 123,
"min": 123
},
"description": "<string>"
},
"trailerNumber": "<string>",
"truckNumber": "<string>"
}
],
"contacts": [
{
"contact": {
"carrierId": "<string>",
"customerId": "<string>",
"email": "<string>",
"phone": "<string>",
"name": "<string>",
"id": "<string>"
},
"type": "DRIVER"
}
],
"dotNumber": "<string>",
"mcNumber": "<string>"
}
}
'{
"name": "<string>",
"equipment": [
{
"equipment": {
"type": "BOX_TRUCK",
"equipmentLength": {
"value": 123,
"units": "IN"
},
"temperature": {
"units": "F",
"max": 123,
"min": 123
},
"description": "<string>"
},
"trailerNumber": "<string>",
"truckNumber": "<string>"
}
],
"contacts": [
{
"contact": {
"carrierId": "<string>",
"customerId": "<string>",
"email": "<string>",
"phone": "<string>",
"name": "<string>",
"id": "<string>"
},
"type": "DRIVER"
}
],
"dotNumber": "<string>",
"mcNumber": "<string>",
"id": "<string>"
}curl --request PUT \
--url https://api.vooma.ai/v0/carriers/{carrierId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"carrier": {
"name": "<string>",
"equipment": [
{
"equipment": {
"type": "BOX_TRUCK",
"equipmentLength": {
"value": 123,
"units": "IN"
},
"temperature": {
"units": "F",
"max": 123,
"min": 123
},
"description": "<string>"
},
"trailerNumber": "<string>",
"truckNumber": "<string>"
}
],
"contacts": [
{
"contact": {
"carrierId": "<string>",
"customerId": "<string>",
"email": "<string>",
"phone": "<string>",
"name": "<string>",
"id": "<string>"
},
"type": "DRIVER"
}
],
"dotNumber": "<string>",
"mcNumber": "<string>"
}
}
'{
"name": "<string>",
"equipment": [
{
"equipment": {
"type": "BOX_TRUCK",
"equipmentLength": {
"value": 123,
"units": "IN"
},
"temperature": {
"units": "F",
"max": 123,
"min": 123
},
"description": "<string>"
},
"trailerNumber": "<string>",
"truckNumber": "<string>"
}
],
"contacts": [
{
"contact": {
"carrierId": "<string>",
"customerId": "<string>",
"email": "<string>",
"phone": "<string>",
"name": "<string>",
"id": "<string>"
},
"type": "DRIVER"
}
],
"dotNumber": "<string>",
"mcNumber": "<string>",
"id": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
Show child attributes
Show child attributes
Typically one of the EquipmentType enum values but subject to change
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
DRIVER, DISPATCH Ok
Show child attributes
Show child attributes
Typically one of the EquipmentType enum values but subject to change
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
DRIVER, DISPATCH