Create Work Order Contract
create_work_order_contractCreate work order contracts in Procore to record new commitments. Submit project ID and contract details via API.
Instructions
Create work order contract. Use this to create a new Commitments in Procore. Creates a new Commitments and returns the created object on success (HTTP 201). Required parameters: project_id, work_order_contract. Procore API: Construction Financials > Commitments. Endpoint: POST /rest/v1.0/work_order_contracts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_configurable_validations | No | Query string parameter — if true, validations are run for the corresponding Configurable Field Set. | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| attachments | No | JSON request body field — 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 | JSON request body field — work Order Contract object |