GET api/market/security/{code}/mfundpds
Get the URI location and disclaimer for a MFunds PDS.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code |
MFunds code. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
MFundPDS| Name | Description | Type | Additional information |
|---|---|---|---|
| Location |
URI link to the PDS. |
URI |
None. |
Response Formats
application/json, text/json
Sample:
{
"Location": "https://www.somelink.com/document.pdf"
}
application/xml, text/xml
Sample:
<MFundPDS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TPP.Contracts.Services.Market"> <Location>https://www.somelink.com/document.pdf</Location> </MFundPDS>