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

Get Available Distribution Types

Get available distribution types for a given account number

Request URL

Syntax GET /restapi/accounts/{accountnumber}/distributiontypes
Example URL https://api.uat.foliofn.com/restapi/accounts/RE1643000F/distributiontypes

Response Data Fields

Field Description
formRequired Boolean indicator if this distribution type requires an IRA Distribution Form.
description Name of distribution type.
distributionReasonCode Code that is used when creating a cash transaction.

Response Example


HTTP/1.1 200 OK
Date: XXX
Content-Type: application/json
Content-Language: en

{
	"formRequired" : "N",
	"description" : "Premature Distribution without Exception",
	"distributionReasonCode" : "P"
{
	"formRequired" : "N",
	"description" : "Substantially Equal Periodic Payments (SEPP/72t)",
	"distributionReasonCode" : "S"
}
...
{
	"formRequired" : "Y",
	"description" : "IRA Account Revocation",
	"distributionReasonCode" : "R"
}

Change Log

03/12/2020

  1. Remove extra spaces, especially at the bottom

03/24/2017

  1. Moved from Utils to Accounts

11/02/2016

  1. New documentation

Getting Started

REST APIs

Resources