Methode ticketCreate

 terug aan de groep index



ticketCreate

intticketCreate ( stringsession, stringcomponentType, stringdomain, stringemail, stringphone, stringsubject, stringincidentSummary, stringincidentDetails, stringincidentManip, stringlevel )

Beschijving

create a new ticket

Parameters

  • stringsession : sessie id
  • stringcomponentType : a component type returned by ticketListContact
  • stringdomain : de domein naam
  • stringemail : the contact email address
  • stringphone : the contact phone number
  • stringsubject : the subject of the ticket
  • stringincidentSummary : the summary of the incident
  • stringincidentDetails : the details of the incident
  • stringincidentManip : the 'how-to' to recreate the incident
  • stringlevel : the alert level (normal|high|critical)

Terug

the id of the created ticket
programmeertaal :
 
Parameters :
string session : $session
string componentType :
string domain :
string email :
string phone :
string subject :
string incidentSummary :
string incidentDetails :
string incidentManip :
string level :