PortfolioLinkApi

<back to all web services

GetPortfolioFee

Requires Authentication
The following routes are available for this service:
All Verbs/fees/partner/portfolio
GetPortfolioFee Parameters:
NameParameterData TypeRequiredDescription
PortfolioIdqueryintNo
GetPortfolioFeeResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformList<PortfolioFeesTable>No
PortfolioFeesTable Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
PortfolioIdformintNo
NameformFeeNameNo
TypeformFeeTypeNo
BracketformList<FeeBracket>No
FeeName Enum:
Advisory
Platform
FundFee
FeeType Enum:
SlidingScale
Single
FeeBracket Parameters:
NameParameterData TypeRequiredDescription
LowerformdecimalNo
UpperformdecimalNo
RateformdecimalNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /fees/partner/portfolio HTTP/1.1 
Host: api.portfoliolink.co.za 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	portfolioId: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	result: 
	[
		{
			id: 0,
			portfolioId: 0,
			name: Advisory,
			type: SlidingScale,
			bracket: 
			[
				{
					lower: 0,
					upper: 0,
					rate: 0
				}
			]
		}
	]
}