Contract.PayHistoryResponse

Name / Description Type / Format Example
id
Average Holiday Pay History identifier
string uuid "string"
employeeId
Employee unique Id
string uuid "string"
employeeRoleId
Employee role unique Id
string uuid "string"
taxYear string "Year2017" "Year2018" "Year2019" "Year2020" "Year2021" "Year2022" "Year2023"
payPeriod string "Custom" "Monthly" "FourWeekly" "Fortnightly" "Weekly" "Daily"
periodNumber
Tax Week or Tax Month number this PayRunEntry relates to
integer int32 0
payAmount
monetary amount for given period, if not provided then 0
number double 0.0
hours
decimal amount of hours worked, if not provided then 0
number double 0.0
isStatutoryPayOnly
optional boolean flag, if the period only had SXP present
boolean true
paymentDate
The date payment was made for respective period
string date "2024-04-27"
{
  "id": "string",
  "employeeId": "string",
  "employeeRoleId": "string",
  "taxYear": "Year2017",
  "payPeriod": "Custom",
  "periodNumber": 0,
  "payAmount": 0.0,
  "hours": 0.0,
  "isStatutoryPayOnly": true,
  "paymentDate": "2024-04-27"
}
Contained in Models

- none -

Consumed by Operations

- none -

Returned by Operations

- none -