GET api/CcLeadV2/GetCurrentPolicyPremium?policyNumber={policyNumber}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
policyNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PremiumInfoDTOName | Description | Type | Additional information |
---|---|---|---|
Title | string |
None. |
|
IndividualInfo | decimal number |
None. |
|
FamilyInfo | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Title": "sample string 1", "IndividualInfo": 1.0, "FamilyInfo": 1.0 }, { "Title": "sample string 1", "IndividualInfo": 1.0, "FamilyInfo": 1.0 } ]