Show Billing Period For Project
show_billing_period_for_projectRetrieve full details of a specific billing period for a project using its identifier. Access billing period information from Procore commitments.
Instructions
Return information for a Billing Period. Use this to fetch the full details of a specific Commitments by its identifier. Returns a JSON object describing the requested Commitments. Required parameters: project_id, id. Procore API: Construction Financials > Commitments. Endpoint: GET /rest/v1.0/projects/{project_id}/billing_periods/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Commitments resource | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |