RightToWorkReportLine

Name / Description Type / Format Example
employee Item {Item}
payrollCode string "string"
department string "string"
rightToWork RightToWork {RightToWork}
{
  "employee": {
    "id": "string",
    "name": "string",
    "metadata": {},
    "url": "string"
  },
  "payrollCode": "string",
  "department": "string",
  "rightToWork": {
    "checked": true,
    "documentType": "Other",
    "documentRef": "string",
    "documentExpiry": "2024-03-19",
    "note": "string"
  }
}
Contained in Models
RightToWorkReport
Consumed by Operations

- none -

Returned by Operations

- none -