REST API Explorer - Create Change With Type Emergency

AJ2025
Tera Contributor

Hi there,

 

I am trying REST API Explorer POST method to create a change request with type emergency but I am not sure how to specify that I want a change request to be created as an emergency change.

Any hints?

Thanks

2 ACCEPTED SOLUTIONS

Rohit  Singh
Mega Sage

Hi @AJ2025 

 

You can use the below payload in the body of postman.

 

{
"short_description": "Test Change Request",
"description": "This is a test change request.",
"change_type": "Emergency "
}

 

Please accept the solution and hit thumbs up if my response helped, so that it benefits future reader as well.

 

Regards.

Rohit

View solution in original post

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @AJ2025 

 

You need to pass three parameters in the following format:

  • Short Description

  • Description

  • Change Type

AGLearnNGrow_0-1742933927108.png

 

*************************************************************************************************************
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]

****************************************************************************************************************

View solution in original post

3 REPLIES 3

Rohit  Singh
Mega Sage

Hi @AJ2025 

 

You can use the below payload in the body of postman.

 

{
"short_description": "Test Change Request",
"description": "This is a test change request.",
"change_type": "Emergency "
}

 

Please accept the solution and hit thumbs up if my response helped, so that it benefits future reader as well.

 

Regards.

Rohit

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @AJ2025 

 

You need to pass three parameters in the following format:

  • Short Description

  • Description

  • Change Type

AGLearnNGrow_0-1742933927108.png

 

*************************************************************************************************************
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]

****************************************************************************************************************

AJ2025
Tera Contributor

Thank you Rohit and AG.

I also found this :

AJ2025_0-1742934207432.png