create_work_order_contract
Generate work order contracts in Procore to formalize construction commitments and financial agreements between project stakeholders.
Instructions
Create work order contract. [Construction Financials/Commitments] POST /rest/v1.0/work_order_contracts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |