- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 03:04 AM
Submit Catalog request by Using POST MAN API.
I am new to integrations, any one suggest References Step- step guide.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 03:23 AM - edited 03-14-2024 03:26 AM
Hi @Aditya02 ,
Open Rest Api Explorer in servicenow and select namespace as sn_sc then select the Add Item to cart post method then add catalog item sys_id and in request body add variable's data as below mentioned payload , then send and then Use Submit order method to submit catalog item.
You can hit same endpoints from postman as well.
{'sysparm_quantity':1,'variables':{'carrier':'at_and_t_mobility','data_plan':'500MB','duration':'eighteen_months','color':'black','storage':'sixtyfour'}}
Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 03:13 AM
Hi @Aditya02
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 03:15 AM
Hi @Aditya02 ,
Follow the steps in this Blog :https://vexpose.blog/2023/10/12/servicenow-catalog-request-with-postman/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 03:23 AM - edited 03-14-2024 03:26 AM
Hi @Aditya02 ,
Open Rest Api Explorer in servicenow and select namespace as sn_sc then select the Add Item to cart post method then add catalog item sys_id and in request body add variable's data as below mentioned payload , then send and then Use Submit order method to submit catalog item.
You can hit same endpoints from postman as well.
{'sysparm_quantity':1,'variables':{'carrier':'at_and_t_mobility','data_plan':'500MB','duration':'eighteen_months','color':'black','storage':'sixtyfour'}}
Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2024 05:39 AM
Hi @Aditya02 ,
Refer this article :
https://vexpose.blog/2023/10/12/servicenow-catalog-request-with-postman/
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....