REST API for Oracle Supply Chain Management Cloud Response Issue
Summary
TableDataHeader & TableData items internal string REST response order issueContent
Hi All,
I'm experiencing random orders of TableDataHeader & TableData items after changing Plan or Table filters, then republishing and consuming it via GET request.
Is there a way to control the order of the TableHierarchies/TableDataHeader/TableData when performing a GET request using the Plan's table REST API?
Example:
Initial structure of GET response:
{
"TableId": 300000181658772,
"TableHierarchies": "Planning Catalog,Gregorian Calendar,Organization Zone",
"TableDataHeader": "Product Family,Month,Organization,Constrained Forecast",
"TableData": "Slimline Tablets,2022-01-01,EX9:003,4355.37Slimline Tablets,2022-02-01,EX9:003,2355.96Slimline Tablets,2022-03-01,EX9:003,4046.76
}
After changing population (not the table's structure) and publishing the table, I get the following response: