{ "data": [ { "Name": "105_Travel", "Policy_Type": "Travel", "Policy_Period": "5 years", "Premium_Amount": 5000.00, "Payment_Model": "Annual", "Holders": [ //API name of the multi-select lookup field in Policies module { "Holders": { //API name in Policies "name": "Allison", "id": "3652397000011357033" //Record ID in the Holders module } }, { "Holders": { "name": "Jack", "id": "3652397000011357001" //Record ID in the Holders module } } ] } ] } |
Policyinfo = { "data":[{ "Name": "105_Travel", "Policy_Type": "Travel", "Policy_Period": "5 years", "Premium_Amount": 5000.00, "Payment_Model": "Annual", "Holders": [ { "Holders": { "name": "Allison", "id": "3652397000011357033" } } ] }]}; response = invokeurl [ type: POST content-type: "application/json" parameters: Policyinfo.toString() connection: "ZohoCRM" ]; info response; return ""; |
{ "data": [ { "Name": "Sandra", "Policies_Held": [ //API name of the multi-select lookup field in Holders { "Policies": { //API name in the connected module "name": "105_Travel", "id": "3652397000011358003" //Record ID in Policies } }, { "Policies": { "name": "101_Home", "id": "3652397000011353001" } } ] } ] } |
Holderinfo = { "data": [ { "Name": "Sinatra", "Policies_Held": [ { "Policies": { "name": "105_Travel", "id": "3652397000011358003" } }, { "Policies": { "name": "101_Home", "id": "3652397000011353001" } } ] } ] }; response = invokeurl [ type: POST content-type: "application/json" parameters: Holderinfo.toString() connection: "ZohoCRM" ]; info response; return ""; |
Writer is a powerful online word processor, designed for collaborative work.