GET api/BenefitStatement?sessionKey={sessionKey}&memberID={memberID}

A summary of the member's Benefit Statement

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sessionKey

Login session key

string

Required

memberID

The memberID of the Product/Fund that was selected by the user

integer

Required

Body Parameters

None.

Response Information

Resource Description

the formatted member's benefit statement

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.