Assign drivers to devices

Assign one or more drivers to a device (one-to-one). One driver can be assigned to one device. Each device can have only one driver assigned at once.

Note: POST calls create new data, and do not affect existing data.

Request
Security:
Request Body schema: application/json
required
Array of objects (Driver to device assignment)
Responses
201

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

409

Conflict error

500

Internal server error

post/drivers/devices
Request samples
application/json
{
  • "data": [
    ]
}
Response samples
application/json
{
  • "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37"
}