Update The Compliance Information For A Purchase Order Contract
update_the_compliance_information_for_a_purchase_order_contractUpdate compliance and insurance status and notes for a purchase order contract. Provide project and contract IDs to change only specified fields.
Instructions
Update the compliance information for a Purchase 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}/purchase_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 |