Name / Description | Type / Format | Example | |
---|---|---|---|
payrollCode
Payroll code of the employee
|
string
|
"string"
|
|
firstName
The First Name of the employee
|
string
|
"string"
|
|
lastName
The Last Name of the employee
|
string
|
"string"
|
|
niNumber
The NiNumber of the employee
|
string
|
"string"
|
|
period
The Period of the average holiday pay rate
|
integer
int32
|
0
|
|
rate
The Average holiday pay rate
|
number
double
|
0.0
|
|
employee
|
Item
|
{Item}
|
|
department
|
string
|
"string"
|
{
"payrollCode": "string",
"firstName": "string",
"lastName": "string",
"niNumber": "string",
"period": 0,
"rate": 0.0,
"employee": {
"id": "string",
"name": "string",
"metadata": {},
"url": "string"
},
"department": "string"
}
- none -
- none -