Update Job Insurance

This endpoint sets the insurance information for an existing job.

  • "Insurance company" section:
    It can be set by ID or by name, but not both.
    The ID should belong to the existing insurance companies. If the name is used it will be assigned to "Other" (active) insurance company.
    Set them as not assigned can be done, just sending both(ID & name) null or empty will do it.
  • dateOfLoss & claimFiledDate should be UTC and in ISO 8601 format (suffixed with 'Z').

This endpoint is rate limited. Use the RateLimit-* response headers to check current limits and remaining quota.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The job's unique identifier

Body Params
insuranceCompany
object
string

Where the damage is located.

string

The date the damage occurred in UTC.

boolean

Has the claim been filed? Must be true if claimFiledDate is populated.

string

The date the claim was filed in UTC.

string

The identifier of the insurance claim given by the insurance company.

boolean

Is the paperwork for this job collected?

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses
204

No Content

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain