Create CounterParty Zoho Contract Sample Code
Hello Sample Code Create a CounterParty
- userlist = List();
- usermap = Map();
- usermap.put("displayName", "Piyush Goyal");
- usermap.put("emailId", "piyushgoyal@yopmail.com");
- usermap.put("jobTitle","test");
- usermap.put("phoneNumber","8955484428");
- userlist.add(usermap);
- mp = Map();
- mp.put("name", "Piyush Goyal Test API 2");
- mp.put("city", "Alwar");
- mp.put("country", "IN");
- mp.put("state", "RJ");
- mp.put("buildingNumber","");
- mp.put("address", "Bhartpur");
- mp.put("zipCode", "321606");
- mp.put("website", "");
- mp.put("counterPartyType", "customer");
- mp.put("users",userlist);
- CounterPartyDataCreate = invokeurl
- [
- url: "https://contracts.zoho.com/api/v1/counterparties"
- type: POST
- parameters: mp.toString()
- connection: "zohocontract"
- ];
- info CounterPartyDataCreate ;
if you have any Queries Please post the comment we are here for the Strong Bond on Zoho Community and help for Zoho Development.
Thanks & Regards
Piyush Goyal
Zoho Developer || 3+ years Experience
+91-8619164837
Sticky Posts
Adding signature fields in your contract template
When you send a contract document for the signing process, you have to insert the signature fields into your contract document by dragging and dropping them for each signer. It won't be effort-intensive for contracts that have fewer pages or signers.
Contract creation for Accounts and Vendors in CRM integration
One of the most sought feature requests in our Zoho CRM integration is the ability to request contracts for other modules such as Accounts and Vendors. Even though we have considered it on our priority list, we felt it would be helpful for our valuable
Mapping Billing Country Field to Your Contract Template Field
In Zoho CRM, while configuring Counterparty Fields Mapping to map counterparty information in your contract type, the field 'Billing Country' doesn't have the support to be mapped due to field type mismatch. Because the Billing Country field in Zoho CRM
Bulk Import Counterparty Data
Currently, as the feature to bulk import counterparty data is not available, here is a solution using our APIs that would be useful for our customers. For example, Zoho CRM customers can import their Accounts as counterparties in Zoho Contracts. Using