Update one or more drivers within an organization.
Note: PATCH calls update data partially. Any data not mentioned in the call, will be kept as is.
required | Array of objects (Update driver) |
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Conflict error
Internal server error
{- "data": [
- {
- "id": "qwerty12345",
- "organizationId": 17,
- "driverThirdPartyId": "moshe123",
- "drivingLicense": "10203040",
- "firstName": "John",
- "lastName": "Doe",
- "driverCode": "12345"
}
]
}
{- "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37"
}