cURL
curl --request PATCH \ --url https://sandbox.api.24hourinspections.com/v1/orders/{id}/scope-items \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "items": [ { "description": "<string>", "percent_complete": 0.5, "rationale": "<string>" } ] }'
{}
Edits the percentage complete for a line item within an assessment report.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
update line items in the order report
The response is of type any.
any
Was this page helpful?