v2

latestOpenAPI 3.0.12026-07-263104131.9 MB
Billing

Creates a new account

Creates a new account given its content

post/v2/billing/accounts

Request body

codestring required

Unique code used to identify the account.

namestring required

Display name of the account.

descriptionstring

Optional description of the account.

Example request

{
  "code": "ACCOUNT_NAME",
  "name": "Account example name",
  "description": "This is an example description of the account."
}

Response

Account successfully created

idinteger
codestring
namestring
descriptionstring
systemboolean