Create a BA Currency
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Create a BA Currency
- Updated on 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/sys-rest-api/rest/1/bacurrency
Create Currencies
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceItem+json
Body parameters
object
Example{ "BacurrCode": "TES", "BacurrName": "Test Dollar" }
BacurrName
string Required
Currency name
BacurrCode
string Required
Currency code
Responses
201
Created
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"BacurrCode": "TES",
"BacurrName": "Test Dollar",
"BacurrLogo": null,
"BacurrWordMapping": null,
"BacurrIuCreateDate": null,
"BacurrIuCreateUser": null,
"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