/fscmRestApi/resources/11.13.18.05/unitsOfMeasure/{UOMCode} Not Giving Response
(Doc ID 2684704.1)
Last updated on FEBRUARY 21, 2023
Applies to:
Oracle Fusion Manufacturing Cloud Service - Version 11.13.20.04.0 to 11.13.20.07.0 [Release 1.0]Information in this document applies to any platform.
Symptoms
Get method /fscmRestApi/resources/11.13.xx.xx/unitsOfMeasure/{UOMCode}
used for Items with Unit of measure defined but no standard conversion cannot be retrieved, API call does not return any results.
EXPECTED BEHAVIOR
-----------------------
Standard unit Conversion from task Manage Unit Of Measure > Manage Standard Conversion is not mandatory in UI.
Therefore when calling:
Get method /fscmRestApi/resources/11.13.xx.xx/unitsOfMeasure/{UOMCode}
for Items without Standard conversion, then the behavior would be: API return results.
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
Test1:
1. Define an Item
2. Navigate to Manage Unit Of Measure and define an UOM.
3. click on Manage standard conversion and make sure that no standard conversion is defined for UOM
4. use get method bellow to retrieve UOM defined above.
/fscmRestApi/resources/11.13.xx.xx/unitsOfMeasure/{UOMCode}
5. API call doesn't return results.
Test 2(continue from test1)
6. Define STANDARD UNIT OF MEASURE in task Manage Unit Of Measure > Manage Standard Conversion
7. use get method bellow to retrieve UOM defined above.
/fscmRestApi/resources/11.13.xx.xx/unitsOfMeasure/{UOMCode}
8. API return results when having Standard conversion defined
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 |
Cause |
Solution |
References |