Solution Order Add

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
Marc Bollinger (Talk | contribs)
(Created page with "The solution order add command adds a new order object to a created order. ==Path== */solution/order/add ==Method== *POST ==Required Data Para...")

Latest revision as of 18:00, 13 November 2012

The solution order add command adds a new order object to a created order.

Contents

Path

  • /solution/order/add

Method

Required Data Parameters

  • {$orderid}: The order ID that is returned when using the solution order create command.
  • {$type}: Must be set to vmnode/server/publicvm depending on the type being added.
  • {$typeid}: The Id that was returned from the server or vms list function.
  • {$name}: A valid hostname.

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => stdClass Object(
    The ID of the added order object.
   )  
  )
)
Personal tools