v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Ability to Sell Series Regular Packages in API

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

post/v1/invoices/packages

Request body

guest_idstring

Guest guid

center_idstring

centers' guid

notesstring

invoice notes

Response

200

invoice_idstring
invoice_numberstring

Example response

{
  "invoice_id": "b8ba6485-b6d2-4681-ad56-8325bdb87955",
  "invoice_number": "561"
}