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

Returns the benefit statement of a select member

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

Benfit statement details

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.