Show Payment Application (Owner Invoice)
show_payment_application_owner_invoiceFetch detailed information about a prime contract's payment application (owner invoice) by providing the payment application ID and project ID.
Instructions
Show Payment Application (Owner Invoice). Use this to fetch the full details of a specific Prime Contracts by its identifier. Returns a JSON object describing the requested Prime Contracts. Required parameters: id, project_id. Procore API: Construction Financials > Prime Contracts. Endpoint: GET /rest/v1.0/payment_applications/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — payment Application (Owner Invoice) ID | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |