GET api/InvestmentStatementV2?sessionKey={sessionKey}&memberID={memberID}&userID={userID}
Get a statment of the members investments
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sessionKey |
Login session key |
string |
Required |
memberID |
The member's unique identifier |
integer |
Required |
userID |
The user id |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
XAMLResultName | Description | Type | Additional information |
---|---|---|---|
Result | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Result": "sample string 1" }
application/xml, text/xml
Sample:
<XAMLResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBSphere.Service.Models"> <Result>sample string 1</Result> </XAMLResult>