Hi Team,
We need to pass the below data in web service connector create account operation.
“prodmodules”:“{"WC":["TL"]}”
But while passing the above values I noticed that data is getting encoding by appending "" to “{“WC”:[“TL”]}” and passing the data as "{\"WC\":[\"TL\"]}"
Because of the above encoding or inserting escape Web service end point is giving 400. data issue.
Please help me how to resolve this to encode or to put escapte characters.
Regards,
Ravi.