update_work_order_contract
Modify work order contract details in Procore to update construction financial commitments and project documentation.
Instructions
Update work order contract. [Construction Financials/Commitments] PATCH /rest/v1.0/work_order_contracts/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID | |
| run_configurable_validations | No | If true, validations are run for the corresponding Configurable Field Set. | |
| project_id | Yes | Unique identifier for the project. | |
| attachments | No | Work Order Contract attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]`... | |
| work_order_contract | Yes | Work Order Contract object |