Create Prime Contract
create_prime_contract_v1_0Create a new Prime Contract in Procore by providing project ID and contract details. Returns the created contract on success.
Instructions
Create a new Prime Contract. Use this to create a new Prime Contracts in Procore. Creates a new Prime Contracts and returns the created object on success (HTTP 201). Required parameters: project_id, prime_contract. Procore API: Construction Financials > Prime Contracts. Endpoint: POST /rest/v1.0/prime_contract
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 — 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 |