create_driver
This write is restricted to an approved synthetic demo cluster. It is not generally available and must not be used with a production tenant.
Parameters
| Parameter | Type | Required | Notes |
|---|---|---|---|
| ref | string | Required | Unique driver reference. |
| first_name | string | Required | Driver first name. |
| last_name | string | Required | Driver last name. |
| name | string | Optional | Full name, derived from first and last name if omitted. |
| active | string | Optional | Whether the driver is active. 01 |
| a_k_a | string | Optional | Driver alias or nickname. |
| mobile | string | Optional | Mobile number. |
| phone | string | Optional | Phone number. |
| string | Optional | Driver email address. | |
| address | string | Optional | Driver postal address. |
| psv | string | Optional | PSV licence details. |
| psv_expiry | string | Optional | PSV expiry in ISO 8601 format. |
| badge_type | string | Optional | Driver badge type. |
| licence | string | Optional | Driving licence details. |
| licence_expiry | string | Optional | Licence expiry in ISO 8601 format. |
| imei | string | Optional | Driver device IMEI. |
| start_date | string | Optional | Driver start date or Unix timestamp. |
| school_badge_expiry | string | Optional | School badge expiry in ISO 8601 format. |
| ni_number | string | Optional | National Insurance identifier. |
| frequency | string | Optional | Payment or update frequency. |
| si_id | string | Optional | SI identifier. |
| password | string | Optional | Driver app login password. |
| vehicle_id | string | Optional | Vehicle ID to associate with the driver. |
This page documents the restricted write contract. No example payload or response body is included.
