ServiceNow to ServiceNow Integration

sabasiddiqui777
Tera Contributor

Hello,

what do I put for PUT Url ,I'm trying to do update integration or can anyone can guide me for complete update integration.

 

sabasiddiqui777_0-1693916519795.png

sabasiddiqui777_1-1693916643599.png

 @Maik Skoddow 

@Mark Roethof 

@Gaurav Shirsat 

@ghaing 

@tltoulson 

@Ankur Bawiskar 

@Chuck Tomasi 

 

 

12 REPLIES 12

SwarnadeepNandy
Mega Sage

Hello @sabasiddiqui777,

 

You can use REST API Explorer - https://<your_instance>.service-now.com/now/nav/ui/classic/params/target/%24rest...

 

SwarnadeepNandy_0-1693920985569.png

Here you can find details about your URL schema from the explorer.

 

Kind Regards,

Swarnadeep Nandy

hello, @SwarnadeepNandy 

This the error ,I'm getting after puting the endpoints for update integration

sabasiddiqui777_0-1693922006833.png

 

Kind Regards,

Saba Siddiqui

 

From the error I see, {sys_id} is not substituted with actual sys_id.
Check, if sys_id is mapped correctly.

For PUT operation you need to provide record sys_id.

Kind Regards,

Swarnadeep Nandy

Hi @SwarnadeepNandy ,

If I put sys_id of particular incident then it is upadating. 

But I want  update integration for all incident dynamically.

 

Kind Regards,

Saba Siddiqui