Solution Order Create

From INAP Dropzone API
Jump to: navigation, search

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