Create new Account Manager
POST/account-managers
Create new Account Manager.
Privileges:
- biz-core.manage
Audit event:
- biz.core.v2.partner.account.manager.add
Errors:
- 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:
- BIZ_CORE:ACCOUNT_MANAGER_NAME_REQUIRED - Name of the Account Manager must be provided.
- BIZ_CORE:ACCOUNT_MANAGER_NAME_OUT_OF_LIMIT - Name of the Account Manager cannot be longer than 100 characters.
- BIZ_CORE:ACCOUNT_MANAGER_NAME_CONTAINS_INVALID_CHARACTERS - Name contains invalid characters
- 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
- 200
- default
Account Manager created
unexpected error