blueflag_logo

Written Off Vehicle#

Written Off Vehicle Register (WOVR) data is provided by insurance companies to the state road and traffic authority.


Learn More >



Attributes


vin string

A unique 17 character code used to identify individual motor vehicles.


chassis string

A unique code used to identify individual motor vehicles. Used before January 1989 in Australia.


registration.plate string

An alphanumeric code used to identify vehicles. The plate is visible on the front and rear of most vehicles.


registration.state string

Area within Australia where the vehicle is registered.

One of: ACT, NSW, NT, QLD, SA, TAS, VIC, WA


written_off.damage_codes string

Code dictating the type and location of damage


written_off.incident_code string

A statutory write-off indicates the vehicle cannot be repaired whereas a repairable write-off indicates the vehicle can be repaired. This is determined by the insurance company.

One of: Statutory Write-Off or Repairable Write-Off


written_off.incident_recorded_date string (YYYY-MM-DD)

Date the vehicle was recorded as written-off.


written_off.jurisdiction string

State where the vehicle was recorded as written-off.

One of: ACT, NSW, NT, QLD, SA, TAS, VIC, WA


written_off.type_code string

Cause of the vehicle damage


nvic string

Glass's National Vehicle Identification Code (NVIC) is a unique character code used to identify an individual motor vehicle.

This value is only available to Glass's customers.
Please contact us for futher information if you're interested.



ENDPOINT URL
1
https://sandbox.blueflag.com.au/nevdis/written_off_check?plate=TEST80&state=VIC&include_nvic=true"
EXAMPLE REQUEST
bash
1
curl "https://sandbox.blueflag.com.au/nevdis/written_off_check?plate=TEST80&state=VIC&include_nvic=true" -H "Authorization: secret_SANDBOX_f1nlZOh0Xr1JvMgJy0d0l9i5JybnBEAYfl7isuU0_o-1GkBsaN8f"
EXAMPLE RESPONSE
json
1
{
2
"request_id": "61343a9d-3bd5-4792-b5fe-f93ebda2c868",
3
"result": [
4
{
5
"vin": "WAUZZZ8X4GB00TEST",
6
"chassis": null,
7
"registration": {
8
"plate": "TEST80",
9
"state": "VIC"
10
},
11
"nvic": "042519",
12
"written_off": [
13
{
14
"damage_codes": "F14N",
15
"incident_code": "Statutory Write-off",
16
"incident_recorded_date": "2021-03-02",
17
"jurisdiction": "VIC",
18
"type_code": "Storm, Flood, Other Write-off"
19
}
20
]
21
}
22
]
23
}