Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get FolioOid from a Folio Number
This request allows retrieving the folio number from an existing folioOid.
Request URL
Syntax | GET /restapi/utils/folionumber2foliooid/{folioNumber} |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/utils/folionumber2foliooid/RA00131006KH |
Request Data Fields
Field | Type | Description | Required | Value |
---|---|---|---|---|
folioNumber | String | The folio number as created by Folio REST service. | Yes |
Response Data Fields
Field | Type | Description | Required | Value |
---|---|---|---|---|
- | Long | The folioOid associated to the specified folio number. If null, check if the specified folio number exists. |
Yes |
Response Example
HTTP/1.1 200 OK
Date: XXX
Content-Type: application/json
Content-Language: en
"5548434742130197335"
Change Log
03/12/2020
- Remove extra spaces, especially at the bottom
07/08/2016
- Removed Request Example
11/27/2015
- New documentation