Get started

An introduction to FNOL, Inspections & Damage Recognition services

The service consists of 4 standalone services:

Dependencies

There are several main objects in the process:

API Usage Scenario

Note: FNOL, Inspections and Damage Recognition services are closely integrated with Vehicle management Service. You have to create a vehicle first to register a claim.

  1. Authorize in Service. You need a user "deviceToken". Get it via registration, refresh or via search.

  2. Create a claim. You need a vehicleToken, Make and model. A new claim with a Draft status will be created. You need to save "claim_id".

  3. Create a screen (a bunch of images). You need a "claim_id". You can create only one screen per each claim. You need to save "screen_id".

  4. In Draft, Processing and Pending statuses you can update the claim.

  5. In Draft, Processing and Pending statuses you can update the screen. Validations: Screen attribute CanEdit == true.

  6. Create quote. You need a "screen_id". Validations: Claim state == 'approved' Screen attribute CanQuotation == 'true'

  7. Wait for Damage Report processing (quote_processing state set up automatically). When Damage Report is created (after 30-60sec), the claim will get state Executed and you can get Damage Report. You need "claim_id" and "screen_id".

Overall workflow and statuses (states)

Statuses

  1. All new claims are created by customers with a DRAFT status.

  2. When your manager starts to work with a new claim, he can transfer the claim to PROCESSING status.

  3. If there is not enough details from a customer, a PENDING status can be used.

  4. HOLD and REJECTED statuses can be used by your manager if the claim is not allowed for further process.

  5. If the claim is appropriate for further damage recognition process, status APPROVED can be used.

  6. In QUOTE status the photos processing for automatic damage recognition starts.

  7. When the damage recognition process finishes, status EXECUTED is used.

Case study - Zenroad app

FNOL

Vehicle inspection

Photo processing and damage recognition

Photo processing

To proceed with photo processing it is required to provide at least one photo from a mandatory type of photo. The full list of screens and guide are available here: https://docs.telematicssdk.com/platform-features/fnol-inspections-and-damage-recognition/screens/vehicle-photos-dictionary

Last updated