Contract.EmployeeNavigationResponse

Name / Description Type / Format Example
firstId string uuid "string"
lastId string uuid "string"
previousId string uuid "string"
nextId string uuid "string"
employeeCount integer int32 0
currentIndex integer int32 0
currentId string uuid "string"
sortBy string "PayrollCode" "Employee" "Department" "PaySchedule"
sortDescending boolean true
{
  "firstId": "string",
  "lastId": "string",
  "previousId": "string",
  "nextId": "string",
  "employeeCount": 0,
  "currentIndex": 0,
  "currentId": "string",
  "sortBy": "PayrollCode",
  "sortDescending": true
}
Contained in Models

- none -

Consumed by Operations

- none -