Methods

  • get - Employee Payment History Report

Resource

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

Properties

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