Get Historical Invoices (POST)

Retrieve historical invoices for a participant using POST request body with optional filtering.

post/api/v1/participant_info/invoices

Request body

participant_idstring required

Participant ID

support_category_namestring nullable

Filter by support category name

support_category_name_pacestring nullable

Filter by PACE support category name

return_receivedboolean nullable

Return received invoices (default is False)

Example request

{
  "participant_id": "participant_123"
}

Response

Successful Response

invoicesobject[] required

Historical invoices data

Changes