GET api/FundListing?sessionKey={sessionKey}&personID={personID}

Get a list of all schemes/funds that the user have

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sessionKey

Login session key

string

Required

personID

The person unique identifier/user id

integer

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.