GET api/Policy/GetIndividualDeductibleAndBenefit?policyId={policyId}&individualId={individualId}&effectiveDate={effectiveDate}

Gets the individual deductible and benefit details for the given individualid and policy period number

Request Information

URI Parameters

NameDescriptionTypeAdditional information
policyId

Policy id to get the details

integer

Required

individualId

Individual number to get the details

string

Required

effectiveDate

Effective date of policy

string

Required

Body Parameters

None.

Response Information

Resource Description

API response with Individual deductible and benefits

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.