POST api/CcLead/GetPortalCcLeadsDataAdmin
Request Information
URI Parameters
None.
Body Parameters
CcLeadExcludeFilterDTOName | Description | Type | Additional information |
---|---|---|---|
HouseholdNumber | string |
None. |
|
PolicyNumber | string |
None. |
|
PhoneNumber | string |
None. |
|
PolicyHolderName | string |
None. |
|
Status | integer |
None. |
|
PageIndex | integer |
None. |
|
Pagesize | integer |
None. |
|
SortBy | string |
None. |
|
SortOrder | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "HouseholdNumber": "sample string 1", "PolicyNumber": "sample string 2", "PhoneNumber": "sample string 3", "PolicyHolderName": "sample string 4", "Status": 5, "PageIndex": 6, "Pagesize": 7, "SortBy": "sample string 8", "SortOrder": "sample string 9" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfPortalCcLeadAdminDTOName | Description | Type | Additional information |
---|---|---|---|
PagedRecords | Collection of PortalCcLeadAdminDTO |
None. |
|
Data | Collection of PortalCcLeadAdminDTO |
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, text/json
Sample:
{ "PagedRecords": [ { "HouseHoldNo": "sample string 1", "PhoneNo": "sample string 2", "PolicyHolderName": "sample string 3", "PolicyNumber": "sample string 4", "SecondaryPhoneNo": "sample string 5", "StateCode": "sample string 6", "FormattedPhoneNo": "sample string 2", "FormattedSecPhoneNo": "sample string 5", "PolStatus": 1, "PolStatusDescription": "Requested for DNC", "RowIndex": 7, "LeadStatusType": "sample string 8" }, { "HouseHoldNo": "sample string 1", "PhoneNo": "sample string 2", "PolicyHolderName": "sample string 3", "PolicyNumber": "sample string 4", "SecondaryPhoneNo": "sample string 5", "StateCode": "sample string 6", "FormattedPhoneNo": "sample string 2", "FormattedSecPhoneNo": "sample string 5", "PolStatus": 1, "PolStatusDescription": "Requested for DNC", "RowIndex": 7, "LeadStatusType": "sample string 8" } ], "Data": [ { "HouseHoldNo": "sample string 1", "PhoneNo": "sample string 2", "PolicyHolderName": "sample string 3", "PolicyNumber": "sample string 4", "SecondaryPhoneNo": "sample string 5", "StateCode": "sample string 6", "FormattedPhoneNo": "sample string 2", "FormattedSecPhoneNo": "sample string 5", "PolStatus": 1, "PolStatusDescription": "Requested for DNC", "RowIndex": 7, "LeadStatusType": "sample string 8" }, { "HouseHoldNo": "sample string 1", "PhoneNo": "sample string 2", "PolicyHolderName": "sample string 3", "PolicyNumber": "sample string 4", "SecondaryPhoneNo": "sample string 5", "StateCode": "sample string 6", "FormattedPhoneNo": "sample string 2", "FormattedSecPhoneNo": "sample string 5", "PolStatus": 1, "PolStatusDescription": "Requested for DNC", "RowIndex": 7, "LeadStatusType": "sample string 8" } ], "TotalRecords": 1, "TotalAssociateRecords": 2, "CwaTotal": 3.1, "AlpTotal": 4.1, "AnHTotal": 5.1, "SubmittedAgentCount": 6, "TotalNoPrds": 7, "TotalCompletedNoPrds": 8.1, "TotalCancelNoPrds": 9, "TotalAlpNoPrds": 10.1, "FormattedTotalAlpNoPrds": "10.10", "TotalCompletedAlpNoPrds": 11.1, "FormattedTotalCompletedAlpNoPrds": "11.10", "TotalCancelAlpNoPrds": 12.1, "FormattedTotalCancelAlpNoPrds": "12.10", "IsSearchLimitCompleted": true, "PolicySearchesLeft": "sample string 14" }