POST api/Lead/GetLeadSearchReport
Request Information
URI Parameters
None.
Body Parameters
LeadSearchCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| Zip | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| SortBy | string |
None. |
|
| SortOrder | string |
None. |
|
| SortColumnIndex | integer |
None. |
|
| PhoneNo | string |
None. |
|
| GroupCode | string |
None. |
|
| LeadId | integer |
None. |
|
| LastName | string |
None. |
|
| Address | string |
None. |
|
| LocationContextCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Zip": "sample string 1",
"PageIndex": 1,
"PageSize": 1,
"SortBy": "sample string 2",
"SortOrder": "sample string 3",
"SortColumnIndex": 1,
"PhoneNo": "sample string 4",
"GroupCode": "sample string 5",
"LeadId": 1,
"LastName": "sample string 6",
"Address": "sample string 7",
"LocationContextCode": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfLeadDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PagedRecords | Collection of LeadDTO |
None. |
|
| Data | Collection of LeadDTO |
None. |
|
| TotalRecords | integer |
None. |
|
| TotalAssociateRecords | integer |
None. |
|
| CwaTotal | decimal number |
None. |
|
| AlpTotal | decimal number |
None. |
|
| AnHTotal | decimal number |
None. |
|
| SubmittedAgentCount | integer |
None. |
|
| TotalNoPrds | integer |
None. |
|
| TotalCompletedNoPrds | decimal number |
None. |
|
| TotalCancelNoPrds | integer |
None. |
|
| TotalAlpNoPrds | decimal number |
None. |
|
| FormattedTotalAlpNoPrds | string |
None. |
|
| TotalCompletedAlpNoPrds | decimal number |
None. |
|
| FormattedTotalCompletedAlpNoPrds | string |
None. |
|
| TotalCancelAlpNoPrds | decimal number |
None. |
|
| FormattedTotalCancelAlpNoPrds | string |
None. |
|
| IsSearchLimitCompleted | boolean |
None. |
|
| PolicySearchesLeft | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.