Name / Description | Type / Format | Example | |
---|---|---|---|
workingPatternId
The unique id of the working pattern.
|
string
uuid
|
"string"
|
|
effectiveFrom
The date when the assignment of the Working Pattern becomes effective.
|
string
date
|
"2024-11-21"
|
|
effectiveTo
The date when the assignment of the Working Pattern effectiveness ends. Populated automatically based on working pattern effectiveFrom dates.
|
string
date
|
"2024-11-21"
|
|
totalHours
The amount of hours per working pattern.
|
number
double
|
0.0
|
|
contractedWeeks
The amount of weeks an employee works, utilise for employees who aren't working full time.
If Null then the default is used. |
number
double
|
0.0
|
|
title
The title of the working pattern.
|
string
|
"string"
|
|
id
|
string
uuid
|
"string"
|
|
name
|
string
|
"string"
|
|
metadata
|
{}
|
||
url
|
string
|
"string"
|
{
"workingPatternId": "string",
"effectiveFrom": "2024-11-21",
"effectiveTo": "2024-11-21",
"totalHours": 0.0,
"contractedWeeks": 0.0,
"title": "string",
"id": "string",
"name": "string",
"metadata": {},
"url": "string"
}
- none -
- none -
- none -