Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Unique identifier or number for the agreement.
"AGMT-0001"
Start date of the driver agreement (ISO 8601 format).
"2025-04-10T00:00:00Z"
End date of the driver agreement (ISO 8601 format).
"2025-10-10T00:00:00Z"
ID of the driver involved in the agreement.
103
ID of the vehicle assigned to the driver agreement.
7883
Response
Driver Agreement Created Successfully
Unique identifier for the created agreement.
"AGMT-0001"
Start date of the created agreement.
"2025-04-10T00:00:00-04:00"
End date of the created agreement.
"2025-10-10T00:00:00-04:00"
ID of the driver involved in the created agreement.
103
ID of the vehicle linked to the created agreement.
7883
Parent agreement ID if this is a sub-agreement; otherwise null.
null