GET api/FundListing?sessionKey={sessionKey}&personID={personID}
Get a list of all schemes/funds that the user have
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sessionKey |
Login session key |
string |
Required |
personID |
The person unique identifier/user id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.