Skip to main content

UpdateAccountRequest

ignoreTestErrorsboolean

Update regardless of test errors

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

Example: false
namestringnullable

Account name

Example: Connector to Amazon #1
accountFields objectnullable

Account fields

Required and optional fields depend on the account type

property name*stringnullable
UpdateAccountRequest
{
"ignoreTestErrors": false,
"name": "Connector to Amazon #1",
"accountFields": {
"start-date": "2021-11-29T00:00:00",
"marketplace": "amazon.de"
}
}