POST api/customer/LeadGeneration
Request Information
URI Parameters
None.
Body Parameters
LeadGeneration| Name | description | Type | Additional information |
|---|---|---|---|
| Customername | string |
None. |
|
| Mobile | string |
None. |
|
| ProjectID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Customername": "sample string 1",
"Mobile": "sample string 2",
"ProjectID": 3
}
application/xml, text/xml
Sample:
<LeadGeneration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Customer"> <Customername>sample string 1</Customername> <Mobile>sample string 2</Mobile> <ProjectID>3</ProjectID> </LeadGeneration>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |