Ejemplo n.º 1
0
        public string GetServiceNowIncident(string URL, string Username, string Password, int ErrorID, string What)
        {
            ServiceNow oServiceNow = new ServiceNow();

            return(oServiceNow.GetIncident(URL, Username, Password, ErrorID, What));
        }
Ejemplo n.º 2
0
        public string RecomServiceNowServer(string URL, string Username, string Password, string Name)
        {
            ServiceNow oServiceNow = new ServiceNow();

            return(oServiceNow.DecomServer(URL, Username, Password, Name, ServiceNowDecom.Recommission));
        }
Ejemplo n.º 3
0
        public string GetServiceNowIncidentNumber(string URL, string Username, string Password, string Number)
        {
            ServiceNow oServiceNow = new ServiceNow();

            return(oServiceNow.GetIncident(URL, Username, Password, Number));
        }
Ejemplo n.º 4
0
        public string GetServiceNowServer(string URL, string Username, string Password, string Name)
        {
            ServiceNow oServiceNow = new ServiceNow();

            return(oServiceNow.GetServer(URL, Username, Password, Name));
        }