Update a BA Currency
  • 13 Jun 2025
  • 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-16T18: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