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...")
 
(Required Data Parameters)
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..

Revision as of 20:11, 14 May 2012

The support reply command

Contents

Path

  • /support/repy/{$ticketid}

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