- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2024 10:50 PM
- 884 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2024 11:27 PM
Hi @Ramesh_143
Please go through the below links:
Create Request/RITM via API - ServiceNow Community
Rest API for creating REQ and RITM - ServiceNow Community
Thanks, and Regards
Vishaal
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2024 01:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2024 01:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2024 04:00 AM
Hi @Ramesh_143
- Go to the Application navigator
- go to Rest Api Explorer,
- choose the method and get the data in that explorer.
- copy and use ServiceNow business rule which is present in ServiceNow URL
The alternative best way of practice is use http method.
please go through the links:
Refer: https://www.servicenow.com/community/itsm-forum/create-request-ritm-via-api/m-p/443448
Rest API for creating REQ and RITM - ServiceNow Community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2024 09:00 AM
Hi @Ramesh_143
To create a Requested Item (RITM) through the REST API in ServiceNow,
Open REST API Explorer:
- Navigate to System Web Services > REST API Explorer.
Select Service Catalog API:
- Set Namespace to sn_sc.
- Choose Service Catalog API and the latest version.
Use the POST Method:
- Select the Buy Item (POST) method.
Provide Path Parameters:
- Enter the sys_id of the catalog item you want to order.
Prepare the Request:
- Include necessary headers (e.g., authorization, content type).
- Provide the request body with details like quantity and variables.
Send the Request:
- Click Send and check the response for success.
Thanks,
Shalini.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful".