GET api/CcLead/GetPolicyHouseHoldInfo?policynumber={policynumber}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
policynumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PortalCcLeadAdminDTOName | Description | Type | Additional information |
---|---|---|---|
HouseHoldNo | string |
None. |
|
PhoneNo | string |
None. |
|
PolicyHolderName | string |
None. |
|
PolicyNumber | string |
None. |
|
SecondaryPhoneNo | string |
None. |
|
StateCode | string |
None. |
|
FormattedPhoneNo | string |
None. |
|
FormattedSecPhoneNo | string |
None. |
|
PolStatus | integer |
None. |
|
PolStatusDescription | string |
None. |
|
RowIndex | integer |
None. |
|
LeadStatusType | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "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" } ]