Request Format
The request payload should include theagreement_end_date
in ISO 8601 format:
Date Format
Theagreement_end_date
should be provided in ISO 8601 format: YYYY-MM-DDTHH:mm:ss.sssZ
Example: 2025-08-30T18:37:34.000Z
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
ID of the Fleet making the request.
123
Path Parameters
Unique identifier of the driver agreement to close.
66
Body
End date for the agreement in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ).
"2025-08-30T18:37:34.000Z"
Response
Driver Agreement Closed Successfully
Unique identifier for the driver agreement.
66
Vehicle associated with the driver agreement. DEPRECATED: This object will be removed in future API versions.
Current status of the agreement.
"open"
Current status of the agreement.
"ACTIVE"
Start date of the agreement.
"2025-08-16T14:30:00-04:00"
End date of the agreement (updated by this request).
"2025-08-30T14:37:34-04:00"
Date the agreement was added to the system.
"2025-08-20T11:28:44.086896-04:00"
Date the agreement was last updated.
"2025-08-20T11:28:44.086911-04:00"
Unique agreement number.
"POWLSSL192192"
Plan type for the agreement.
"unlimited"
ID of the driver linked to this agreement.
42