I have sample request for which i need to get static response as below in Json format
Request:
{
"username":1234
}
Response
{
"responseCode": "Success",
"TransactionID": "122444
}
I have sample request for which i need to get static response as below in Json format
Request:
{
"username":1234
}
Response
{
"responseCode": "Success",
"TransactionID": "122444
}
Hey @vm.krishna34
Welcome to the Postman community!
What have you tried so far? Is there a script that you’ve used that isn’t working?
Have you tried searching the forum for similar questions, extracting values from a response body is a commonly asked question.
What are you intending to do with the data once you get it from the response?
Have you looked through the learning center for script examples?
You can also have a look at Postman Mock’s.
Configure and use a Postman mock server | Postman Learning Center
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.