---
title: "Ability to Sell Series Regular Packages in API"
method: POST
path: "/v1/invoices/packages"
---

# Ability to Sell Series Regular Packages in API

`POST /v1/invoices/packages`

This API allows you to save the list of regular packages or offer packages which are available for sale at a center.

You must specify the unique identifier for `guest_id`, `center_id`, `notes`, and `packages` in the API request

## Request body

- object
  - `guest_id` string — Guest guid
  - `center_id` string — centers' guid
  - `notes` string — invoice notes
  - `package_details` object[] — list of series regular package ids.
    - `id` string — package ids

## Response `200`

200

- object
  - `invoice_id` string
  - `invoice_number` string

## 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)
