InvoiceGroups
Get information of an invoice group
This API let’s you to get information of an invoice group
GET
/
invoice_groups
/
{invoice_group_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
invoice_group_id
string
requiredMaximum length:
512
Response
200 - application/json
Invoice group details
id
string
requiredname
string
requiredemail
string
requiredMaximum length:
320
dailyInvoiceConsolidation
boolean
requiredinvoiceCurrency
string
requiredbillingAddress
object
requiredbilling address of the customer
accountsCount
integer
requiredRequired range:
x > 0
createdAt
string
requiredupdatedAt
string
requiredaccounts
string[]
requirednetTermDays
integer
nextToken
string