Hi All,
How to pass if the json message as request message in http request for testing rest api call.
request message is
{“OrganizationInformation” : { “Status”“Live”}}
it is HTTP request patch call.
Hi All,
How to pass if the json message as request message in http request for testing rest api call.
request message is
{“OrganizationInformation” : { “Status”“Live”}}
it is HTTP request patch call.
we would assume the above JSON is the Body payload. Inner double quotes are escaped with a second one:
"{""OrganizationInformation"" : { ""Status"":""Live""}}"
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.