TaxCodeChangeValues

Name / Description Type / Format Example
employeeId integer int32 0
employee Item {Item}
payrollCode string "string"
firstName string "string"
lastName string "string"
niNumber string "string"
periodChange integer int32 0
previousTaxCode string "string"
currentTaxCode string "string"
{
  "employeeId": 0,
  "employee": {
    "id": "string",
    "name": "string",
    "metadata": {},
    "url": "string"
  },
  "payrollCode": "string",
  "firstName": "string",
  "lastName": "string",
  "niNumber": "string",
  "periodChange": 0,
  "previousTaxCode": "string",
  "currentTaxCode": "string"
}
Contained in Models
TaxCodeChangeReport
Consumed by Operations

- none -

Returned by Operations

- none -