Post API to create an incident with the assignment group, Assigned To, Impact, Urgency and state all field that are mandatory in body.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2022 08:47 AM
Post API to create an incident with the assignment group, Assigned To, Impact, Urgency and state all field that are mandatory in body.
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2022 09:03 AM
Are you asking for some help on how to POST data to the instance, and ensure those fields you specified are mandatory?
The best approach here would be to use a Scripted REST API; this way you can validate the data in the method, and if something is missing, return an error without inserting the record. Or, set some default values and insert anyways.
This might be another option to explore (Import Set API)
As well as this (Data Policy)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2022 11:43 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2022 11:48 AM
At initial glance, it looks good to me!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2022 09:19 AM
Hi,
This link clearly explains about POST API.
Hope it helps, If so please mark my response as both HELPFUL and CORRECT