Update a BA Currency
    • 25 Sep 2024
    • 1 Minute to read
    • Dark
      Light

    Update a BA Currency

    • Dark
      Light

    Article summary

    Patch
    /sys-rest-api/rest/1/bacurrency/{CurrCodeVar}
    Security
    HTTP
    Type basic

    Basic authentication

    Header parameters
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    Path parameters
    CurrCodeVar
    stringRequired
    Body parameters
    object
    Example{ "BacurrName": "Test Dollar" }
    Responses
    200

    OK

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    {
      "BacurrCode": "TES",
      "BacurrName": "Test Dollar",
      "BacurrLogo": null,
      "BacurrWordMapping": null,
      "BacurrIuCreateDate": "2023-01-16T06:29:10Z",
      "BacurrIuCreateUser": "CMICUSER",
      "BacurrIuUpdateDate": null,
      "BacurrIuUpdateUser": null,
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/sys-rest-api/rest/1/bacurrency/TES",
          "name": "bacurrency",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/sys-rest-api/rest/1/bacurrency/TES",
          "name": "bacurrency",
          "kind": "item"
        }
      ]
    }
    object