Solution Order Edit VM Node

From INAP Dropzone API
Jump to: navigation, search

The solution order edit VM node command

Contents

Path

  • /solution/order/editvmnode

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 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