Common Models
Driver
The model representing a driver in Terminal.
The schema is of type object
.
Copy
Ask AI
{
"id": "drv_01D8ZQFGHVJ858NBF2Q7DV9MNC",
"sourceId": "123456789",
"provider": "geotab",
"status": "active",
"firstName": "Mike",
"middleName": "Bryan",
"lastName": "Miller",
"email": "driver@example.com",
"phone": "+19058084567",
"license": {
"state": "TN",
"number": "123-456-789-0"
},
"groups": [
"group_01D8ZQFGHVJ858NBF2Q7DV9MNC"
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"metadata": {
"addedAt": "2023-11-07T05:31:56Z",
"modifiedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"visibility": "visible"
},
"raw": []
}
Assistant
Responses are generated using AI and may contain mistakes.