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

This endpoint provides a benefit statement in a byte array, which can be converted to a document. The file name of the document is returned.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sessionKey

secret session key

string

Required

memberID

member's everest unique identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

filename - file name of the member document. documentImageData - the file in byte format.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.