{
"employeeId": "int32",
"employeeNic": "double",
"employeePension": "double",
"employerLiabilities": "double",
"employerNic": "double",
"employerPension": "double",
"externalId": "string",
"firstName": "string",
"grossEarnings": "double",
"grossPlusPensions": "double",
"hours": "double",
"location": "string",
"netEarnings": "double",
"paye": "double",
"postTaxDeductions": {},
"preTaxDeductions": "double",
"studentLoan": "double",
"surname": "string",
"taxExemptEarnings": "double",
"taxableEarnings": "double"
}
Name | Type | Description |
---|---|---|
employeeId | int32 | Int32 |
employeeNic | double | Decimal |
employeePension | double | Decimal |
employerLiabilities | double | Decimal |
employerNic | double | Decimal |
employerPension | double | Decimal |
externalId | string | String |
firstName | string | String |
grossEarnings | double | Decimal |
grossPlusPensions | double | Decimal |
hours | double | Decimal |
location | string | String |
netEarnings | double | Decimal |
paye | double | Decimal |
postTaxDeductions | object | Object |
preTaxDeductions | double | Decimal |
studentLoan | double | Decimal |
surname | string | String |
taxExemptEarnings | double | Decimal |
taxableEarnings | double | Decimal |
Powered by DapperDox