REST Integration Error - PUT method not supported for API

nancyhz
Mega Contributor

I am trying to use REST's PUT method to update ServieNow incident table, but I got the response error -{"error":{"message":"Method not Supported","detail":"PUT method not supported for API"},"status":"failure"}.     Can any expert give me the direction?

10 REPLIES 10

Nagameshwara pa
Tera Contributor

Hi,

 

Always use below URL format for PUT/GET HTTP method.

URL   format: https://{instance_url}/api/now/table/{table_name}/{sys_id}

 

use sys_id of the record to which you are trying to update the field value.

 

Thanks,

Pandian