Preview:
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;
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter