AttendanceAdditions
Queryable, Introduced in version 22.7
GET https://localhost:8001/sv/001.1/api/v1/TimeRecording/AttendanceAdditions
Represents an attendance addition
GUID
4A4998B4-667D-429E-89EF-DA6C07FE77EE
Required permission
Show basic data for attendance
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the attendance addition. |
|
RowNumber | Int32 | Row number of the attendance addition. |
|
Description | String | The translated description of the attendance addition. |
|
AdditionType | Int32 | Type of attendance addition.
|
|
IsActive | Boolean | Specifies if attendance addition is active. |
|
EnterFromTo | Boolean | Specifies whether Enter from/to is enabled. |
|
MandatoryComment | Boolean | Specifies whether comment is mandatory or not. |
|
LinkToProjectType | Int32 | Type of link to project.
|
|
TimeBankId | Int64? | The business key identifier of time bank.
|
|
TimeBank | TimeBanks | Time bank.
|
|
TimeBankTransaction | Int32 | Type of time bank transaction.
|
|
Cost | Decimal | The cost of the attendance addition. |
|
CostCurrencyId | Int64 | The business key identifier of the attendance addition cost currency.
|
|
SalaryTypes | SalaryTypes[] | The salary types of the attendance addition cost.
|
Introduced in version 24.9 |
CostTypeId | Int64? | The business key identifier of the project cost type of the attendance addition.
|
Introduced in version 24.9 |
CostType | ProjectCostTypes | The project cost type of the attendance addition.
|
Introduced in version 24.9 |
CostVisibility | Int32 | The visibility or editability of the cost of the attendance addition.
|
Introduced in version 24.9 |
Example
{
"Id": 0,
"RowNumber": 0,
"Description": null,
"AdditionType": 0,
"IsActive": false,
"EnterFromTo": false,
"MandatoryComment": false,
"LinkToProjectType": 0,
"TimeBankId": null,
"TimeBank": null,
"TimeBankTransaction": 0,
"Cost": 0.0,
"CostCurrencyId": 0,
"SalaryTypes": null,
"CostTypeId": null,
"CostType": null,
"CostVisibility": 0
}