{"error":{"message":"Requested URI does not represent any resource","detail":null},"status":"failure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2025 03:12 AM
Hi Guys ,
I am working on integration with the different instance using REST message.
but it's showing an error " {"error":{"message":"Requested URI does not represent any resource","detail":null},"status":"failure" while updating the record, but for the record creation and GET its is working fine.
below are the steps followed :
here is the updation business rule :
here is the REST message :
here is the record updation HTTP method :
here is the error I am getting:
I have struggling with from yesterday can anyone please help me out
thanks!!
.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2025 09:46 AM
Based on your Test run, no sys_id is being appended to the endpoint. So the target SN instance doesn't know what you're trying to update.
If you're doing a test run, ensure you're providing a test parameter.
Additionally, don't pass the GlideElement to your API call
rest.setStringParameter('desc' , current.getValue('short_description'));