Support Create

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The support create command will open a support ticket in LEAP and it will be added to the support queue. ==Path== */support/create ==Method== *[[glossary#POST...")
 
Line 17: Line 17:
 
stdClass Object(
 
stdClass Object(
 
   [success] => TRUE/FALSE
 
   [success] => TRUE/FALSE
   [data] => stdClass Object(
+
   [data] => Contains the ticket ID of the new ticket.
 
+
  )
+
 
)
 
)
 
</pre>
 
</pre>

Revision as of 19:28, 24 March 2012

The support create command will open a support ticket in LEAP and it will be added to the support queue.

Contents

Path

  • /support/create

Method

Required Data Parameters

  • {$type}: The support department that the ticket will be opened in, all the department can be retrieved by using the support departments command.
  • All other required fields can be retrieved by using the support ticket types command.

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => Contains the ticket ID of the new ticket.
)
Personal tools