UpdateDriverRequest
firstName stringnullable
surname stringnullable
operatorOrEmployeeId stringnullable
email stringnullable
password stringnullable
phoneNumber stringnullable
tagId stringnullable
tagProperties object
categories int32[]nullable
expireDate date-timenullable
groupIds string[]nullable
UpdateDriverRequest
{
"firstName": "string",
"surname": "string",
"operatorOrEmployeeId": "string",
"email": "string",
"password": "string",
"phoneNumber": "string",
"tagId": "string",
"tagProperties": {
"categories": [
0
],
"expireDate": "2024-07-29T15:51:28.071Z"
},
"groupIds": [
"string"
]
}