ServiceNow Patch method via REST Message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2023 03:58 PM - edited 06-29-2023 04:00 PM
Hello dear,
I need to update my existing record in ServiceNow A instance to ServiceNow B instance via REST (Patch Method)
What endpoint url for same issue?
What script required?
Kindly help me
Thanks and regards
Prakhar Choubey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2023 12:24 AM
Hi @Prakhar Choubey ,
Is it OneDirectional or BiDirectional ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2023 07:01 AM
It's bi- directional.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2023 11:14 AM
My issue has resolved now.
If i add ${sys_id} with 3rd party API (under Put method) then it's working fine and adding the "correlation_id" with number (incident number) & "correlation_display" with sys_id (incident sys_id).
It's totally working fine