Connectors
Dispatch Platform connector

create_vehicle

Create a vehicle in the approved synthetic demo cluster.
POSTWriteDemo cluster only

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
refstringRequired

Unique vehicle reference.

yearintegerRequired

Year of manufacture.

regstringRequired

Vehicle registration number.

platestringRequired

Vehicle plate number.

plate_expirystringRequired

Plate expiry in ISO 8601 format.

makestringRequired

Vehicle manufacturer.

modelstringRequired

Vehicle model.

colourstringRequired

Vehicle colour.

a_k_astringOptional

Vehicle alias or nickname.

hire_expirystringOptional

Hire agreement expiry in ISO 8601 format.

insurerstringOptional

Insurance provider.

insurancestringOptional

Insurance policy number.

insurance_expirystringOptional

Insurance expiry in ISO 8601 format.

council_compliance_expirystringOptional

Council compliance expiry in ISO 8601 format.

nctstringOptional

Vehicle test number.

nct_expirystringOptional

Vehicle test expiry in ISO 8601 format.

road_tax_expirystringOptional

Road tax expiry in ISO 8601 format.

vehicle_phonestringOptional

Phone number associated with the vehicle.

co2_emissionstringOptional

Vehicle CO2 emission value.

attributesarrayOptional

Vehicle attribute IDs to assign after creation.

This page documents the restricted write contract. No example payload or response body is included.