GET ClaimEligibility/{id}/{fromDate}/{toDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| fromDate | date |
Required |
|
| toDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ClaimEligibilityDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| MBEligibilityKey | integer |
None. |
|
| PBEntityKey | integer |
None. |
|
| MBMemberKey | integer |
None. |
|
| PLPlanKey | integer |
None. |
|
| PLPlanDesc | string |
None. |
|
| PLCovTypeHdrKey | integer |
None. |
|
| PLCovTypeHdrDesc | string |
None. |
|
| FamilyId | string |
None. |
|
| MemberName | string |
None. |
|
| InEffectDate | date |
None. |
|
| OutOfEffectDate | date |
None. |
|
| TermDate | string |
None. |
|
| CovPeriod | string |
None. |
|
| TermReason | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MBEligibilityKey": 1,
"PBEntityKey": 2,
"MBMemberKey": 3,
"PLPlanKey": 4,
"PLPlanDesc": "sample string 5",
"PLCovTypeHdrKey": 6,
"PLCovTypeHdrDesc": "sample string 7",
"FamilyId": "sample string 8",
"MemberName": "sample string 9",
"InEffectDate": "2025-11-03T00:03:57.3510622-06:00",
"OutOfEffectDate": "2025-11-03T00:03:57.3510622-06:00",
"TermDate": "11/3/2025",
"CovPeriod": "11/3/202511/3/2025",
"TermReason": "sample string 12"
},
{
"MBEligibilityKey": 1,
"PBEntityKey": 2,
"MBMemberKey": 3,
"PLPlanKey": 4,
"PLPlanDesc": "sample string 5",
"PLCovTypeHdrKey": 6,
"PLCovTypeHdrDesc": "sample string 7",
"FamilyId": "sample string 8",
"MemberName": "sample string 9",
"InEffectDate": "2025-11-03T00:03:57.3510622-06:00",
"OutOfEffectDate": "2025-11-03T00:03:57.3510622-06:00",
"TermDate": "11/3/2025",
"CovPeriod": "11/3/202511/3/2025",
"TermReason": "sample string 12"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.