reasons for change rate

Reason for change rate are the reasons for which an employees pay may change. An example would be a promotion

Get the list of available reasons for change on employee payments

SecuritybearerAuth
Responses
200

Reasons for change on employee payments - Array

401

Unauthorized - Authorization Required

default

General Error

get/reasonForChangeRates
Request samples
Response samples
application/vnd.api+json
{
  • "links": {
    },
  • "data": [
    ]
}

Get a reason for change on employee payments by ID

SecuritybearerAuth
Request
path Parameters
id
required
string <guid>

Reason for change rate ID

Example: 906264f1-2dff-4f72-a10b-59918cf738d7
Responses
200

Reasons for change on employee payments

401

Unauthorized - Authorization Required

404

Not Found

default

General Error

get/reasonForChangeRates/{id}
Request samples
Response samples
application/vnd.api+json
{
  • "links": {
    },
  • "data": {
    }
}