Reason for change rate are the reasons for which an employees pay may change. An example would be a promotion
Reasons for change on employee payments - Array
Unauthorized - Authorization Required
General Error
{- "links": {
- "self": "string"
}, - "data": [
- {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
- "type": "reasonForChangeRates",
- "attributes": {
- "name": "Promotion"
}
}
]
}
Reasons for change on employee payments
Unauthorized - Authorization Required
Not Found
General Error
{- "links": {
- "self": "string"
}, - "data": {
- "0": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}, - "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
- "type": "reasonForChangeRates",
- "attributes": {
- "name": "Promotion"
}
}
}