Unit Of Measure Conversion Rest Service Doesn't Work For Interclass Conversions
(Doc ID 2318145.1)
Last updated on MARCH 11, 2024
Applies to:
Oracle Fusion Inventory Management Cloud Service - Version 11.12.1.0.0 and laterInformation in this document applies to any platform.
Symptoms
ACTUAL BEHAVIOR
----------------------
User tries to use the 'Unit of Measure Conversions' REST API to 'Get' all unit of measure conversions. However when the API is called using the below URL, they get the below response.
https://XXXX-XXXX.FA.XXX.oraclecloud.com/scmCommonApi/resources/11.12.1.0/unitOfMeasureConversions
RESPONSE------------
{
"items": [],
"count": 0,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [ {
"rel": "self",
"href": "https://xxxx-xxx.scm.us2.oraclecloud.com:443/scmCommonApi/resources/11.12.1.0/unitOfMeasureConversions",
"name": "unitOfMeasureConversions",
"kind": "collection"
}]
}
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 |