You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does not seem to support accessing a single employee ie.
xero.call('GET', '/Employees/81axxxxe-5c76-46f7-b136-f01xxxx019e3', null, function(err, json) {
List of all Employees is all OK, but when an id is passed, it returns:
{ statusCode: 404,
data: 'The resource you're looking for cannot be found' }
Am I coding it wrong?
The text was updated successfully, but these errors were encountered:
Does not seem to support accessing a single employee ie.
xero.call('GET', '/Employees/81axxxxe-5c76-46f7-b136-f01xxxx019e3', null, function(err, json) {
List of all Employees is all OK, but when an id is passed, it returns:
{ statusCode: 404,
data: 'The resource you're looking for cannot be found' }
Am I coding it wrong?
The text was updated successfully, but these errors were encountered: