Order Form Details

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The order form details command will list all of the required details to order a server from SingleHop. ==Path== */order/formdetails/{$orderformid} ==Method== *[...")
 
 
Line 1: Line 1:
The [[Order|order]] form details command will list all of the required details to order a server from [[SingleHop]].
+
The [[Order|order]] form details command will list all of the required details to order a server from [[glossary#SingleHop|SingleHop]].
 
==Path==
 
==Path==
 
*/order/formdetails/{$orderformid}
 
*/order/formdetails/{$orderformid}

Latest revision as of 23:20, 24 March 2012

The order form details command will list all of the required details to order a server from SingleHop.

Contents

Path

  • /order/formdetails/{$orderformid}

Method

Required Data Parameters

  • {$orderformid}

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => stdClass Object(
    [form] => stdClass Object(
      [orderformid] => ID used with the "Order Form Details" command.
      [servername] => Full name of the server.
      [servercode] => Internal server code
      [price] => Price the server is sold at by SingelHop.
      [quarterlyprice] => The quaterly price the server is sold at by SingelHop.
      [skippages] => 0
      [tandem] => 0
      [servernameparts] => stdClass Object(
        [line] => The line the server belongs to.
        [name] => Full CPU details.
      )
    )
    [services] => An object containing all required form options.
  )
)
Personal tools