REST API documentation update
Description
There is a problem creating new integration with different systems because current REST API documentation lacks some important information.
Use Case and Business Need
In our case we have a Jaggaer <> Cloud SCM system integration and it had been failing with the following error:
"Received a temporary failure code: 500, status text: ERROR Error: ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at "FUSION.DOS_SUPPLY_REQUEST", line 777"
So in order to identify the issue we need to know all the variables length, but not all of them have this information according to Oracle REST api information.
3