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

Get AccountOid from an Account Number

This request allows retrieving the account number from an existing accountOid.

Request URL

Syntax GET /restapi/utils/accountnumber2accountoid/{accountNumber}
Example URL https://api.uat.foliofn.com/restapi/utils/accountnumber2accountoid/RD86589001

Request Data Fields

Field Type Description Required Value
accountNumber String The account number as created by Folio REST service. Yes

Response Data Fields

Field Type Description Required Value
- Long

The accountOid associated to the specified account number.

If null, check if the specified account number exists.
Yes

Response Example


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

"8935141662321242035"

Change Log

03/12/2020

  1. Remove extra spaces, especially at the bottom

07/08/2016

  1. Removed Request Example

11/27/2015

  1. New documentation

Getting Started

REST APIs

Resources