---
title: "Add a membership to an invoice"
method: PUT
path: "/v1/invoices/{invoice_id}/memberships"
---

# Add a membership to an invoice

`PUT /v1/invoices/{invoice_id}/memberships`

Supply the url parameter `invoice_id`, request body and this api will update the requested invoice by booking the memberships aand returns the invoice id as the response.

## Path parameters

- `invoice_id` string, required

## Response `200`

200

- object
  - `invoice_id` string
  - `success` boolean

## 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/revisions/e628f892391a/schema)
