PayRunEntryNavigation

Name / Description Type / Format Example
firstId string uuid "string"
lastId string uuid "string"
previousId string uuid "string"
nextId string uuid "string"
entryCount integer int32 0
currentIndex integer int32 0
currentId string uuid "string"
payRunEntrySortBy string "PayrollCode" "FirstName" "LastName" "TotalCost" "NetPay" "GrossPay" "TakeHomePay" "Paye" "EmployeeNic" "EmployerNic" "PaymentDate"
sortDescending boolean true
searchTerm string "string"
zeroPaidFilterSelected string "NegativePaid" "ZeroPaid" "NonZeroPaid"
departmentFilterSelected string "string"
startersLeaversFilterSelected string "Starters" "Leavers"
rolledBackOnly boolean true
{
  "firstId": "string",
  "lastId": "string",
  "previousId": "string",
  "nextId": "string",
  "entryCount": 0,
  "currentIndex": 0,
  "currentId": "string",
  "payRunEntrySortBy": "PayrollCode",
  "sortDescending": true,
  "searchTerm": "string",
  "zeroPaidFilterSelected": "NegativePaid",
  "departmentFilterSelected": "string",
  "startersLeaversFilterSelected": "Starters",
  "rolledBackOnly": true
}
Contained in Models
PayRun
Consumed by Operations

- none -