POST api/LeadAppend/LoadLeadAppendRules
Request Information
URI Parameters
None.
Body Parameters
LeadAppendRuleSearchDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| SortColumn | string |
None. |
|
| SortDirection | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| searchTerm | string |
None. |
|
| isMarket | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"SortColumn": "sample string 1",
"SortDirection": "sample string 2",
"PageIndex": 3,
"PageSize": 4,
"searchTerm": "sample string 5",
"isMarket": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfLeadAppendRule| Name | Description | Type | Additional information |
|---|---|---|---|
| PagedRecords | Collection of LeadAppendRule |
None. |
|
| Data | Collection of LeadAppendRule |
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.