GunveenSingh
5 years agoExperienced User
$select Odata UIDs of all the items
Hi MYOB Team,
I want to fetch just the UIDs of all the items in the company file.
I tried using oData's $select query option as in the snippet below:
url = "https://api.myob.com/accountright/******/Inventory/Item/?$filter=Number eq '23-2115' & $select=UID"
the $filter part is working fine but the $select won't work. I saw an old post with a question on $select not being supported by MYOB AccountRight. Please suggest a correction/workaround for this.