Update Prime Contract
update_prime_contract_v1_0Update an existing Prime Contract by providing the contract ID, project ID, and fields to modify. Only supplied fields are updated, returning the modified object.
Instructions
Update the specified Prime Contract. Use this to update an existing Prime Contracts (only the supplied fields are changed). Updates the specified Prime Contracts and returns the modified object on success. Required parameters: id, project_id, prime_contract. Procore API: Construction Financials > Prime Contracts. Endpoint: PATCH /rest/v1.0/prime_contract/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the Prime Contract | |
| 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 — 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 | JSON request body field — prime Contract object |