Name / Description | Type / Format | Example | |
---|---|---|---|
employee
|
Item
|
{Item}
|
|
payrollCode
|
string
|
"string"
|
|
payCode
|
string
|
"string"
|
|
period
|
integer
int32
|
0
|
|
hours
|
number
double
|
0.0
|
|
rate
|
number
double
|
0.0
|
|
total
|
number
double
|
0.0
|
{
"employee": {
"id": "string",
"name": "string",
"metadata": {},
"url": "string"
},
"payrollCode": "string",
"payCode": "string",
"period": 0,
"hours": 0.0,
"rate": 0.0,
"total": 0.0
}