Name / Description | Type / Format | Example | |
---|---|---|---|
employeeCode
|
string
|
"string"
|
|
employeeName
|
string
|
"string"
|
|
department
|
string
|
"string"
|
|
costCentre
|
string
|
"string"
|
|
primaryGrossTotal
|
number
double
|
0.0
|
|
secondaryGrossTotal
|
number
double
|
0.0
|
|
primaryGrossTaxable
|
number
double
|
0.0
|
|
secondaryGrossTaxable
|
number
double
|
0.0
|
|
primaryNetPay
|
number
double
|
0.0
|
|
secondaryNetPay
|
number
double
|
0.0
|
|
primaryTax
|
number
double
|
0.0
|
|
secondaryTax
|
number
double
|
0.0
|
|
primaryEmployeeNi
|
number
double
|
0.0
|
|
secondaryEmployeeNi
|
number
double
|
0.0
|
|
primaryEmployerNi
|
number
double
|
0.0
|
|
secondaryEmployerNi
|
number
double
|
0.0
|
|
primaryStudentOrPgLoan
|
number
double
|
0.0
|
|
secondaryStudentOrPgLoan
|
number
double
|
0.0
|
|
payCodeVarianceLines
|
PayCodeVarianceLine[]
|
{PayCodeVarianceLine}
|
{
"employeeCode": "string",
"employeeName": "string",
"department": "string",
"costCentre": "string",
"primaryGrossTotal": 0.0,
"secondaryGrossTotal": 0.0,
"primaryGrossTaxable": 0.0,
"secondaryGrossTaxable": 0.0,
"primaryNetPay": 0.0,
"secondaryNetPay": 0.0,
"primaryTax": 0.0,
"secondaryTax": 0.0,
"primaryEmployeeNi": 0.0,
"secondaryEmployeeNi": 0.0,
"primaryEmployerNi": 0.0,
"secondaryEmployerNi": 0.0,
"primaryStudentOrPgLoan": 0.0,
"secondaryStudentOrPgLoan": 0.0,
"payCodeVarianceLines": [
{
"code": "string",
"primaryValue": 0.0,
"secondaryValue": 0.0
}
]
}
- none -
- none -