Integration Technologies - JDE1 (MOSC)

MOSC Banner

JDE orchestrator how to change the structure of data request output

edited Dec 22, 2020 7:19PM in Integration Technologies - JDE1 (MOSC) 2 commentsAnswered

Hello ,

Can any one let me know how can manipulate or change the structure of the data request output , example I need to retrive the invoice number from f03b11 as well the item number for this invoice from f4211 and I need the output to be like the below .

{

"invoices": [

{

"Invoice number":"123"

},

"Items":[

{

"ItemNumber":"ABC"

}

]}

 . (note the standered output will put the item array out of invoices array )

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center