Retrive Items Based On Item Name
Fetch Books Record In Creator Based On Criteria !!
//
Our objective is to obtain items by their respective item names.
mp = Map();
mp.put("name","Laptop");
itemDetails = invokeurl
[
url :"
https://www.zohoapis.com/books/v3/items?organization_id=695695519"
type :GET
parameters:mp
connection:"zoho_connection"
];
info "response : " + itemDetails;