| Name | Description | Type | Additional information |
|---|---|---|---|
| RegisteredOwner |
The registered keeper of the vehicle |
string |
Required |
| Veh_Reg |
The vehicle registration |
string |
Required |
| Veh_Make |
The vehicle make |
string | |
| Veh_Model |
The vehicle model |
string | |
| Vehicle_Colour |
The colour of the vehicle |
string | |
| VehicleLocation |
The current location of the vehicle |
string | |
| Type_Of_Claim |
What best describes the claim type. For a list of claim types see api/claims/claimtypes |
string |
Required Matching regular expression pattern: Non Fault|Fault|Fire|Theft|Glass |
| LiabilityResponsible |
The claimants view on liability |
string | |
| Liability_Admitted |
Has liability been admitted |
boolean | |
| AccidentDate |
The accident date |
date |
Required |
| AccidentDesc |
A description of the accident |
string | |
| Accident_Location |
The location of the accident |
string | |
| AccidentTime |
The accident time |
date | |
| ClientVehicleDamage |
Is the vehicle undrivable |
boolean |
Required |
| Damages |
Describe the damages to the vehicle. Mandatory if ClientVehicleDamage = true |
string | |
| Veh_Undrivable |
Is the vehicle undrivable |
boolean |
Required |
| UndrivableReason |
Why is the vehicle undrivable? Mandatoty if Veh_Undrivable = true |
string | |
| ES_Police |
Did the police attend the scene? |
boolean |
Required |
| ES_Fire |
Did the fire service attend the scene? |
boolean |
Required |
| ES_Ambulance |
Did an ambulance attend the scene? |
boolean |
Required |
| ReportedToPolice |
Was the incident reported to the police |
boolean | |
| Police |
Details of the notified police force. Mandatory if ReportedToPolice = true |
AddPolice | |
| AccidentCircs |
Description of accident circumstances |
AddAccidentCircs |
Required |
| RoadCondition |
Description of the road conditions at the time |
AddRoadCondition | |
| WeatherCondition |
Description of the weather conditions at the time |
AddWeatherCondition | |
| PurposeOfJourney |
What was the purpose of the journey |
string | |
| NoPeopleInCar |
How many people were in the vehicle at the time, including the driver |
integer |
Required |
| Passengers |
Details of passengers in the client's vehicle |
Collection of AddPassengers | |
| SpeedPriorToRTA |
What speed was the client's vehicle travelling at the time of the incident |
integer | |
| Camera |
Did the driver have a dashcam? |
boolean |