Hi Experts
How to proceed to create multiple orders with with multiple items in gateway(ODATA)?
as for i know Deep insert is used for Creating Header with Item
Batch is used for Multiple entries creation ( Not for header with item )
My requirement is
Customer material quantity value
1000 a1 2 200
1000 a2 3 300
2000 b1 2 200
2000 b2 3 300
At single Url i want create 2 orders with customer wise
first order should be below items
1000 a1 2 200
1000 a2 3 300
Second order should be below items
2000 b1 2 200
2000 b2 3 300