GET api/Policy/GetActivePolicyListByEntityId?entityId={entityId}
Get Memeber Policy from Actisure Service.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| entityId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PolicyDetailsResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PolicyId | integer |
None. |
|
| MemberId | integer |
None. |
|
| PlanName | string |
None. |
|
| CoverageStartDate | date |
None. |
|
| CoverageEndDate | date |
None. |
|
| IsCancelled | boolean |
None. |
|
| PolicyNumber | string |
None. |
|
| EmployeeCategoryPolicyId | string |
None. |
|
| PolicyStatus | string |
None. |
|
| PolicyActive | boolean |
None. |
|
| CoverageType | string |
None. |
|
| PolicyType | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.