---
title: "Get Invoice Statistics (POST)"
method: POST
path: "/api/v1/participant_info/invoice-stats"
---

# Get Invoice Statistics (POST)

`POST /api/v1/participant_info/invoice-stats`

Get invoice statistics for a participant using POST request body.

## Request body

- InvoiceStatsRequest — Request model for invoice statistics.
  - `participant_id` string, required — Participant ID
  - `month` string, nullable — Month in YYYY-MM format

## Response `200`

Successful Response

- InvoiceStatsResponse — Response model for invoice statistics.

## Other responses

- `400` — Bad request
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/caresquare/apis/fastapi/revisions/e4798856d733?raw)
