Create drivers

Add one or more drivers to an organization.

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

Request
Security:
query Parameters
organizationId
string (Organization ID as string) ^[1-9]\d*$

Filter by the ID of the organization. Obtain this from GET /organizations.

Example: organizationId=17
Request Body schema: application/json
required
Array of objects (Create a new driver)
Responses
201

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

409

Conflict error

500

Internal server error

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