Skip to main content
POST
Bulk Create Drivers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
driver_id
string
required

Unique identifier for the driver

Example:

"DUMMY12345"

first_name
string
required
Example:

"John"

last_name
string
required
Example:

"Doe"

address_line_1
string
required
Example:

"123 Main Street"

city
string
required
Example:

"New York"

state
string
required
Example:

"NY"

zip
string
required
Example:

"10001"

contact_number
string
required
Example:

"1234567890"

email
string
required
Example:

"john.doe@example.com"

address_line_2
string
Example:

"Apt 4B"

Response

200 - application/json

Successful response

id
integer
Example:

101

driver_id
string
Example:

"DUMMY12345"

first_name
string
Example:

"John"

last_name
string
Example:

"Doe"

address_line_1
string
Example:

"123 Main Street"

address_line_2
string
Example:

"Apt 4B"

city
string
Example:

"New York"

state
string
Example:

"NY"

zip
string
Example:

"10001"

contact_number
string
Example:

"1234567890"

email
string
Example:

"john.doe@example.com"