Create BA Exchange Rate
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Create BA Exchange Rate
- 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/exchangerate
Create Exchange Rates
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceItem+json
Body parameters
object
Example{ "BaexratBankCode": "CIBC", "BaexratFcurrCode": "USD", "BaexratTcurrCode": "CAD", "BaexratExchgTypeCode": "STD", "BaexratDate": "2016-01-01", "BaexratRate1": 1.2021, "BaexratRate2": 1.2, "BaexratRate3": 1.2, "BaexratVUuid": "" }
BaexratVUuid
string
Leave Blank
BaexratFcurrCode
string
[] From Currency Code
BaexratTcurrCode
string
[] To currency code
BaexratExchgTypeCode
string
Exchange Type Code
BaexratDate
null
Effective date of the record
BaexratRate3
number
Exchange rate for category 3
BaexratRate2
number
Exchange rate for category 2
BaexratRate1
number
Exchange rate for category 1
BaexratBankCode
string
[] Bank code
Responses
201
Created
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"BaexratBankCode": "CIBC",
"BaexratFcurrCode": "USD",
"BaexratTcurrCode": "CAD",
"BaexratExchgTypeCode": "STD",
"BaexratDate": "2016-01-01",
"BaexratRate1": 1.2021,
"BaexratRate2": 1.2,
"BaexratRate3": 1.2,
"BaexratAutoFlag": "0",
"BaexratVUuid": "F26706F8360452F4E05316821FACACA4",
"BaexratIuCreateDate": null,
"BaexratIuCreateUser": null,
"BaexratIuUpdateDate": null,
"BaexratIuUpdateUser": null,
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/sys-rest-api/rest/1/exchangerate/F26706F8360452F4E05316821FACACA4",
"name": "exchangerate",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001740020463236373036463833363034353246344530353331363832314641434143413478"
}
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/sys-rest-api/rest/1/exchangerate/F26706F8360452F4E05316821FACACA4",
"name": "exchangerate",
"kind": "item"
}
]
}
object