HI All,
I have Configured a API Endpoint in Blueprism. Get calls and PUT calls without body are working fine. When I have to send a PUT Call with XML Body I am getting http 400 Bad request error. Can someone please let me know how to send a XML Body with a PUT call. This PUT call is tested in POSTMAN, I am using the same ACCEPT and Content-Type used in POSTMAN. I am passing the below XML in the request. Please help
XML BODY
"""<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<updateInstances xmlns="http://www.********tech.com/prk/rest/v1">
<updateInstance id ="2022-06-01-09.27.47.562450T01">
<fieldValues>
<fieldValue name="SSN">
<value>111111111</value>
</fieldValue>
</fieldValues>
</updateInstance>
</updateInstances>"""