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