GET api/PersonalInfo/GetIdCardEntityPolicyList?entityId={entityId}
List of members with policy details, to generate id card
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| entityId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of IdCardResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| PolicyId | integer |
None. |
|
| MemberId | integer |
None. |
|
| PlanName | string |
None. |
|
| CoverageStartDate | date |
None. |
|
| CoverageEndDate | date |
None. |
|
| EffectiveDate | date |
None. |
|
| IsCancelled | boolean |
None. |
|
| PolicyNumber | string |
None. |
|
| EmployeeCategoryPolicyId | string |
None. |
|
| PolicyStatus | string |
None. |
|
| PolicyActive | boolean |
None. |
|
| CoverageType | string |
None. |
|
| PolicyType | string |
None. |
|
| DocumentId | integer |
None. |
|
| ProfitRegion | string |
None. |
|
| PolicyStartDate | date |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.