GET api/InvestmentStatement?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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.