Get Invoice Statistics (POST)

Get invoice statistics for a participant using POST request body.

post/api/v1/participant_info/invoice-stats

Request body

participant_idstring required

Participant ID

monthstring nullable

Month in YYYY-MM format

Example request

{
  "participant_id": "participant_123",
  "month": "2024-01"
}

Response

Successful Response

InvoiceStatsResponse required

Response model for invoice statistics.

Changes

No recorded changes to this endpoint across all 1 revision of this API.