Open latheesan-k opened 6 years ago
You are using the setName function but what you actually need is a setTrackingCategoryName function.
However this function doesn't currently exist. I have created a pull request to add the required functions: https://github.com/calcinai/xero-php/pull/386
Also there is no setOption function, the one you are looking for is addOption.
I am trying to load a contact and update it with the default
Sales Tracking Category
andBranding Theme
.This is what I have tried:
The save above is causing this validation error:
This library is more confusing than the api documentation. How is this supposed to be achieved?