---
title: "Handle Pm Invoices"
method: POST
path: "/api/v1/pm_invoice/generate_pm_invoices"
---

# Handle Pm Invoices

`POST /api/v1/pm_invoice/generate_pm_invoices`

## Request body

- GeneratePmInvoicesPayload
  - `billing_period_from` string, required
  - `billing_period_to` string, required
  - `participant_id` string, required
  - `plan_manager_id` string, required
  - `setup` boolean
  - `unit_price` number, nullable
  - `monthly_in_arrears` boolean, nullable
  - `automatic_price_adjustment` boolean, nullable

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caresquare/fastapi/revisions/c9df874d8d59/schema)
