PersonTimeBanks
Queryable, Introduced in version 22.3
GET https://localhost:8001/sv/001.1/api/v1/TimeRecording/PersonTimeBanks
Represents a persons time bank.
GUID
4F558C19-C90B-4F27-870C-EAEB1E7772D9
Required permission
Show recording items
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the person time bank. |
|
PersonId | Int64 | The person identifier of the person time bank.
|
|
TimeBankId | Int64 | The time bank identifier for the person time bank.
|
|
Balance | TimeSpan | The balance of the person time bank. |
Example
{
"Id": 0,
"PersonId": 0,
"TimeBankId": 0,
"Balance": "00:00:00"
}