- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2018 10:45 PM
Hi All,
I am trying to integrate SN1 to SN2 using REST.
When incident is created in SN1, incident is created in SN2 and i am storing SN2 incident in Corellation id field in SN1. I have used import set integration for this. I have used POST method and it is working fine.
Now when incident is updated in SN2(state resolved) i need to update the same in incident in SN1. I have created import set table in SN1 and mapped the field in transform map and made corellation id field as colease and using PUT method from SN2.
But i am getting an error "{"error":{"message":"Method not Supported","detail":"PUT method not supported for API"},"status":"failure"}".
Please help me on this.
Thanks,
Maddy
Solved! Go to Solution.
- Labels:
-
Integrations
-
Team Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2018 11:36 PM
Hi Madan,
For REST Import Set only following methods are available.
Only GET and POST is allowed.
Change from PUT to POST and check again.
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2018 01:28 AM
Hi Ankur,
Thanks for your help.
Thanks,
Maddy