- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2022 01:50 AM
Is it possible to Update the Work Notes in a Change using the ServiceNow API? If yes, could you show me an example? I have tried using the u_imp_change table to modify it, but wasn't successful.
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2022 03:36 AM
You can this API
https://[Your Instance name]/api/now/table/change_request/c83c5e5347c12200e0ef563dbb9a7190 (PUT method)
Request Format
{"work_notes":"Give your worknotes"}
You can use REST API Explorer from the navigator and Test the API as per the below steps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2022 03:36 AM
You can this API
https://[Your Instance name]/api/now/table/change_request/c83c5e5347c12200e0ef563dbb9a7190 (PUT method)
Request Format
{"work_notes":"Give your worknotes"}
You can use REST API Explorer from the navigator and Test the API as per the below steps