---
title: "Create an invoice for memberships"
method: POST
path: "/v1/invoices/memberships"
---

# Create an invoice for memberships

`POST /v1/invoices/memberships`

Supply the request body and this api will generate an invoice by booking the memberships aand returns the invoice id as the response.

## Request body

- object
  - `center_id` string — Unique identifier of the center.
  - `user_id` string — Unique identifier of the user.
  - `membership_ids` string — Unique identifier of the guest's membership.

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/versions/e628f892391a/schema)
