Retrieve BA Currencies by Code
    • 25 Sep 2024
    • 1 Minute to read
    • Dark
      Light

    Retrieve BA Currencies by Code

    • Dark
      Light

    Article summary

    Get
    /sys-rest-api/rest/1/bacurrency

    Query Standards

    Finder

    Following row finders are available for data filtering and optimizing request performance.

    • Select by Bacurrency Finder
    • By UUID

    Select by Bacurrency Finder

    Recommended finder parameters. Refer to Query Parameters for example.

    ParameterDescriptionSample
    CurrNameCurrency NameCanadian Dollar

    By UUID

    This is an optional finder for querying a specific Currency by row ID.

    ParameterDescriptionSample
    /VUUIDThe VUuid attribute is the Unique row ID/sys-rest-api/rest/1/bacurrency/CAD
    Security
    HTTP
    Type basic

    Basic authentication

    Query parameters
    finder
    string
    ExampleBacurrencyFinder;CurrName=Canadian Dollar
    limit
    integer
    Example500
    offset
    integer
    Example0
    totalResults
    boolean
    Exampletrue
    orderBy
    string
    ExampleBacurrCode:desc
    Responses
    200

    OK

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourcecollection+json
    {
      "items": [
        {
          "BacurrCode": "CAD",
          "BacurrName": "Canadian Dollar",
          "BacurrLogo": null,
          "BacurrWordMapping": null,
          "BacurrIuCreateDate": "2015-01-22T02:38:38Z",
          "BacurrIuCreateUser": "ADWAIT",
          "BacurrIuUpdateDate": null,
          "BacurrIuUpdateUser": null,
          "links": [
            {
              "rel": "self",
              "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/sys-rest-api/rest/1/bacurrency/CAD",
              "name": "bacurrency",
              "kind": "item"
            },
            {
              "rel": "canonical",
              "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/sys-rest-api/rest/1/bacurrency/CAD",
              "name": "bacurrency",
              "kind": "item"
            }
          ]
        }
      ],
      "count": 1,
      "hasMore": false,
      "limit": 25,
      "offset": 0,
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/sys-rest-api/rest/1/bacurrency",
          "name": "bacurrency",
          "kind": "collection"
        }
      ]
    }
    object