Forms part of the YearEnd model to list changes to Tax Codes
Name / Description | Type / Format | Example | |
---|---|---|---|
employee
|
Item
|
{Item}
|
|
currentCode
The Employees current tax code
|
string
|
"string"
|
|
newCode
The new TaxCode for the employee
|
string
|
"string"
|
{
"employee": {
"id": "string",
"name": "string",
"metadata": {},
"url": "string"
},
"currentCode": "string",
"newCode": "string"
}
Year End Process | Review Year End Changes |