Contract.EmployeeSupplementaryPayRunResponse

Name / Description Type / Format Example
items
List of employee items.
Contract.EmployeeItem[] {Contract.EmployeeItem}
totalItems
Value indicating the total number of items.
integer int32 0
{
  "items": [
    {
      "id": "string",
      "name": "string",
      "metadata": {},
      "url": "string"
    }
  ],
  "totalItems": 0
}
Contained in Models

- none -

Consumed by Operations

- none -