Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get All Advance Billing Notices
This request returns the list of advanced billing notices that are available for download for a member that has an advisory firm that charges asset-based fees for its services.
Request URL
Syntax | GET /restapi/members/{loginid}/downloads/bills |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/members/testusername/downloads/bills |
Response Data Fields
See field descriptions in Get All Member Statements endpoint.
Response Example
HTTP/1.1 200 OK
X-Powered-By: Servlet/2.5
Server: Sun GlassFish Enterprise Server v2.1.1
Content-Type: application/json
Transfer-Encoding: chunked
Date: Thu, 11 Sep 2014 18:35:54 GMT
[
{
"createts": "2014-10-06T00:00:00.000-04:00",
"isCorrected": false,
"isRead": true,
"ownerId": "testusername",
"ownerType": "M",
"readts": "2014-11-13T00:00:00.000-05:00",
"reportDataType": "X",
"reportDate": "2014-10-06T00:00:00.000-04:00",
"reportId": "5332261960189685265",
"reportType": "AD",
"templateOid": "1000080"
}
]