GET api/CcLeadV2/GetCcLeadSummaryInfo?policyNumber={policyNumber}&ccLeadTypeId={ccLeadTypeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| policyNumber | string |
Required |
|
| ccLeadTypeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CCLeadAuditSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| PolicyNo | string |
None. |
|
| CalculatedAge | string |
None. |
|
| CcLeadAge | string |
None. |
|
| WeekALP | decimal number |
None. |
|
| WeekALPString | string |
None. |
|
| MonthALP | decimal number |
None. |
|
| MonthALPString | string |
None. |
|
| YearALP | decimal number |
None. |
|
| YearALPString | string |
None. |
|
| CalculatedWeekALP | decimal number |
None. |
|
| CalculatedWeekALPString | string |
None. |
|
| CalculatedMonthALP | decimal number |
None. |
|
| CalculatedMonthALPString | string |
None. |
|
| CalculatedYearALP | decimal number |
None. |
|
| CalculatedYearALPString | string |
None. |
|
| CcLeadId | integer |
None. |
|
| CcLeadCallTypeId | integer |
None. |
|
| CcLeadStateCode | string |
None. |
|
| PolicyStateCode | string |
None. |
|
| CcLeadCallTypeString | string |
None. |
|
| Notes | Collection of string |
None. |
|
| CallerId | integer |
None. |
|
| IsCcLeadStateInProfile | boolean |
None. |
|
| IsPolicyStateInProfile | boolean |
None. |
|
| IsStateInfoSame | boolean |
None. |
|
| IsWPInfoSame | boolean |
None. |
|
| IsAPInfoSame | boolean |
None. |
|
| IsMPInfoSame | boolean |
None. |
|
| IsAgeInfoSame | boolean |
None. |
|
| IsDifferenceExist | boolean |
None. |
|
| Loc | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PolicyNo": "sample string 1",
"CalculatedAge": "sample string 2",
"CcLeadAge": "sample string 3",
"WeekALP": 1.0,
"WeekALPString": "$1.00",
"MonthALP": 1.0,
"MonthALPString": "$1.00",
"YearALP": 1.0,
"YearALPString": "$1.00",
"CalculatedWeekALP": 1.0,
"CalculatedWeekALPString": "$1.00",
"CalculatedMonthALP": 1.0,
"CalculatedMonthALPString": "$1.00",
"CalculatedYearALP": 1.0,
"CalculatedYearALPString": "$1.00",
"CcLeadId": 4,
"CcLeadCallTypeId": 1,
"CcLeadStateCode": "sample string 5",
"PolicyStateCode": "sample string 6",
"CcLeadCallTypeString": "CA-ADB",
"Notes": [
"sample string 1",
"sample string 2"
],
"CallerId": 1,
"IsCcLeadStateInProfile": true,
"IsPolicyStateInProfile": true,
"IsStateInfoSame": false,
"IsWPInfoSame": true,
"IsAPInfoSame": true,
"IsMPInfoSame": true,
"IsAgeInfoSame": false,
"IsDifferenceExist": true,
"Loc": "sample string 9"
}