POST api/Leads?strLeadData={strLeadData}
Used to Add/Create Lead Data
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
strLeadData |
A colon seperated string containing the Fields and corresponding data to create a new record. |
string |
Required |
Additional Details
If successful, this Method will return the ID of the New Lead. If an Error Occurs the Error ID and Description will be returned.