Skip to main content

Update CompanySize

PUT 

/company-sizes/{id}

Update CompanySize data by id.

Privileges:

  • bp-settings-lists.manage

Audit event:

  • biz.core.v2.company.size.update

Errors:

  • BIZ_CORE:COMPANY_SIZE_NOTFOUND - Company size with given id not found.

Validation errors:

  • BIZ_CORE:COMPANY_SIZE_COMPANY_SIZE_FIELD_REQUIRED - Company size field of the Company size must be provided.
  • BIZ_CORE:COMPANY_SIZE_COMPANY_SIZE_FIELD_OUT_OF_LIMIT - Company size field of the Company size cannot be longer than 20 characters.
  • BIZ_CORE:COMPANY_SIZE_COMPANY_SIZE_FIELD_NOT_UNIQUE - Company size field of the Company size must be unique.
  • BIZ_CORE:COMPANY_SIZE_STATUS_REQUIRED - Status of the Company size must be provided.
  • BIZ_CORE:COMPANY_SIZE_STATUS_NOT_SUPPORTED - Status of the Company size is not supported.
  • BIZ_CORE:COMPANY_SIZE_FAVORITE_NOT_ALLOWED - Company size favorite not allowed.

Request

Responses

CompanySize updated