Accounts
Create an account
This API let’s you to create an account for a customer using customer_id.
post/accounts
Request body
Example request
{
"id": "ACC00001",
"name": "Primary Account",
"primaryEmail": "admin@example.com",
"netTermDays": 45,
"customerId": "C1234ewf"
}Response
Response for Create and Get account requests
Example response
{
"invoiceCurrency": "USD",
"primaryEmail": "admin@example.com",
"status": "ACTIVE"
}