create_vehicle
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 vehicle reference. |
| year | integer | Required | Year of manufacture. |
| reg | string | Required | Vehicle registration number. |
| plate | string | Required | Vehicle plate number. |
| plate_expiry | string | Required | Plate expiry in ISO 8601 format. |
| make | string | Required | Vehicle manufacturer. |
| model | string | Required | Vehicle model. |
| colour | string | Required | Vehicle colour. |
| a_k_a | string | Optional | Vehicle alias or nickname. |
| hire_expiry | string | Optional | Hire agreement expiry in ISO 8601 format. |
| insurer | string | Optional | Insurance provider. |
| insurance | string | Optional | Insurance policy number. |
| insurance_expiry | string | Optional | Insurance expiry in ISO 8601 format. |
| council_compliance_expiry | string | Optional | Council compliance expiry in ISO 8601 format. |
| nct | string | Optional | Vehicle test number. |
| nct_expiry | string | Optional | Vehicle test expiry in ISO 8601 format. |
| road_tax_expiry | string | Optional | Road tax expiry in ISO 8601 format. |
| vehicle_phone | string | Optional | Phone number associated with the vehicle. |
| co2_emission | string | Optional | Vehicle CO2 emission value. |
| attributes | array | Optional | Vehicle attribute IDs to assign after creation. |
This page documents the restricted write contract. No example payload or response body is included.
