REST Integration Error - PUT method not supported for API
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2015 09:17 AM
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?
Labels:
- Labels:
-
Integrations
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2020 07:00 AM
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