Show Compliance Information For A Purchase Order Contract
show_compliance_information_for_a_purchase_order_contractRetrieves compliance and insurance information for a purchase order contract, including vendor insurance documents. Use this to verify contractual compliance.
Instructions
Return the compliance and insurance information for the specified contract. Includes any insurance documents for the vendor on this contract. Use this to fetch the full details of a specific Commitments by its identifier. Returns a paginated JSON array of Commitments. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id, contract_id. Procore API: Construction Financials > Commitments. Endpoint: GET /rest/v1.0/projects/{project_id}/purchase_order_contracts/{contract_id}/compliance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| contract_id | Yes | URL path parameter — identifier for the work order contract | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |