Question
Accenture
US
Last activity: 20 Nov 2018 12:14 EST
Rest Service using JSON Object Request returns "Inbound data mapping failed"
Hi,
I am trying to create a Rest Service using a JSON object as request:
In the POST Method of the service under request, the Map To field is configured as JSON and Map to key is configured as a page list.
I am using the below JSON as my request:
{“EmbeddedPage”: [
{“CustID”: “XXXXX023”},
{“CustID”: “XXXXX392”}
]
}
I get the below response:
failed:Inbound data mapping failed
I am using Pega 7.4
Please let me know if you need more information to help me figure this out.
Thanks,
Chetan