Write off, insurance and theft data (MIAFTR Data)

A data block telling you if the vehicle has been in an insurance claim where the vehicle was categorised.

car

Data Points Included

  • Category (A|B|C|N|S)
  • Loss Date
  • Insurer Name
  • Theft Indicator

Example Output


    "MiaftrDetails": {
      "UkvdId": "V-BBBBBG",
      "WriteOffRecordList": [
        {
          "DateRemoved": null,
          "TheftIndicator": "65",
          "TheftIndicatorLiteral": "NOT STOLEN",
          "MiaftrEntryDate": "2017-09-09T23:00:00Z",
          "LossDate": "2017-09-09T23:00:00Z",
          "LossType": "0",
          "Status": "CAT A VEHICLE CRUSHED",
          "Category": "A",
          "InsurerName": "MS Amlin",
          "InsurerBranch": "00",
          "InsurerCode": "134",
          "ClaimNumber": "REDACTED",
          "ContactNumber": "01245 111111"
        }
      ],
      "StatusCode": 0,
      "StatusMessage": "Success",
      "DocumentVersion": 2,
      "GeneratedAt": "2025-01-24T10:36:43.264Z"
    }