- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 05:09 PM
i can update and insert a inc or request whit a only endpoint?, whit metod POST
regards!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 05:32 PM - edited 11-08-2023 05:32 PM
Hi @Erick15 ,
Yes endpoint is required to update/insert record into servicenow or any application when it comes to API.
When it comes to insert u would require POST method along with diff parameters which are mandatory to be sent along with endpoint as a body to create/insert a record
For update you would required a PUT method along with the sysid (mandatory)of the record which you want to update. Here also u need to send some parameters in the body of the API to update the records.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 05:32 PM - edited 11-08-2023 05:32 PM
Hi @Erick15 ,
Yes endpoint is required to update/insert record into servicenow or any application when it comes to API.
When it comes to insert u would require POST method along with diff parameters which are mandatory to be sent along with endpoint as a body to create/insert a record
For update you would required a PUT method along with the sysid (mandatory)of the record which you want to update. Here also u need to send some parameters in the body of the API to update the records.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 05:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 05:41 PM
Here are the steps:
Create a new Incident:
Update incident:
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.