Skip to main content

CreateAccountRequest

accountTypeIdstringrequired

Account type identifier

Possible values: non-empty

Example: amazon
namestringnullable

Account name

Example: Connector to Amazon #1
accountFields objectnullable

Account fields dictionary

Required and optional fields depend on the account type

property name*stringnullable
ignoreTestErrorsboolean

Create regardless of test errors

For some providers an attempt is made to test the connection while creating an account. If the test fails, the call to the CreateAccount method results in 412 response. In this case setting this parameter to true can be used to create the account and deal with the connection test error later.

Example: false
CreateAccountRequest
{
"accountTypeId": "amazon",
"name": "Connector to Amazon #1",
"accountFields": {},
"ignoreTestErrors": false
}