jobs
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.
put/jobs/{jobId}/insurance
Path parameters
jobIdstring uuid required
The job's unique identifier
Request body
Example request
{
"insuranceCompany": {
"insuranceCompanyId": "5587886b-ed58-4a0c-9eda-61f7648b69b5",
"insuranceCompanyName": "An Insurance Company that is not managed in Account Settings."
}
}Response
No Content