Contract.EmployeeRoleWorkingPatternResponseItem

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-04-27"
effectiveTo
The date when the assignment of the Working Pattern effectiveness ends. Populated automatically based on working pattern effectiveFrom dates.
string date "2024-04-27"
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-04-27",
  "effectiveTo": "2024-04-27",
  "totalHours": 0.0,
  "contractedWeeks": 0.0,
  "title": "string",
  "id": "string",
  "name": "string",
  "metadata": {},
  "url": "string"
}
Contained in Models

- none -

Consumed by Operations

- none -

Returned by Operations

- none -