Forum Discussion

Adagio's avatar
Adagio
Frequent Contributor
5 years ago
Solved

Pass JSON request body in a PUT Request

Hello,   In one of my programs, I'm trying to send a put request and capture the response. For PUT requests, I have a URI and JSON request body.    I also have to parameterize 4 fields in t...
  • AlexKaras's avatar
    5 years ago

    Hi Al,

     

    While it depends on the specifics of your case/program, in general you should be able to do what you need with the help of the aqHTTP.CreateRequest() method.

    To read the content of JSON body from the file you may use the aqFile object provided by TestComplete.

    See TestComplete documentation for more details and code examples.

     

  • AlexKaras's avatar
    AlexKaras
    5 years ago

    Hi Al,

     

    Yes, you should be able to do this using the aqHttpRequest.SetHeader() method.