POST api/LeadItems?lngLeadID={lngLeadID}&strLeadItemData={strLeadItemData}
Used to Add/Create Lead Item (Titles) Data
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lngLeadID |
The Lead ID to which the Lead Item (Title) is to be associated. |
integer |
Required |
strLeadItemData |
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 Lead Item of the specified LeadID. If an Error Occurs the Error ID and Description will be returned.