{
"event_type": "carrier_upsert",
"org_id": "01111111-11aa-11aa-1111-a11111111111",
"mc_number": "55555",
"dot_number": "123456",
"status": "active",
"contacts": [
{
"name": "John Dispatcher",
"email": "dispatch@abctrucking.com",
"phone": "5551234567",
"type": "dispatch",
"extension": "101",
"preferred_contact_method": "phone"
},
{
"name": "Jane Driver",
"email": "jane@abctrucking.com",
"phone": "5559876543",
"type": "driver",
"preferred_contact_method": "text"
}
],
"markets": [
{
"origin": {
"city": "Chicago",
"state": "IL",
"zip": "60601",
"country": "US"
},
"destination": {
"city": "New York",
"state": "NY",
"zip": "10001",
"country": "US"
}
},
{
"origin": {
"city": "Dallas",
"state": "TX",
"zip": "75201",
"country": "US"
},
"destination": {
"city": "Los Angeles",
"state": "CA",
"zip": "90210",
"country": "US"
}
}
]
}
{
"id": "01111111-11aa-11aa-1111-a11111111111",
"created_at": "2024-03-19T08:00:00Z",
"status": "active",
"mc_number": "55555",
"dot_number": "123456",
"contacts": [
{
"name": "John Dispatcher",
"email": "dispatch@abctrucking.com",
"phone": "5551234567",
"type": "dispatch"
}
],
"markets": [
{
"origin": {
"city": "Chicago",
"state": "IL",
"zip": "60601"
},
"destination": {
"city": "New York",
"state": "NY",
"zip": "10001"
}
}
]
}
Create or update a carrier in the system
{
"event_type": "carrier_upsert",
"org_id": "01111111-11aa-11aa-1111-a11111111111",
"mc_number": "55555",
"dot_number": "123456",
"status": "active",
"contacts": [
{
"name": "John Dispatcher",
"email": "dispatch@abctrucking.com",
"phone": "5551234567",
"type": "dispatch",
"extension": "101",
"preferred_contact_method": "phone"
},
{
"name": "Jane Driver",
"email": "jane@abctrucking.com",
"phone": "5559876543",
"type": "driver",
"preferred_contact_method": "text"
}
],
"markets": [
{
"origin": {
"city": "Chicago",
"state": "IL",
"zip": "60601",
"country": "US"
},
"destination": {
"city": "New York",
"state": "NY",
"zip": "10001",
"country": "US"
}
},
{
"origin": {
"city": "Dallas",
"state": "TX",
"zip": "75201",
"country": "US"
},
"destination": {
"city": "Los Angeles",
"state": "CA",
"zip": "90210",
"country": "US"
}
}
]
}
{
"id": "01111111-11aa-11aa-1111-a11111111111",
"created_at": "2024-03-19T08:00:00Z",
"status": "active",
"mc_number": "55555",
"dot_number": "123456",
"contacts": [
{
"name": "John Dispatcher",
"email": "dispatch@abctrucking.com",
"phone": "5551234567",
"type": "dispatch"
}
],
"markets": [
{
"origin": {
"city": "Chicago",
"state": "IL",
"zip": "60601"
},
"destination": {
"city": "New York",
"state": "NY",
"zip": "10001"
}
}
]
}
X-API-Key: <your_api_key>
active
- fail
- inactive
- in_review
- not_set
Show Contact properties
primary
- dispatch
- billing
- driver
- claims
email
- phone
- text
Show Market properties
{
"event_type": "carrier_upsert",
"org_id": "01111111-11aa-11aa-1111-a11111111111",
"mc_number": "55555",
"dot_number": "123456",
"status": "active",
"contacts": [
{
"name": "John Dispatcher",
"email": "dispatch@abctrucking.com",
"phone": "5551234567",
"type": "dispatch",
"extension": "101",
"preferred_contact_method": "phone"
},
{
"name": "Jane Driver",
"email": "jane@abctrucking.com",
"phone": "5559876543",
"type": "driver",
"preferred_contact_method": "text"
}
],
"markets": [
{
"origin": {
"city": "Chicago",
"state": "IL",
"zip": "60601",
"country": "US"
},
"destination": {
"city": "New York",
"state": "NY",
"zip": "10001",
"country": "US"
}
},
{
"origin": {
"city": "Dallas",
"state": "TX",
"zip": "75201",
"country": "US"
},
"destination": {
"city": "Los Angeles",
"state": "CA",
"zip": "90210",
"country": "US"
}
}
]
}
{
"id": "01111111-11aa-11aa-1111-a11111111111",
"created_at": "2024-03-19T08:00:00Z",
"status": "active",
"mc_number": "55555",
"dot_number": "123456",
"contacts": [
{
"name": "John Dispatcher",
"email": "dispatch@abctrucking.com",
"phone": "5551234567",
"type": "dispatch"
}
],
"markets": [
{
"origin": {
"city": "Chicago",
"state": "IL",
"zip": "60601"
},
"destination": {
"city": "New York",
"state": "NY",
"zip": "10001"
}
}
]
}
Was this page helpful?