v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Add a membership to an invoice

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.

put/v1/invoices/{invoice_id}/memberships

Path parameters

invoice_idstring required

Unique identifier of the invoice.

Response

200

invoice_idstring
successboolean

Example response

{
  "invoice_id": "9f5bd424-4d16-48d1-821a-208463563152",
  "success": true
}