Method supportSendMessage

 return to group index



supportSendMessage

supportSendMessageReturnsupportSendMessage ( stringsession, intmessagePrevious, intcategory, stringdomain, stringsubject, stringbody )

Description

method to send a message to support

Parameters

  • stringsession : the session id
  • intmessagePrevious : the id of the message to complete
  • intcategory : the ID of the message category
  • stringdomain : the domain name
  • stringsubject : the subject of the message
  • stringbody : the body of the message

Returns

a hash contaning the ids of the message
  • intthreadId : id of the thread
  • intmessageId : id of the message
  • stringdateTime : dateTime of the thread creation
programming languages / libraries :
 
Parameters :
string session : $session
int messagePrevious :
int category :
string domain :
string subject :
string body :