Name / Description | Type / Format | Example | |
---|---|---|---|
uniqueId
The UniqueId of the model.
|
string
uuid
|
"string"
|
|
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"
|
|
workingPattern
|
Contract.WorkingPatternResponse
|
{Contract.WorkingPatternResponse}
|
|
effectiveFrom
The date when the assignment of the Working Pattern becomes effective.
|
string
date
|
"2024-11-21"
|
|
workingPatternUniqueId
The UniqueId of the Working Pattern.
|
string
uuid
|
"string"
|
{
"uniqueId": "string",
"effectiveTo": "2024-11-21",
"workingPattern": {
"id": "string",
"title": "string",
"mon": 0.0,
"tue": 0.0,
"wed": 0.0,
"thu": 0.0,
"fri": 0.0,
"sat": 0.0,
"sun": 0.0,
"contractedWeeks": 0.0,
"fullTimeContractedWeeks": 0.0,
"fullTimeContractedHours": 0.0,
"bankHolidays": "None",
"proRataRule": "WorkingDaysInPeriod",
"bankHolidayDates": [
"string"
],
"workingPatternHoursType": "HoursPerDay",
"isDefault": true,
"displayName": "string",
"totalHours": 0.0
},
"effectiveFrom": "2024-11-21",
"workingPatternUniqueId": "string"
}
- none -
- none -