Payroll API
I am trying to link employees to their tracking category however the New Zealand Payroll Api doesn’t appear to expose any way to do this.
Currently the Australian payroll Api supports this functionality exposing the ‘EmployeeGroupName’ on each employee
Endpoint - https://api.xero.com/payroll.xro/1.0/employees
Field - EmployeeGroupName": {
"description": "The Employee Group allows you to report on payroll expenses and liabilities for each group of employees",
"type": "string",
"example": "marketing"
}
Is there a way to make this type of connection with the NZ Payroll API?
1
vote
Andy Ebbett
shared this idea