Cannot Update Currency fractionalDigits Field
(Doc ID 2666484.1)
Last updated on SEPTEMBER 29, 2024
Applies to:
Oracle Commerce Cloud Service - Version N/A to N/AInformation in this document applies to any platform.
Symptoms
When attempting to update, /ccadmin/v1/currencies/{id}
the following error occurs.
ERROR
-----------------------
{
"errorCode": "80203",
"message": "The request to update the currency could not be performed.",
"status": "400"
}
"errorCode": "80203",
"message": "The request to update the currency could not be performed.",
"status": "400"
}
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
Method: PUT
Headers:
Content-Type: application/json
PayLoad/Body:
{
"fractionalDigits":4
}
Headers:
Content-Type: application/json
PayLoad/Body:
{
"fractionalDigits":4
}
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |