Once the quote is ready to be submitted for assessment, you can update the status by sending a PUT
request to the following endpoint:
https://staging.ap-southeast-2.aws.helloclaims.com/integrations/repairer/jobs/{jobId}/quote/status/{status}
When sending the request, you should include the desired status in the request body. For now, use the following values:
Parameter | Value |
---|---|
status | Submitted |
POST https://staging.ap-southeast-2.aws.helloclaims.com/integrations/repairer/jobs/{jobId}/quotes/status/Submitted
200 Success
Authorization: "Bearer " + access_token
Content-Type: application/json
You will receive back a response with the created quote object.
{
"status": "Submitted",
...
}
Note, once a quote has been submitted, you may no longer make any modifications to it.