POST api/LeadConvert
Request Information
URI Parameters
None.
Body Parameters
LeadConvertModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TelecallerID | integer |
None. |
|
| CUSTOMER_MASTER_ID | integer |
None. |
|
| LEAD_ID | integer |
None. |
|
| EMPLOYEE_ID | integer |
None. |
|
| LEAD_TYPE_ID | integer |
None. |
|
| REQUIREMENT_ID | integer |
None. |
|
| CUST_BUDGET | string |
None. |
|
| CALLING_REMARK | string |
None. |
|
| CONVERT_TYPE_ID | integer |
None. |
|
| DATE | string |
None. |
|
| TIME | string |
None. |
|
| OTHER_CUST_REQ | string |
None. |
|
| OTHER_CONVERT_TYPE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TelecallerID": 1,
"CUSTOMER_MASTER_ID": 2,
"LEAD_ID": 3,
"EMPLOYEE_ID": 4,
"LEAD_TYPE_ID": 1,
"REQUIREMENT_ID": 1,
"CUST_BUDGET": "sample string 5",
"CALLING_REMARK": "sample string 6",
"CONVERT_TYPE_ID": 7,
"DATE": "sample string 8",
"TIME": "sample string 9",
"OTHER_CUST_REQ": "sample string 10",
"OTHER_CONVERT_TYPE": "sample string 11"
}
application/xml, text/xml
Sample:
<LeadConvertModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Best_Kitchenette.Models.TelecallerModel"> <CALLING_REMARK>sample string 6</CALLING_REMARK> <CONVERT_TYPE_ID>7</CONVERT_TYPE_ID> <CUSTOMER_MASTER_ID>2</CUSTOMER_MASTER_ID> <CUST_BUDGET>sample string 5</CUST_BUDGET> <DATE>sample string 8</DATE> <EMPLOYEE_ID>4</EMPLOYEE_ID> <LEAD_ID>3</LEAD_ID> <LEAD_TYPE_ID>1</LEAD_TYPE_ID> <OTHER_CONVERT_TYPE>sample string 11</OTHER_CONVERT_TYPE> <OTHER_CUST_REQ>sample string 10</OTHER_CUST_REQ> <REQUIREMENT_ID>1</REQUIREMENT_ID> <TIME>sample string 9</TIME> <TelecallerID>1</TelecallerID> </LeadConvertModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |