Hi, I have a body as mentioned below which is in a json format and contains a boolean value within it. Can someone please suggest on how pass that value in Body field of http request activity.
Json : { “networkTokenID” : “abcdefgh”, “validationrequired” : false }
"{ ""networkTokenID"": ""abcdefgh"", ""validationrequired"": false }"
1 Line, inner Doublequotes escaped with a second one
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.