Support Reply

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The support reply command ==Path== */support/repy/{$ticketid} ==Method== *POST ==Required Data Parameters== *{$ticketid}: The ticket ID retriev...")
 
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
The [[Support|support]] reply command
 
The [[Support|support]] reply command
 
==Path==
 
==Path==
*/support/repy/{$ticketid}
+
*/support/repy
  
 
==Method==
 
==Method==
Line 8: Line 8:
 
==Required Data Parameters==
 
==Required Data Parameters==
 
*{$ticketid}: The ticket ID retrieved from from the [[Support List|support list]] command.
 
*{$ticketid}: The ticket ID retrieved from from the [[Support List|support list]] command.
*{$message}: The message that will be sent to [[SingleHop]].
+
*{$message}: The message that will be sent to [[glossary#SingleHop|SingleHop]].
 
*{$subject}: The subject of the reply.
 
*{$subject}: The subject of the reply.
 
*{$contact}: The contact that is sending the reply..
 
*{$contact}: The contact that is sending the reply..

Latest revision as of 20:09, 18 July 2012

The support reply command

Contents

Path

  • /support/repy

Method

Required Data Parameters

  • {$ticketid}: The ticket ID retrieved from from the support list command.
  • {$message}: The message that will be sent to SingleHop.
  • {$subject}: The subject of the reply.
  • {$contact}: The contact that is sending the reply..

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
)
Personal tools