GET api/EmployeeDetails
Gets a list of Employees live from a payroll database. This call can be used to synchronise your system.
Request Information
URI Parameters
(i.e.queryString parameters in the form ?param1={param1}¶m2={param2})
Name | Description | Type | Additional information |
---|---|---|---|
include  Terminated |
Set to true to also include employees terminated after the terminatedSince date, false to exclude all terminated employees (mandatory). |
boolean |
Required |
terminatedSince |
Terminated employees will only be incuded if they were terminated after this date and only if include terminated is set true (mandatory). Date Formats supported include: yyyy/mm/dd, yyyy/mmm/dd, yyyy-mm-dd, yyyy-mmm-dd. Generally any unambiguous date format is acceptable. Times can also be included: Thh:mm:ss |
date |
Required |
page |
The page number to return using the pageSize parameter to define pages. Defaults to 1. |
integer |
Default value is 1 |
pageSize |
The page size (number of records) to be used to find the record for the page requested. Defaults to 1000. |
integer |
Default value is 1000 |
onlyAnnualised  Salary |
Set to true to only show employees where bIsAnnualisedSalary flag is enabled. |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
A list of all Employees' details
PagedObjectOfEmployeeViewName | Description | Type | Additional information |
---|---|---|---|
Items | Collection of EmployeeView |
None. |
|
PageInfo | PagedListPageInfo |
None. |
Response Formats
application/json, text/json
{ "items": [ { "idEmployee": 1, "empCode": "sample string 2", "surname": "sample string 3", "firstName": "sample string 4", "middleName": "sample string 5", "preferredName": "sample string 6", "title": "sample string 7", "gender": "sample string 8", "maritalStatus": "sample string 9", "dateOfBirth": "2024-11-21T23:28:46.0656692+11:00", "hiredDate": "2024-11-21T23:28:46.0656692+11:00", "aboriginalTorresStrait": "sample string 10", "street": "sample string 11", "suburbCity": "sample string 12", "state": "sample string 13", "postcode": "sample string 14", "country": "sample string 15", "postalStreet": "sample string 16", "postalSuburbCity": "sample string 17", "postalState": "sample string 18", "postalPostcode": "sample string 19", "postalCountry": "sample string 20", "telephone1": "sample string 21", "telephone2": "sample string 22", "defaultEmail": "sample string 23", "payrollCompany": "sample string 24", "payFrequency": "sample string 25", "location": "sample string 26", "payPoint": "sample string 27", "workersCompCode": "sample string 28", "jobClassification": "sample string 29", "userDefinedFields": "sample string 30", "employeeDetail": [ { "idEmployeeDetail": 1, "empCode": "sample string 2", "surname": "sample string 3", "firstName": "sample string 4", "middleName": "sample string 5", "preferredName": "sample string 6", "tfn": "sample string 7", "abn": "sample string 8", "basisOfPayment": "sample string 9", "isAustralianResident": true, "medicareClaimsReduction": true, "medicareNumberOfChildren": 1, "hecs": true, "sfss": true, "generateAutopay": "sample string 10", "employmentType": "sample string 11", "minimumPay": 1.1, "maximumPay": 1.1, "serviceHoursToDate": 1.1, "normalHours": 1.1, "payClass": "sample string 12", "rateIncreaseCode": "sample string 13", "yearlySalary": 1.1, "autopayAmount": 1.1, "normalRate": 1.1, "timeAndHalfRate": 1.1, "doubleTimeRate": 1.1, "otherRate": 1.1, "awardRate": 1.1, "defaultCostAccount": "sample string 14", "workPlannerCode": "sample string 15", "terminationDate": "2024-11-21T23:28:46.0656692+11:00", "terminationReason": "sample string 16", "nzStudentLoan": true, "nzSpecifySLRate": true, "nzStudentLoanTaxRate": 1.1, "nzExcludeFromEMS": true, "nzWithholdingTax": true, "irdEmployeeName": "sample string 17", "tfnDateSigned": "2024-11-21T23:28:46.0656692+11:00", "tfnForSuper": "sample string 18", "taxScaleCode": "sample string 19", "specifyTaxRate": 1.1, "familyTaxBenefit": true, "otherRebates": true, "totalRebates": 1.1, "dailyTaxing": true, "variationDate": "2024-11-21T23:28:46.0656692+11:00", "reportableFringeBenefit": 1.1, "otherIncome": 1.1, "nonCashBenfit": 1.1, "paymentType": "sample string 20", "earningsType": "sample string 21", "contractHoursCode": "sample string 22", "autopayType": "sample string 23", "defaultEmail": "sample string 24", "emailUsedForPayslips": true, "emailUsedForPaymentSummaries": true, "emailType": "sample string 25", "nzTaxRate": 1.1, "nzStudentLoanCIR": true, "nzStudentLoanCIRTaxRate": 1.1, "nzStudentLoanBOR": true, "nzStudentLoanBORTaxRate": 1.1, "nzStudentLoanBORType": "sample string 26", "tfnTaxFree": true, "isWorkingHolidayMaker": true, "visaCountry": "sample string 27", "isAnnualisedSalary": true, "annualisedAnniversaryDate": "2024-11-21T23:28:46.0656692+11:00" }, { "idEmployeeDetail": 1, "empCode": "sample string 2", "surname": "sample string 3", "firstName": "sample string 4", "middleName": "sample string 5", "preferredName": "sample string 6", "tfn": "sample string 7", "abn": "sample string 8", "basisOfPayment": "sample string 9", "isAustralianResident": true, "medicareClaimsReduction": true, "medicareNumberOfChildren": 1, "hecs": true, "sfss": true, "generateAutopay": "sample string 10", "employmentType": "sample string 11", "minimumPay": 1.1, "maximumPay": 1.1, "serviceHoursToDate": 1.1, "normalHours": 1.1, "payClass": "sample string 12", "rateIncreaseCode": "sample string 13", "yearlySalary": 1.1, "autopayAmount": 1.1, "normalRate": 1.1, "timeAndHalfRate": 1.1, "doubleTimeRate": 1.1, "otherRate": 1.1, "awardRate": 1.1, "defaultCostAccount": "sample string 14", "workPlannerCode": "sample string 15", "terminationDate": "2024-11-21T23:28:46.0656692+11:00", "terminationReason": "sample string 16", "nzStudentLoan": true, "nzSpecifySLRate": true, "nzStudentLoanTaxRate": 1.1, "nzExcludeFromEMS": true, "nzWithholdingTax": true, "irdEmployeeName": "sample string 17", "tfnDateSigned": "2024-11-21T23:28:46.0656692+11:00", "tfnForSuper": "sample string 18", "taxScaleCode": "sample string 19", "specifyTaxRate": 1.1, "familyTaxBenefit": true, "otherRebates": true, "totalRebates": 1.1, "dailyTaxing": true, "variationDate": "2024-11-21T23:28:46.0656692+11:00", "reportableFringeBenefit": 1.1, "otherIncome": 1.1, "nonCashBenfit": 1.1, "paymentType": "sample string 20", "earningsType": "sample string 21", "contractHoursCode": "sample string 22", "autopayType": "sample string 23", "defaultEmail": "sample string 24", "emailUsedForPayslips": true, "emailUsedForPaymentSummaries": true, "emailType": "sample string 25", "nzTaxRate": 1.1, "nzStudentLoanCIR": true, "nzStudentLoanCIRTaxRate": 1.1, "nzStudentLoanBOR": true, "nzStudentLoanBORTaxRate": 1.1, "nzStudentLoanBORType": "sample string 26", "tfnTaxFree": true, "isWorkingHolidayMaker": true, "visaCountry": "sample string 27", "isAnnualisedSalary": true, "annualisedAnniversaryDate": "2024-11-21T23:28:46.0656692+11:00" } ], "employeeAddDeds": [ { "idEmployeeAddDed": 1, "empCode": "sample string 2", "addDedCode": "sample string 3", "loadFromRegister": true, "value": 1.0, "standard": 1.0, "costAccount": "sample string 4", "memberNumber": "sample string 5" }, { "idEmployeeAddDed": 1, "empCode": "sample string 2", "addDedCode": "sample string 3", "loadFromRegister": true, "value": 1.0, "standard": 1.0, "costAccount": "sample string 4", "memberNumber": "sample string 5" } ], "employeeAddRates": [ { "idEmployeeAddRate": 1, "empCode": "sample string 2", "rateCode": "sample string 3", "rate": 1.1 }, { "idEmployeeAddRate": 1, "empCode": "sample string 2", "rateCode": "sample string 3", "rate": 1.1 } ], "employeeBanks": [ { "idEmployeeBank": 1, "empCode": "sample string 2", "bsbCode": "sample string 3", "accountNumber": "sample string 4", "eftCode": "sample string 5", "accountName": "sample string 6", "payAmount": 1.0, "balanceOfPay": true, "order": 1, "bankName": "sample string 7", "bankBranchName": "sample string 8", "bankState": "sample string 9" }, { "idEmployeeBank": 1, "empCode": "sample string 2", "bsbCode": "sample string 3", "accountNumber": "sample string 4", "eftCode": "sample string 5", "accountName": "sample string 6", "payAmount": 1.0, "balanceOfPay": true, "order": 1, "bankName": "sample string 7", "bankBranchName": "sample string 8", "bankState": "sample string 9" } ], "employeeEmails": [ { "idEmployeeEmail": 1, "empCode": "sample string 2", "emailAddress": "sample string 3", "useAsDefault": true, "useForPayslips": true, "zipPassword": "sample string 4", "useForPaymentSummaries": true, "emailType": "sample string 5" }, { "idEmployeeEmail": 1, "empCode": "sample string 2", "emailAddress": "sample string 3", "useAsDefault": true, "useForPayslips": true, "zipPassword": "sample string 4", "useForPaymentSummaries": true, "emailType": "sample string 5" } ], "employeeLeaves": [ { "idEmployeeLeave": 1, "empCode": "sample string 2", "firstName": "sample string 3", "surname": "sample string 4", "terminated": true, "terminationDate": "2024-11-21T23:28:46.0656692+11:00", "leaveType": "sample string 5", "leaveCode": "sample string 6", "ytdLoading": 1.1, "postEntDate": "2024-11-21T23:28:46.0656692+11:00", "postEntHours": 1.1, "postEntDays": 1.1, "postProDate": "2024-11-21T23:28:46.0656692+11:00", "postProHours": 1.1, "postProDays": 1.1, "currentAccrualDate": "2024-11-21T23:28:46.0656692+11:00", "currentAccrualHours": 1.1, "preEntHours": 1.1, "preEntDays": 1.1, "takenDate": "2024-11-21T23:28:46.0656692+11:00", "takenHours": 1.1, "suspendEnt": true, "firstEntPeriod": true, "pre78EntHours": 1.1, "pre78EntDays": 1.1, "grant": true, "nonEntMonths": 1, "suspendFrom": "2024-11-21T23:28:46.0656692+11:00", "suspendTo": "2024-11-21T23:28:46.0656692+11:00", "nonEntMet": true, "costCode": "sample string 7", "leaveShifts": 1.1, "hoursPerDay": 1.1, "daysPerWeek": 1.1 }, { "idEmployeeLeave": 1, "empCode": "sample string 2", "firstName": "sample string 3", "surname": "sample string 4", "terminated": true, "terminationDate": "2024-11-21T23:28:46.0656692+11:00", "leaveType": "sample string 5", "leaveCode": "sample string 6", "ytdLoading": 1.1, "postEntDate": "2024-11-21T23:28:46.0656692+11:00", "postEntHours": 1.1, "postEntDays": 1.1, "postProDate": "2024-11-21T23:28:46.0656692+11:00", "postProHours": 1.1, "postProDays": 1.1, "currentAccrualDate": "2024-11-21T23:28:46.0656692+11:00", "currentAccrualHours": 1.1, "preEntHours": 1.1, "preEntDays": 1.1, "takenDate": "2024-11-21T23:28:46.0656692+11:00", "takenHours": 1.1, "suspendEnt": true, "firstEntPeriod": true, "pre78EntHours": 1.1, "pre78EntDays": 1.1, "grant": true, "nonEntMonths": 1, "suspendFrom": "2024-11-21T23:28:46.0656692+11:00", "suspendTo": "2024-11-21T23:28:46.0656692+11:00", "nonEntMet": true, "costCode": "sample string 7", "leaveShifts": 1.1, "hoursPerDay": 1.1, "daysPerWeek": 1.1 } ], "employeeSuperConts": [ { "idEmployeeSuperCont": 1, "empCode": "sample string 2", "fundCode": "sample string 3", "dateJoined": "2024-11-21T23:28:46.0656692+11:00", "membershipNumber": "sample string 4", "accountName": "sample string 5", "categoryCode": "sample string 6", "salaryForSuper": 1.0, "contributionCode": "sample string 7", "contributionType": "sample string 8", "contributionAmount": 1.0, "allocation": 1.0, "costAccount": "sample string 9", "isPrimaryContribution": true, "dateTerminated": "2024-11-21T23:28:46.0656692+11:00" }, { "idEmployeeSuperCont": 1, "empCode": "sample string 2", "fundCode": "sample string 3", "dateJoined": "2024-11-21T23:28:46.0656692+11:00", "membershipNumber": "sample string 4", "accountName": "sample string 5", "categoryCode": "sample string 6", "salaryForSuper": 1.0, "contributionCode": "sample string 7", "contributionType": "sample string 8", "contributionAmount": 1.0, "allocation": 1.0, "costAccount": "sample string 9", "isPrimaryContribution": true, "dateTerminated": "2024-11-21T23:28:46.0656692+11:00" } ], "emailUsedForPayslips": true, "emailUsedForPaymentSummaries": true, "emailType": "sample string 31", "referenceNumber": "sample string 32", "onBoarding": true }, { "idEmployee": 1, "empCode": "sample string 2", "surname": "sample string 3", "firstName": "sample string 4", "middleName": "sample string 5", "preferredName": "sample string 6", "title": "sample string 7", "gender": "sample string 8", "maritalStatus": "sample string 9", "dateOfBirth": "2024-11-21T23:28:46.0656692+11:00", "hiredDate": "2024-11-21T23:28:46.0656692+11:00", "aboriginalTorresStrait": "sample string 10", "street": "sample string 11", "suburbCity": "sample string 12", "state": "sample string 13", "postcode": "sample string 14", "country": "sample string 15", "postalStreet": "sample string 16", "postalSuburbCity": "sample string 17", "postalState": "sample string 18", "postalPostcode": "sample string 19", "postalCountry": "sample string 20", "telephone1": "sample string 21", "telephone2": "sample string 22", "defaultEmail": "sample string 23", "payrollCompany": "sample string 24", "payFrequency": "sample string 25", "location": "sample string 26", "payPoint": "sample string 27", "workersCompCode": "sample string 28", "jobClassification": "sample string 29", "userDefinedFields": "sample string 30", "employeeDetail": [ { "idEmployeeDetail": 1, "empCode": "sample string 2", "surname": "sample string 3", "firstName": "sample string 4", "middleName": "sample string 5", "preferredName": "sample string 6", "tfn": "sample string 7", "abn": "sample string 8", "basisOfPayment": "sample string 9", "isAustralianResident": true, "medicareClaimsReduction": true, "medicareNumberOfChildren": 1, "hecs": true, "sfss": true, "generateAutopay": "sample string 10", "employmentType": "sample string 11", "minimumPay": 1.1, "maximumPay": 1.1, "serviceHoursToDate": 1.1, "normalHours": 1.1, "payClass": "sample string 12", "rateIncreaseCode": "sample string 13", "yearlySalary": 1.1, "autopayAmount": 1.1, "normalRate": 1.1, "timeAndHalfRate": 1.1, "doubleTimeRate": 1.1, "otherRate": 1.1, "awardRate": 1.1, "defaultCostAccount": "sample string 14", "workPlannerCode": "sample string 15", "terminationDate": "2024-11-21T23:28:46.0656692+11:00", "terminationReason": "sample string 16", "nzStudentLoan": true, "nzSpecifySLRate": true, "nzStudentLoanTaxRate": 1.1, "nzExcludeFromEMS": true, "nzWithholdingTax": true, "irdEmployeeName": "sample string 17", "tfnDateSigned": "2024-11-21T23:28:46.0656692+11:00", "tfnForSuper": "sample string 18", "taxScaleCode": "sample string 19", "specifyTaxRate": 1.1, "familyTaxBenefit": true, "otherRebates": true, "totalRebates": 1.1, "dailyTaxing": true, "variationDate": "2024-11-21T23:28:46.0656692+11:00", "reportableFringeBenefit": 1.1, "otherIncome": 1.1, "nonCashBenfit": 1.1, "paymentType": "sample string 20", "earningsType": "sample string 21", "contractHoursCode": "sample string 22", "autopayType": "sample string 23", "defaultEmail": "sample string 24", "emailUsedForPayslips": true, "emailUsedForPaymentSummaries": true, "emailType": "sample string 25", "nzTaxRate": 1.1, "nzStudentLoanCIR": true, "nzStudentLoanCIRTaxRate": 1.1, "nzStudentLoanBOR": true, "nzStudentLoanBORTaxRate": 1.1, "nzStudentLoanBORType": "sample string 26", "tfnTaxFree": true, "isWorkingHolidayMaker": true, "visaCountry": "sample string 27", "isAnnualisedSalary": true, "annualisedAnniversaryDate": "2024-11-21T23:28:46.0656692+11:00" }, { "idEmployeeDetail": 1, "empCode": "sample string 2", "surname": "sample string 3", "firstName": "sample string 4", "middleName": "sample string 5", "preferredName": "sample string 6", "tfn": "sample string 7", "abn": "sample string 8", "basisOfPayment": "sample string 9", "isAustralianResident": true, "medicareClaimsReduction": true, "medicareNumberOfChildren": 1, "hecs": true, "sfss": true, "generateAutopay": "sample string 10", "employmentType": "sample string 11", "minimumPay": 1.1, "maximumPay": 1.1, "serviceHoursToDate": 1.1, "normalHours": 1.1, "payClass": "sample string 12", "rateIncreaseCode": "sample string 13", "yearlySalary": 1.1, "autopayAmount": 1.1, "normalRate": 1.1, "timeAndHalfRate": 1.1, "doubleTimeRate": 1.1, "otherRate": 1.1, "awardRate": 1.1, "defaultCostAccount": "sample string 14", "workPlannerCode": "sample string 15", "terminationDate": "2024-11-21T23:28:46.0656692+11:00", "terminationReason": "sample string 16", "nzStudentLoan": true, "nzSpecifySLRate": true, "nzStudentLoanTaxRate": 1.1, "nzExcludeFromEMS": true, "nzWithholdingTax": true, "irdEmployeeName": "sample string 17", "tfnDateSigned": "2024-11-21T23:28:46.0656692+11:00", "tfnForSuper": "sample string 18", "taxScaleCode": "sample string 19", "specifyTaxRate": 1.1, "familyTaxBenefit": true, "otherRebates": true, "totalRebates": 1.1, "dailyTaxing": true, "variationDate": "2024-11-21T23:28:46.0656692+11:00", "reportableFringeBenefit": 1.1, "otherIncome": 1.1, "nonCashBenfit": 1.1, "paymentType": "sample string 20", "earningsType": "sample string 21", "contractHoursCode": "sample string 22", "autopayType": "sample string 23", "defaultEmail": "sample string 24", "emailUsedForPayslips": true, "emailUsedForPaymentSummaries": true, "emailType": "sample string 25", "nzTaxRate": 1.1, "nzStudentLoanCIR": true, "nzStudentLoanCIRTaxRate": 1.1, "nzStudentLoanBOR": true, "nzStudentLoanBORTaxRate": 1.1, "nzStudentLoanBORType": "sample string 26", "tfnTaxFree": true, "isWorkingHolidayMaker": true, "visaCountry": "sample string 27", "isAnnualisedSalary": true, "annualisedAnniversaryDate": "2024-11-21T23:28:46.0656692+11:00" } ], "employeeAddDeds": [ { "idEmployeeAddDed": 1, "empCode": "sample string 2", "addDedCode": "sample string 3", "loadFromRegister": true, "value": 1.0, "standard": 1.0, "costAccount": "sample string 4", "memberNumber": "sample string 5" }, { "idEmployeeAddDed": 1, "empCode": "sample string 2", "addDedCode": "sample string 3", "loadFromRegister": true, "value": 1.0, "standard": 1.0, "costAccount": "sample string 4", "memberNumber": "sample string 5" } ], "employeeAddRates": [ { "idEmployeeAddRate": 1, "empCode": "sample string 2", "rateCode": "sample string 3", "rate": 1.1 }, { "idEmployeeAddRate": 1, "empCode": "sample string 2", "rateCode": "sample string 3", "rate": 1.1 } ], "employeeBanks": [ { "idEmployeeBank": 1, "empCode": "sample string 2", "bsbCode": "sample string 3", "accountNumber": "sample string 4", "eftCode": "sample string 5", "accountName": "sample string 6", "payAmount": 1.0, "balanceOfPay": true, "order": 1, "bankName": "sample string 7", "bankBranchName": "sample string 8", "bankState": "sample string 9" }, { "idEmployeeBank": 1, "empCode": "sample string 2", "bsbCode": "sample string 3", "accountNumber": "sample string 4", "eftCode": "sample string 5", "accountName": "sample string 6", "payAmount": 1.0, "balanceOfPay": true, "order": 1, "bankName": "sample string 7", "bankBranchName": "sample string 8", "bankState": "sample string 9" } ], "employeeEmails": [ { "idEmployeeEmail": 1, "empCode": "sample string 2", "emailAddress": "sample string 3", "useAsDefault": true, "useForPayslips": true, "zipPassword": "sample string 4", "useForPaymentSummaries": true, "emailType": "sample string 5" }, { "idEmployeeEmail": 1, "empCode": "sample string 2", "emailAddress": "sample string 3", "useAsDefault": true, "useForPayslips": true, "zipPassword": "sample string 4", "useForPaymentSummaries": true, "emailType": "sample string 5" } ], "employeeLeaves": [ { "idEmployeeLeave": 1, "empCode": "sample string 2", "firstName": "sample string 3", "surname": "sample string 4", "terminated": true, "terminationDate": "2024-11-21T23:28:46.0656692+11:00", "leaveType": "sample string 5", "leaveCode": "sample string 6", "ytdLoading": 1.1, "postEntDate": "2024-11-21T23:28:46.0656692+11:00", "postEntHours": 1.1, "postEntDays": 1.1, "postProDate": "2024-11-21T23:28:46.0656692+11:00", "postProHours": 1.1, "postProDays": 1.1, "currentAccrualDate": "2024-11-21T23:28:46.0656692+11:00", "currentAccrualHours": 1.1, "preEntHours": 1.1, "preEntDays": 1.1, "takenDate": "2024-11-21T23:28:46.0656692+11:00", "takenHours": 1.1, "suspendEnt": true, "firstEntPeriod": true, "pre78EntHours": 1.1, "pre78EntDays": 1.1, "grant": true, "nonEntMonths": 1, "suspendFrom": "2024-11-21T23:28:46.0656692+11:00", "suspendTo": "2024-11-21T23:28:46.0656692+11:00", "nonEntMet": true, "costCode": "sample string 7", "leaveShifts": 1.1, "hoursPerDay": 1.1, "daysPerWeek": 1.1 }, { "idEmployeeLeave": 1, "empCode": "sample string 2", "firstName": "sample string 3", "surname": "sample string 4", "terminated": true, "terminationDate": "2024-11-21T23:28:46.0656692+11:00", "leaveType": "sample string 5", "leaveCode": "sample string 6", "ytdLoading": 1.1, "postEntDate": "2024-11-21T23:28:46.0656692+11:00", "postEntHours": 1.1, "postEntDays": 1.1, "postProDate": "2024-11-21T23:28:46.0656692+11:00", "postProHours": 1.1, "postProDays": 1.1, "currentAccrualDate": "2024-11-21T23:28:46.0656692+11:00", "currentAccrualHours": 1.1, "preEntHours": 1.1, "preEntDays": 1.1, "takenDate": "2024-11-21T23:28:46.0656692+11:00", "takenHours": 1.1, "suspendEnt": true, "firstEntPeriod": true, "pre78EntHours": 1.1, "pre78EntDays": 1.1, "grant": true, "nonEntMonths": 1, "suspendFrom": "2024-11-21T23:28:46.0656692+11:00", "suspendTo": "2024-11-21T23:28:46.0656692+11:00", "nonEntMet": true, "costCode": "sample string 7", "leaveShifts": 1.1, "hoursPerDay": 1.1, "daysPerWeek": 1.1 } ], "employeeSuperConts": [ { "idEmployeeSuperCont": 1, "empCode": "sample string 2", "fundCode": "sample string 3", "dateJoined": "2024-11-21T23:28:46.0656692+11:00", "membershipNumber": "sample string 4", "accountName": "sample string 5", "categoryCode": "sample string 6", "salaryForSuper": 1.0, "contributionCode": "sample string 7", "contributionType": "sample string 8", "contributionAmount": 1.0, "allocation": 1.0, "costAccount": "sample string 9", "isPrimaryContribution": true, "dateTerminated": "2024-11-21T23:28:46.0656692+11:00" }, { "idEmployeeSuperCont": 1, "empCode": "sample string 2", "fundCode": "sample string 3", "dateJoined": "2024-11-21T23:28:46.0656692+11:00", "membershipNumber": "sample string 4", "accountName": "sample string 5", "categoryCode": "sample string 6", "salaryForSuper": 1.0, "contributionCode": "sample string 7", "contributionType": "sample string 8", "contributionAmount": 1.0, "allocation": 1.0, "costAccount": "sample string 9", "isPrimaryContribution": true, "dateTerminated": "2024-11-21T23:28:46.0656692+11:00" } ], "emailUsedForPayslips": true, "emailUsedForPaymentSummaries": true, "emailType": "sample string 31", "referenceNumber": "sample string 32", "onBoarding": true } ], "pageInfo": { "page": 1, "pageSize": 2, "totalCount": 3, "totalPages": 4, "countThisPage": 5, "hasPreviousPage": true, "hasNextPage": true, "errorMessage": "sample string 8" } }