I would like to get the reorder level, quantity and minimum order quantity of stock item from Tally prime using xml request.
When I tried using the variables like "ROSOrdLvl" and "ROSMinQty", which I found in tally developer for reorder level, I am getting error response as
<RESPONSE>
<LINEERROR>Could not find Report 'ROSOrdLvl'!</LINEERROR>
</RESPONSE>
same response received for minimum order quantity variable also
You are mentioning field name as report name, so you are getting that error
Since Reorder level, Quantity and minimum order quantity are present in Stock Item, first you need to Expand Stock Item Schema and search for properties you require
Then mention those property names in fetch list or Native list exmaple :
Xml Source - https://documenter.getpostman.com/view/13855108/TzeRpAMt