GET api/Policy/GetPlanInformationByPolicyNumber?policyNumber={policyNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| policyNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CoverageInformationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Plan | string |
None. |
|
| CoverageAmount | decimal number |
None. |
|
| AnnualPremium | decimal number |
None. |
|
| Cease | string |
None. |
|
| Age | string |
None. |
|
| PlanNumber | integer |
None. |
|
| IssueAge | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Plan": "sample string 1",
"CoverageAmount": 1.0,
"AnnualPremium": 1.0,
"Cease": "sample string 2",
"Age": "sample string 3",
"PlanNumber": 1,
"IssueAge": 1
},
{
"Plan": "sample string 1",
"CoverageAmount": 1.0,
"AnnualPremium": 1.0,
"Cease": "sample string 2",
"Age": "sample string 3",
"PlanNumber": 1,
"IssueAge": 1
}
]