Order Form Details

From INAP Dropzone API
Jump to: navigation, search

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