Forum Discussion

CoolP's avatar
CoolP
Regular Visitor
7 years ago

POSTing an XML file/contents as a request to an API endpoint

Hello Experts,   I'm able to pass an XML file (multipart/form-data) to an API endpoint paramter (xmlRequest) using the POST method and get the response in a csv file/records.   The above worked u...