Create Request/RITM via API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2021 10:40 AM
Note: First, request form will be submitting on third party tool and it should create a request in servicenow instance with same form data [payload will be provided to insert or create request in servicenow instance].
How can we achieve this requirement?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2021 11:20 AM
Hello,
I provided some details on this here:
https://community.servicenow.com/community?id=community_question&sys_id=db13ae501b8b6850ed6c9979b04bcb7b
Please let me know if it helps.
Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2021 09:44 PM
Hello Geoff,
Can you please share step by step instructions to fulfill this.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2021 11:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2021 10:15 PM
Hi,
you can use Cart API and tell 3rd party to consume it with specific request format
refer below link where I have shared the solution
How to order Catalog Items from REST API Explorer?
sharing the steps again here
1) from left nav open REST API Explorer
2) from namespace select -> sn_sc
3) select buy item API
4) give sys_id of the catalog item
5) give body as RAW JSON; ensure you give your variable names; I have given group with value as group sys_id
{
'sysparm_id': 'a96250e407d01410540bf2508c1ed014',
'sysparm_quantity': '1',
'variables':{
'test': 'hello',
'group': 'd625dccec0a8016700a222a0f7900d06'
}
}
Buy Item (POST) -> give sys_id of the catalog item in the URL
https://instanceName.service-now.com/api/sn_sc/servicecatalog/items/a96250e407d01410540bf2508c1ed014/order_now
Request Body: highlighted in bold is sys_id of catalog item
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader