blueprint_details = invokeurl [ url: "https://www.zohoapis.com/crm/v5/Deals/"+DealID+"/actions/blueprint" type: GET connection:"zoho_crm" ]; // info blueprint_details; blueprint = Map(); blueprint.put("transition_id","6051205000002261178"); // blueprint.put("data",dataMap); blueprintList = List(); blueprintList.add(blueprint); param = Map(); param.put("blueprint",blueprintList); update_blueprint_stage = invokeurl [ url :"https://www.zohoapis.com/crm/v5/Deals/" + DealID + "/actions/blueprint" type :PUT parameters:param.toString() connection:"zoho_crm" ]; info update_blueprint_stage;
Preview:
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