EmployeeYtdValues

Name / Description Type / Format Example
employee Item {Item}
payrollCode string "string"
firstName string "string"
lastName string "string"
values YtdValue[] {YtdValue}
{
  "employee": {
    "id": "string",
    "name": "string",
    "metadata": {},
    "url": "string"
  },
  "payrollCode": "string",
  "firstName": "string",
  "lastName": "string",
  "values": [
    {
      "type": "BasicPay",
      "broughtForward": 0.0,
      "period": 0.0,
      "value": 0.0
    }
  ]
}
Contained in Models
YtdReport
Consumed by Operations

- none -

Returned by Operations

- none -