Create invoice line item group
Invoices
Create invoice line item group
Creates a line item group on a one-off invoice. The group is created empty; group amounts are derived from child line items. Empty groups are allowed.
POST
Create invoice line item group
Authorizations
API Key Authentication.
Path Parameters
Body
application/json
Schema for creating a line item group container for an existing one-off invoice. The group is created empty; line items are added via the line-items endpoint. Empty groups are allowed.
A unique idempotency key for this group, scoped to the invoice.
Minimum string length:
1Pattern:
^[a-zA-Z0-9_-]+$The product to associate with this group.
Optional group name; defaults to the product name when null.
Response
Default Response