Skip to main content

Update Industry

PUT 

/industries/{id}

Update Industry data by id.

Privileges:

  • bp-settings-lists.manage

Audit event:

  • biz.core.v2.industry.update

Errors:

  • BIZ_CORE:INDUSTRY_NOTFOUND - Industry with given id not found.

Validation errors:

  • BIZ_CORE:INDUSTRY_NAME_REQUIRED - Name of the Industry must be provided.
  • BIZ_CORE:INDUSTRY_NAME_OUT_OF_LIMIT - Name of the Industry cannot be longer than 50 characters.
  • BIZ_CORE:INDUSTRY_NAME_NOT_UNIQUE - Name of the Industry must be unique.
  • BIZ_CORE:INDUSTRY_STATUS_REQUIRED - Status of the Industry must be provided.
  • BIZ_CORE:INDUSTRY_STATUS_NOT_SUPPORTED - Status of the Industry is not supported.
  • BIZ_CORE:INDUSTRY_FAVORITE_NOT_ALLOWED - Industry favorite not allowed.

Request

Responses

Industry updated