v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Performance > CompanyEmployeeScoreScale

Sets a Company employee score scale

Set the predefined employee score scale for the company.

post/api/2026-07-01/resources/performance/company_employee_score_scales/set

Request body

idstring required
scale_idstring required

Response

OK

idstring required

Company ID

scale_idstring required

Employee score scale ID

is_defaultboolean required

Default employee score scale

Example response

{
  "id": "1",
  "scale_id": "1",
  "is_default": true
}