on 2020 Sep 20 5:47 AM
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.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.