GET ClaimEligibility/{id}/{fromDate}/{toDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

fromDate

date

Required

toDate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ClaimEligibilityDetail
NameDescriptionTypeAdditional 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-01-09T13:34:51.6669762-06:00",
    "OutOfEffectDate": "2025-01-09T13:34:51.6669762-06:00",
    "TermDate": "1/9/2025",
    "CovPeriod": "1/9/20251/9/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-01-09T13:34:51.6669762-06:00",
    "OutOfEffectDate": "2025-01-09T13:34:51.6669762-06:00",
    "TermDate": "1/9/2025",
    "CovPeriod": "1/9/20251/9/2025",
    "TermReason": "sample string 12"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.