Skip to main content

Create a new claim

POST 

/v1/claims

Request

Body

required
    policy_number string

    Policy number of the user

    date string

    Date of the accident

    time string

    Time of the accident

    location string

    Location of the accident

    landmark string

    Landmark of the accident

    accident_type string

    Possible values: [a-head-on-collision, rear-end-collisions, side-impact-accidents, chain-reactions, rollovers, other]

    Type of the accident

    description string

    Description of the accident

    bank_details object

    Bank details of the user for payment

    bank_name string

    Name of the bank

    sort_code string

    Name of the account

    account_no string

    Number of the account

    account_name string

    Name of the account

    images object[]

    Images of the accident

  • Array [
  • url string

    URL of the file

    part string

    Possible values: [left, right, rear, front, dashboard, vin, plate_number]

    Side of the vehicle

  • ]
  • police_report integer

    Police report of the accident. Use the ID of the uploaded file

    repair_estimate integer

    Repair estimate of the damages. Use the ID of the uploaded file

Responses

OK

Schema
    policy_number string

    Policy number of the user

    date string

    Date of the accident

    time string

    Time of the accident

    location string

    Location of the accident

    landmark string

    Landmark of the accident

    accident_type string

    Type of the accident

    description string

    Description of the accident

    bank_details object

    Bank details of the user for payment

    bank_name string

    Name of the bank

    sort_code string

    Name of the account

    account_no string

    Number of the account

    account_name string

    Name of the account

    stattus string

    Status of the claim

    created_at string

    Date of creation of the claim

    updated_at string

    Date of update of the claim

Loading...