Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get a Member Statement
This request returns a specific monthly brokerage statement for a member.
Request URL
Syntax | GET /restapi/members/{loginid}/downloads/statements/{reportid}?format=pdf |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/members/testusername/downloads/statements/1369094288104401240?format=pdf |
Request Data Fields
Field | Description |
---|---|
format | Statements must be downloaded in pdf by specifiying format=pdf in the request. |
Response Example
[This call returns a pdf document]
Change Log
12/15/2017
- Updated Request Data Fields and response example
07/08/2016
- Updated Request Data Fields
05/06/2016
- Added Response Example