show_prime_contract_v2_0
Retrieve detailed prime contract information from Procore for construction projects, including contract terms, parties involved, and financial data to manage project documentation.
Instructions
Show Prime Contract. [Construction Financials/Prime Contracts] GET /rest/v2.0/companies/{company_id}/projects/{project_id}/prime_contracts/{prime_contract_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| project_id | Yes | Unique identifier for the project. | |
| prime_contract_id | Yes | Unique identifier for the Prime Contract. | |
| view | No | Specifies which view (which attributes) of the resource is going to be present in the response. The extended view includes architect name, contractor name, vendor name and custom fields data, whil... | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |