PATCH API TO UPADTE RITM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2023 03:35 AM
Hi
we need to share an ServiceNow API to the customer where they can update the requested item state to resolve i am using below API but its not working can any one help me on this it is showing 200 ok in post man but in result I am getting state=1 which is open state sharing screen shots below
PATCH API
JSON
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2023 04:28 AM
yes Table is sc_req_item
and state =6 for resolved
i am able to update state=3(pending) state=1(open) but state = 6 resolved is not working it is going in open state
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2023 04:32 AM
Perhaps consider verifying the presence of any Business Rule or UI policy that could be rendering the task of setting the state to "resolved" unachievable.