GetAccountTypesResponse
accountTypes object[]nullable
List of account types
Array [
idstringrequired
Account type ID
The value is used as the accountTypeId
parameter for the CreateAccount method
Possible values: non-empty
Example:
amazon
namestringrequired
Account type name
Possible values: non-empty
Example:
Amazon account
logos 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
]
GetAccountTypesResponse
{
"accountTypes": [
{
"id": "amazon",
"name": "Amazon account",
"logos": {},
"helpUrls": {
"Setup": "string",
"Accounting": "string",
"Troubleshooting": "string"
}
}
]
}