Update The Compliance Information For A Work Order Contract
update_the_compliance_information_for_a_work_order_contractUpdate compliance status, insurance status, and notes for a Work Order Contract to keep project commitments in order.
Instructions
Update the compliance information for a Work Order Contract. Use this to update an existing Commitments (only the supplied fields are changed). Updates the specified Commitments and returns the modified object on success. Required parameters: project_id, contract_id. Procore API: Construction Financials > Commitments. Endpoint: PATCH /rest/v1.0/projects/{project_id}/work_order_contracts/{contract_id}/compliance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| contract_id | Yes | URL path parameter — identifier for the work order contract | |
| compliance_status | No | JSON request body field — the compliance status for this Commitments operation | |
| compliance_notes | No | JSON request body field — the compliance notes for this Commitments operation | |
| insurance_status | No | JSON request body field — the insurance status for this Commitments operation | |
| insurance_notes | No | JSON request body field — the insurance notes for this Commitments operation |