Skip to main content
PUT
Update a compensation

Authorizations

Authorization
string
header
required

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

Path Parameters

compensationId
string<uuid>
required

The compensation ID

Body

application/json
name
string
required

Compensation name

status
enum<string>
required

Compensation status

Available options:
active,
inactive
code
string | null

External code (for Contpaqi integration)

comment
string | null

Optional comment

Response

Successful response

data
object
meta
object