Official Oracle support of query parameters in POST requests
Summary:
Are query parameters in POST requests official supported by Oracle?
Content:
Hello!
recently we've been struggling with the response payload size when creating ASBNs through receivingReceiptRequests API.
https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/24b/fasrp/op-receivingreceiptrequests-post.html
We found out that there is an array of links returned for each serial number which, in some cases, increased the response payload size over 50MBs and resulted in the error. We were trying to find a way how to limit the size of that response payload and found out that query parameters such as "onlyData" or "fields" seem to work in POST requests as well. This drastically reduced the size of response payload and helped us avoid that 50MBs issue we were dealing with. Nevertheless we have not found any reference in Oracle documentation regarding the official support of