show_correspondence_company
Retrieve specific correspondence details for a bid package in Procore's preconstruction phase. Access communication records by providing company, bid package, and correspondence IDs.
Instructions
Show Correspondence. [Preconstruction/Bid Management] GET /rest/v1.0/companies/{company_id}/bid_packages/{bid_package_id}/correspondences/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| bid_package_id | Yes | Bid Package ID | |
| id | Yes | Correspondence ID | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |