POST api/Tools/LeadManagementList
Request Information
URI Parameters
None.
Body Parameters
LeadManagement_ListInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| TemplateSearchType | string |
None. |
|
| TemplateSearchText | string |
None. |
|
| PeriodFilterBasedon | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| BranchCode | string |
None. |
|
| LeadSourceList | string |
None. |
|
| LeadStatusList | string |
None. |
|
| SaleStatusList | string |
None. |
|
| LeadLanguageList | string |
None. |
|
| LeadAgent | string |
None. |
|
| CityCodeList | string |
None. |
|
| StateCodeList | string |
None. |
|
| RemoveColumns | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"TemplateSearchType": "sample string 4",
"TemplateSearchText": "sample string 5",
"PeriodFilterBasedon": "sample string 6",
"StartDate": 7,
"EndDate": 8,
"BranchCode": "sample string 9",
"LeadSourceList": "sample string 10",
"LeadStatusList": "sample string 11",
"SaleStatusList": "sample string 12",
"LeadLanguageList": "sample string 13",
"LeadAgent": "sample string 14",
"CityCodeList": "sample string 15",
"StateCodeList": "sample string 16",
"RemoveColumns": "sample string 17"
}
application/xml, text/xml
Sample:
<LeadManagement_ListInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.SaveToolsInputObjects"> <BranchCode>sample string 9</BranchCode> <BranchInternalCode>sample string 2</BranchInternalCode> <CityCodeList>sample string 15</CityCodeList> <DBName>sample string 1</DBName> <EndDate>8</EndDate> <LeadAgent>sample string 14</LeadAgent> <LeadLanguageList>sample string 13</LeadLanguageList> <LeadSourceList>sample string 10</LeadSourceList> <LeadStatusList>sample string 11</LeadStatusList> <PeriodFilterBasedon>sample string 6</PeriodFilterBasedon> <RemoveColumns>sample string 17</RemoveColumns> <SaleStatusList>sample string 12</SaleStatusList> <StartDate>7</StartDate> <StateCodeList>sample string 16</StateCodeList> <TemplateSearchText>sample string 5</TemplateSearchText> <TemplateSearchType>sample string 4</TemplateSearchType> <UserInternalCode>sample string 3</UserInternalCode> </LeadManagement_ListInputs>
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. |