How to create a Standard Change by using REST API?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2023 06:17 AM
Hi,
How to create a Standard Change by using REST API?
Thanks,
1 REPLY 1
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2023 06:23 AM
Hi @SreenadhChenna ,
It is possible to create a record in the change_request table through the table REST API. You can experiment with the REST API explorer to create records.
To specify field values, use the POST method. Your payload contains the fields & values to populate.
Follow the doc : https://docs.servicenow.com/en-US/bundle/utah-api-reference/page/integrate/inbound-rest/concept/chan...