AccountType
idstringrequired
Account type ID
The value is used as the accountTypeId parameter for the CreateAccount method
Possible values: non-empty
Example:
amazonnamestringrequired
Account type name
Possible values: non-empty
Example:
Amazon accountlogos objectnullable
Logos of the account type.
A dictionary of logos of different styles. The key is the logo style (standard, gray, etc.), the value is the URL of the Logo
property name*string
helpUrls objectnullable
A dictionary of help URLs. The key is the help type.
Setupstring
Accountingstring
Troubleshootingstring
AccountType
{
"id": "amazon",
"name": "Amazon account",
"logos": {},
"helpUrls": {
"Setup": "string",
"Accounting": "string",
"Troubleshooting": "string"
}
}