Hello All,
I am getting response as
‘{“data”:{“status”:{“isSuccess”:false,“message”:“Incorrect Request1”,“statusCode”:“1”}}}’
I need to send Body data as follows:
{
"webServiceReq":{
"channelId":"RPA",
"cifId":"123456789",
"serReqId":"getlist",
"requestUUID":"12345678",
"request":
{
"custId":"0122345678"
}
}
}
Any help will be appreciated.
Thanks