Depending on applicable regulations or business limitations, specific API requests may not be available for your use.

Subscribe to an RTG Folio

This request subscribes a folio to a Ready-to-Go (RTG) folio model so that when the RTG model is updated by an RTG model manager, the updated securities and percentage weights in the RTG model will be available to the member to use to place trades in their folio in their brokerage account. See Get All RTG Folios for how to get a list of RTG folios.

Note: Unlike a folio subscribed to a model, folios subscribed to RTGs cannot be automatically updated when the RTG is updated—instead the user will be notified by email of a change to the RTG and will have the opportunity to review the changes and place the order to update their folio to the RTG target securities and weights.

Request URL

Syntax PUT /resatpi/{accountnumber}/folios/{folionumber}/rtgsubscription
Example URL https://api.uat.foliofn.com/restapi/accounts/RA1234ABCD/folios/RA1234ABCD03/rtgsubscription

Response Data Fields

Field Description
folioNumber The identifier of the folio that is going to be subscribed to an RTG.
prePackagedFolioOid The unique identifier of the RTG folio to which the user’s folio will be subscribed.

Request Example


PUT /restapi/accounts/RA1234ABCD/folios/RA1234ABCD03/rtgsubscription HTTP/1.1
{
  "folioNumber" : "RB189380051T",
  "prePackagedFolioOid" : "51"
}

Response Example


HTTP/1.1 200 OK
X-Powered-By: Servlet/2.5
Server: Sun GlassFish Enterprise Server v2.1.1
Location: https://api.uat.foliofn.com/restapi/accounts/RA1234ABCD/folios/RA1234ABCD03/rtgsubscription
Content-Type: application/json
Transfer-Encoding: chunked
Date: Sat, 05 July 2014 17:51:06 GMT

Getting Started

REST APIs

Resources