Skip to main content

Update Account Manager data

PUT 

/account-managers/{id}

Update Account Manager data.

Privileges:

  • biz-core.manage

Audit event:

  • biz.core.v2.partner.account.manager.update

Errors:

  • BIZ_CORE:ACCOUNT_MANAGER_NOT_FOUND - Account manager not found.
  • BIZ_CORE:ACCOUNT_MANAGER_MUST_BE_UNIQUE - Account manager Name and Email Address must be unique.
  • BIZ_CORE:ACCOUNT_MANAGER_NAME_MUST_BE_UNIQUE - Account manager Name must be unique.
  • BIZ_CORE:ACCOUNT_MANAGER_EMAIL_MUST_BE_UNIQUE - Account manager Email Address must be unique.

Validation errors:

  • ACCOUNT_MANAGER_NAME_IS_EMPTY - Name is empty
  • ACCOUNT_MANAGER_NAME_IS_TO_LONG - Name cannot be longer than 100 characters
  • ACCOUNT_MANAGER_NAME_CONTAINS_INVALID_CHARACTERS - Name contains invalid characters
  • ACCOUNT_MANAGER_STATUS_NOT_SUPPORTED - Given status is not supported.
  • BIZ_CORE:ACCOUNT_MANAGER_E_MAIL_OUT_OF_LIMIT - Email of the Account Manager cannot be longer than 255 characters.
  • BIZ_CORE:ACCOUNT_MANAGER_E_MAIL_NOT_VALID - Email of the Account Manager is not valid.

Request

Responses

Account Manager updated successfully