Skip to main content
POST
Create Check Type

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Use the legacy boolean field. true = remunerated, false = not_remunerated. When sent together with remuneratedMode, this legacy field takes precedence.

remunerated
boolean
required

true = remunerated, false = not_remunerated.

Example:

true

name
string
required

Check type name

Example:

"Office"

color
string
required

Check type color identifier

Example:

"ssm-salmon"

icon
string
required

Check type icon identifier

Example:

"icon-briefcase"

checkTypeWorkType
string
required

Work type for this check type

Example:

"default"

checkTypeStatus
string
required

Status for this check type

Example:

"active"

Response