post https://api.zenoti.com/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 Details
| Name | Type | Description |
|---|---|---|
| center_id | guid | unique identifier of the center |
| user_id | guid | unique identifier of the guest |
| membership_ids | string | comma separated unique identifiers of the memberships |
Response Details
| Name | Type | Description |
|---|---|---|
| invoice_id | guid | unique identifier of the invoice |
| success | boolean | Status of the invoice creation |
