PATCH Api - NotFound (404) response.

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!

Like 0

Like

2 comments

Dear Adharsh,

 

Can you please specify if you tried to call the service via browser and were you able to log into the system via postman? 

 

You may also check this article - it should be helpful: https://academy.creatio.com/documents/technic-sdk/7-16/calling-configuration-services-using-postman

 

Best regards,

Angela

Angela Reyes,

 

Thanks for your response. 

The issue got solved. There was a missing of adding the Request Verb in the Handler Mappings in IIS.



Regards,

Adharsh

Show all comments