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

Get IRA Available Contribution Year

This utility retrieves available IRA contribution years for a given transaction date.

Request URL

Syntax GET /restapi/utils/iracontributionyear/2016-04-05
Example URL https://api.uat.foliofn.com/restapi/utils/iracontributionyear/2016-04-05

Request Query Parameters

Parameter Description
date The format of a date should be “yyyy-MM-dd”.For example, “date=2013-11-01”.

Response Example


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

{
	[0] : "2016"
	[1] : "2015"
}

Change Log

03/12/2020

  1. Remove extra spaces, especially at the bottom

03/24/2017

  1. Changed date from QueryParam to PathParam

11/18/2016

  1. New documentation

Getting Started

REST APIs

Resources