Solution Order Create

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The solution order view command returns details about an order. ==Path== */solution/order/create/{$solutionid} ==Method== *GET ==Required Data ...")
 
 
Line 1: Line 1:
The [[Solution|solution]] order view command returns details about an order.
+
The [[Solution|solution]] order create command starts a new order.
 
==Path==
 
==Path==
 
*/solution/order/create/{$solutionid}
 
*/solution/order/create/{$solutionid}

Latest revision as of 17:49, 13 November 2012

The solution order create command starts a new 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