Create Billing Period
create_billing_periodCreate a billing period for a Procore project by providing project ID, due date, start and end dates, and status.
Instructions
Create billing period. Use this to create a new Commitments in Procore. Creates a new Commitments and returns the created object on success (HTTP 201). Required parameters: project_id, due_date, start_date, end_date, status. Procore API: Construction Financials > Commitments. Endpoint: POST /rest/v1.0/projects/{project_id}/billing_periods
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| due_date | Yes | JSON request body field — due date in YYYY-MM-DD format | |
| start_date | Yes | JSON request body field — the start date in YYYY-MM-DD format | |
| end_date | Yes | JSON request body field — the end date in YYYY-MM-DD format | |
| status | Yes | JSON request body field — the status for this Commitments operation |