jobs
Update Job Adjuster
This endpoint sets or updates the job adjuster information.
This endpoint is rate limited. Use the RateLimit-* response headers to check current limits and remaining quota.
put/jobs/{jobId}/adjuster
Path parameters
jobIdstring uuid required
The job's unique identifier
Request body
Example request
{
"adjusterName": "John Smith",
"phone": {
"number": "3452347896",
"ext": "5454"
},
"fax": "456-234-8888",
"email": "JohnSmith@RooferInsurance.com",
"claimApprovedDate": "2025-03-11T00:00:00Z",
"metWithAdjuster": true,
"metWithAdjusterDate": "2025-03-11T00:00:00Z"
}Response
No Content