SalaryTypes
Queryable, Introduced in version 2.26
GET https://localhost:8001/sv/001.1/api/v1/TimeRecording/SalaryTypes
Represents a salary type.
GUID
072C3C10-AC56-4CDC-9FB3-247F6D0F2D19
Required permission
Show basic data for attendance
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the salary type. |
|
Code | String | The human readable identifier of the salary type. |
|
Description | String | The translated description of the salary type. |
Example
{
"Id": 0,
"Code": null,
"Description": null
}