cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to Receive Json schema start with Array in SAP PI ( Rest to IDoc)

0 Kudos
125

Hi Guys,

I am receiving Json schema from 3rd party and send it to SAP using IDoc. While sending it to SAP it throws exception error due to payload issue.Please find below Json schema receiving from 3rd party

[ { "dlvNumber": "0082969173", "dlvItems": [ { "itemSeq": "10", "plannedDlvQty": 100 } ] } ]

I can send Json to SAP without array in mentioned Json schema like shown below

{ "dlvNumber": "0082969173", "dlvItems": [ { "itemSeq": "10", "plannedDlvQty": 100 } ] }

Please suggest any configuration need to done in Rest sender channel!

Thanks in Advance.

Accepted Solutions (0)

Answers (0)