Skip to Content
0
Jun 03, 2020 at 02:44 AM

how to pass a request in REST API with value and no Key

269 Views Last edit Jun 03, 2020 at 02:44 AM 2 rev

Hi , I have a request to send the XML to the rest API as content type urlencoded and xml is sent in the value with no key . When I tries to write a UDF to pass this value as a string , it is expecting a key value and since no key was specified I guess it is sent as raw and Im getting error in the response . Please advise .