Skip to content

This is an example C# command line programm that will take 5 input parameters which will be used to create an ServiceNow incident using REST API.

Notifications You must be signed in to change notification settings

laurensbrand/CreateIncidentCstoServiceNow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CreateIncidentCstoServiceNow

This is an example C# command line programm that will take 5 input parameters which will be used to create an ServiceNow incident using REST API. If not all 5 parameters are supplied the programm will not exit with a message.

Command line:
CreateIncidentCstoServiceNow.exe %1 %2 %3 %4 %5
CreateIncidentCstoServiceNow.exe "ServiceNow Instance Name" "Username" "Password" "Short Description" "Description"

About

This is an example C# command line programm that will take 5 input parameters which will be used to create an ServiceNow incident using REST API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages