Skip to content

Instantly share code, notes, and snippets.

@andyhuey
andyhuey / ZohoCrmSample.cs
Created August 24, 2012 00:42 — forked from anonymous/ZohoCrmSample.cs
Sample C# code to create a lead with the Zoho CRM API.
/*
* 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;