Methods

  • get - Employee Payment History Report

Resource

{
    "accountName": "string",
    "accountNumber": "string",
    "accountType": "string",
    "amount": "double",
    "datePaid": "date-time",
    "employeeId": "int32",
    "externalId": "string",
    "firstName": "string",
    "locationName": "string",
    "netEarnings": "double",
    "sortCode": "string",
    "surname": "string",
    "taxableEarnings": "double",
    "totalAllowances": "double",
    "totalDeductions": "double"
}

Properties

Name Type Description
accountName string String
accountNumber string String
accountType string String
amount double Decimal
datePaid date-time DateTime
employeeId int32 Int32
externalId string String
firstName string String
locationName string String
netEarnings double Decimal
sortCode string String
surname string String
taxableEarnings double Decimal
totalAllowances double Decimal
totalDeductions double Decimal