PersonWorkCenters
Queryable, Introduced in version 24.3
GET https://localhost:8001/sv/001.1/api/v1/TimeRecording/PersonWorkCenters
Represents a table that determines which work centers (and thereby which report numbers) the person should be allowed to select among in the priority plan and when starting work via report numbers.
Used in WorkCenters and Persons
GUID
5B48A4ED-603E-453E-AA54-74E9E590A245
Required permission
Show person
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the person work center. |
|
WorkCenterId | Int64 | The business key identifier of the work center that is linked to the person.
|
|
PersonId | Int64 | The business key identifier of the employee that is linked to the work center.
|
|
Availability | Decimal? | Availability in percent |
|
IsDefault | Boolean | Determines if the work center should be selected by default when starting direct work. |
|
ShowOnPriorityPlan | Boolean | Determine if the work center should be available to select in the work center field in order for priority plan to be shown in the recording terminal during start of direct work. |
Example
{
"Id": 0,
"WorkCenterId": 0,
"PersonId": 0,
"Availability": null,
"IsDefault": false,
"ShowOnPriorityPlan": false
}