Skip to main content

Create Biz position

POST 

/biz-positions

Create Biz position.

Privileges:

  • biz-core.manage

Audit event:

  • biz.core.v2.biz.positions.add

Validation errors:

  • BIZ_CORE:BIZ_POSITION_CODE_NAME_REQUIRED - Name of the Biz position must be provided.
  • BIZ_CORE:BIZ_POSITION_CODE_NAME_OUT_OF_LIMIT - Name of the Biz position cannot be longer than 50 characters.
  • BIZ_CORE:BIZ_POSITION_NAME_NOT_UNIQUE - Name of the biz position must be unique.
  • BIZ_CORE:BIZ_POSITION_FAVORITE_NOT_ALLOWED - Biz position favorite not allowed.
  • BIZ_CORE:BIZ_POSITION_NAME_REQUIRED - Name of the Biz position must be provided.
  • BIZ_CORE:BIZ_POSITION_NAME_OUT_OF_LIMIT - Name of the Biz position cannot be longer than 50 characters.
  • BIZ_CORE:BIZ_POSITION_NAME_NOT_UNIQUE - Name of the biz position must be unique.
  • BIZ_CORE:BIZ_POSITION_STATUS_REQUIRED - Status of the Biz position must be provided.
  • BIZ_CORE:BIZ_POSITION_STATUS_NOT_SUPPORTED - Status of the Biz position is not supported.
  • BIZ_CORE:BIZ_POSITION_FAVORITE_NOT_ALLOWED - Biz position favorite not allowed.

Request

Responses

Biz position created successfully