Solution Order Create

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
Marc Bollinger (Talk | contribs)
(Created page with "The solution order view command returns details about an order. ==Path== */solution/order/create/{$solutionid} ==Method== *GET ==Required Data ...")
Newer edit →

Revision as of 17:48, 13 November 2012

The solution order view command returns details about an order.

Contents

Path

  • /solution/order/create/{$solutionid}

Method

Required Data Parameters

  • {$solutionid}: The solution ID that is returned when using the solution create command, can be also set to -1 if you don't want the order to go into a solution.

Optional Data Parameters

  • None

Returned Data

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