put https://api.zenoti.com/v1/invoices//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.
Request Details
Name | Type | Description |
---|---|---|
invoice_id | guid | unique identifier of the invoice to be updated |
center_id | guid | unique identifier of the center |
user_id | guid | unique identifier of the guest |
membeship_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 updation |