hi @shuklarchana001 400 denotes the request is not properly formatted. The json you are passing in the form of attachment why cant you pass it directly in the body?Try with hardcoding the body with your data once. Also after reading the .txt file the var type will be string convert it to jobject and then send it
@shuklarchana001 Convert your string variable to jobject. Use deserialze json and then pass it. If this does not work try hardcoding the value and see if that works.
Also have you tested the same json in postman could be your Endpoint requires more info in json
hmm, would it be possible for you to share your endpoint i might be able to configure something.
Convert your string variable to jobject. Use deserialze json and then pass it.
Also have you tested the same json in postman could be your Endpoint requires more info in json
Refer to the docs for the api You could be missing some parameters in your request or the data could be required in a different way. If everything is correct and the same request works in postman then check for hidden headers and parameters in postman and try to include them in UiPath.