Employee Tables
Creates a new employment entry for a given employee.
post/people/{id}/employment
Path parameters
idstring required
employee id
Request body
Example request
{
"actualWorkingPattern": {
"workingPatternType": "hourly",
"days": {
"monday": 9,
"tuesday": 9,
"wednesday": 9,
"thursday": 9,
"friday": 9
},
"hoursPerDay": 9
},
"siteWorkingPattern": {
"workingPatternType": "hourly",
"days": {
"monday": 9,
"tuesday": 9,
"wednesday": 9,
"thursday": 9,
"friday": 9
},
"hoursPerDay": 9
}
}Response
Entry created successfully