Searching Quote/estimate in books quote number

PHOTO EMBED

Tue Oct 22 2024 14:48:49 GMT+0000 (Coordinated Universal Time)

Saved by @RehmatAli2024 #deluge

query_map = Map();
query_map.put("estimate_number", books_quote_number);
info query_map;
fetch_quote = invokeUrl
[
  url: "https://www.zohoapis.com/books/v3/estimates?organization_id="+organization_id
  type: GET
  parameters:query_map
  connection: "zoho_apps_connection"
];
info fetch_quote;
content_copyCOPY