How can we update an incident record using REST API from SNOW - SNOW instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2017 12:24 AM
Hi,
Can anyone suggest on below:
How can we update an incident record using REST API from SNOW - SNOW instance.
Thanks in Advance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2017 12:27 AM
Hello Maneesh,
Refer the below links may helpful to you.
Getting started with REST - update the incident
Rest API Update Incident Status
ServiceNow Commnunity MVP -2018 class.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2017 12:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2017 12:29 AM
Hi Maneesh,
I think you can use REST API for this. Below links should be helpful
http://wiki.servicenow.com/index.php?title=REST_API#gsc.tab=0
http://wiki.servicenow.com/index.php?title=Table_API
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2017 12:29 AM
Here is a video example: ServiceNow Express: REST API - YouTube
You can do a REST PUT to the given endpoint in the instance /sys_ID of record you are updating, and pass the payload of field name/ value pairs you like to update.