| Name | Description | Type | Additional information |
|---|---|---|---|
| Token |
The token returned after login used for authentication |
string |
None. |
| DriverId |
The driver id returned after login used for authentication |
unsigned integer |
None. |
| ServiceId |
The service id of the vehicle being driven |
unsigned integer |
None. |
| AccidentLatitude |
The accident latitude |
decimal number |
None. |
| AccidentLongitude |
The accident longitude |
decimal number |
None. |
| AccidentTime |
The accident time in UTC |
date |
None. |
| VehicleDamagedArea |
The area of the vehicle damaged |
string |
None. |
| PassengerCount |
How many passengers were in your vehicle |
integer |
None. |
| VehicleCondition |
The vehicles condition |
string |
None. |
| PoliceAttended |
Indicates if police attended the accident |
boolean |
None. |
| PoliceReferenceNumber |
A police reference number if one was provided |
string |
None. |
| Injuries |
Indicates if anyone was injured in the crash |
boolean |
None. |
| AccidentDescription |
Details of the accident |
string |
None. |
| AccidentWitnesses |
Details of any witnesses to the accident |
Collection of AccidentWitnessDetails |
None. |
| AccidentThirdParties |
Details of third parties involved in the accident |
Collection of AccidentThirdPartyDetails |
None. |
| AccidentPhotos |
Any details of accident photos |
Collection of AccidentPhotoDetails |
None. |