This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Sample C# code to create a lead with the Zoho CRM API. | |
* ajh 2012-08-23 | |
*/ | |
using System; | |
using System.Collections.Generic; | |
using System.Configuration; | |
using System.Dynamic; | |
using System.Linq; | |
using System.Net; |