{"error":{"message":"Requested URI does not represent any resource","detail":null},"status":"failure

tushar_ghadage
Tera Contributor

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 : 

Screenshot (5).png

 

here is the REST message : 

Screenshot (6).png

 

here is the record updation HTTP method : 

 

Screenshot (7).png

 

here is the error I am getting: 

 

Screenshot (8).png

 

I have struggling with from yesterday can anyone please help me out 

 

thanks!!

1 REPLY 1

Kieran Anson
Kilo Patron

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'));