update_prime_contract
Modify existing prime contract details in Procore construction projects to maintain accurate financial records and contract terms.
Instructions
Update Prime Contract. [Construction Financials/Prime Contracts] PATCH /rest/v1.0/prime_contract/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the Prime Contract | |
| 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 | Prime 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[]` as f... | |
| prime_contract | Yes | Prime Contract object |