| All Verbs | /fees/partner |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| PartnerId | query | int | No | |
| FeeName | query | FeeName | No |
| Advisory |
| Platform |
| FundFee |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | List<FeeTable> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| PartnerId | form | int | No | |
| Name | form | FeeName | No | |
| SubName | form | string | No | |
| IsDefault | form | bool | No | |
| Type | form | FeeType | No | |
| Bracket | form | List<FeeBracket> | No |
| SlidingScale |
| Single |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Lower | form | decimal | No | |
| Upper | form | decimal | No | |
| Rate | form | decimal | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /fees/partner HTTP/1.1
Host: api.portfoliolink.co.za
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"partnerId":0,"feeName":"Advisory"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"result":[{"id":0,"partnerId":0,"name":"Advisory","subName":"String","isDefault":false,"type":"SlidingScale","bracket":[{"lower":0,"upper":0,"rate":0}]}]}