Solution Order Edit Public VM

From INAP Dropzone API
Jump to: navigation, search

The solution order edit public VM command

Contents

Path

  • /solution/order/editpublicvm

Method

Required Data Parameters

  • {$objectid}: The ID of the object being edited. The object ID can be retrieved from Solution Order View -> objects.
  • {$services}: A JSON encoded array with all the settings to be set with order.
  • {$services}: A JSON encoded array with all the services to be included with order.

Optional Data Parameters

  • None

Returned Data

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