InvoiceGroups
Create an invoice group
This API let’s you to create an invoice group
POST
/
invoice_groups
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requiredemail
string
requireddailyInvoiceConsolidation
boolean
requiredaccountIds
string[]
requirednetTermDays
integer
address
object
requiredbilling address of the customer
Response
200 - application/json
id
string
requiredname
string
requiredemail
string
requireddailyInvoiceConsolidation
boolean
requirednetTermDays
integer
invoiceCurrency
string
requiredbillingAddress
object
requiredbilling address of the customer
accountsCount
integer
requiredcreatedAt
string
requiredupdatedAt
string
required