jobs
Update Job Insurance Company
This endpoint sets an insurance company to an existing job. 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.
This endpoint is rate limited. Use the RateLimit-* response headers to check current limits and remaining quota.
put/jobs/{jobId}/insurance/insurance-company
Path parameters
jobIdstring uuid required
The job's unique identifier
Request body
Example request
{
"insuranceCompanyId": "5587886b-ed58-4a0c-9eda-61f7648b69b5",
"insuranceCompanyName": "An Insurance Company that is not managed in Account Settings."
}Response
No Content