POST /truckload/trips

The create trip API allows for the creation of a trip and associated stops
in the Maven system.
The apiKey header authenticates and authorizes the request to submit trip
data for a specific company.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

Unique external identifier for trip

externalUserIds
array of strings

Unique external identifiers for drivers scheduled for this trip

externalUserIds
userIds
array of strings

Unique identifiers for drivers scheduled for this trip

userIds
externalVehicleIds
array of strings

Unique external identifiers for vehicles scheduled for this trip

externalVehicleIds
externalTrailerIds
array of strings

Unique external identifiers for trailers scheduled for this trip

externalTrailerIds
string

Display name for trip

string

Description/summary/details about the trip

string

Trip type key from the TMS.

number

Trip sequence number

date-time

Scheduled start time for the trip

date-time

Scheduled end time for the trip

number

Scheduled total distance for the trip (1 decimal place)

number

Scheduled loaded distance for the trip (1 decimal place)

number

Scheduled empty distance for the trip (1 decimal place)

number

Scheduled weight for the trip load (1 decimal place)

number

Scheduled volume for the trip load (1 decimal place)

integer

Scheduled pieces count for the trip

shipper
object

Shipper associated with the trip

consignee
object

Consignee associated with the trip

stops
array of objects

Stops associated with the trip

stops
attributes
object

Additional custom properties of the trip

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json