Hi All,
I have written a PATCH request to consume an Incoming API which contains a two-parameter id and a JSON Request body. I have tried to call the service through postman but I am getting as 404 NotFound response.
Via Postman, Passing the parameters,
1) By appending the id to the Url itself, and passing JSON params in the body.
2) By passing the id as a Parameter and body contains request data(JSON)
3) By passing 2 parameters completely in the Body itself
Kindly help me in fixing this issue!