GauravMarkandey
Level 2
since ‎17-04-19
‎18-03-24

User Statistics

  • 3 Posts
  • 0 Answers
  • 0 Likes given
  • 0 Likes received

User Activity

Greetings,I need to post the following JSON to a REST API:{"extractionname" : "API_TEST_SEAA","columns" : ["NAME,ADDR,CITY"],"values" : [["Rohit","ABC","Pune"],["Mugun","ABCd","Pune"]]}However, I get a HTTP 500 Error when executing the Web API action...