メインコンテンツまでスキップ

Driver model

All drivers must be registered within the system as users.

external_idstring | nullnullable

Arbitrary identifier that a consumer can set for their reference (for example, driver license #). It can be used to filter drivers during API calls.

first_namestring | nullnullable

Driver's first name

last_namestring | nullnullable

Drvier's last name

projectstring<uri-reference>required

Reference URI of the project this driver belongs to

userstring<uri-reference>required

Reference URI of the driver's user

usernamestring

Login username of the driver (the same is used in Driver Application)

created_atstring<date-time>

Creation timestamp of an object

id object

Identifier of the object

anyOf
integer

Can be integer

modified_atstring<date-time>

Last modification timestampo of the object

resource_uristring<uri-reference>

URI of the object instance

Driver model
{
"external_id": "string",
"first_name": "string",
"last_name": "string",
"project": "string",
"user": "string",
"username": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"id": 0,
"modified_at": "2024-07-29T15:51:28.071Z",
"resource_uri": "string"
}