Solution Services List

From INAP Dropzone API
Revision as of 19:20, 3 June 2012 by Jcohen (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The solution services list command

Contents

Path

  • /solution/services/list

Method

Required Data Parameters

  • None

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => stdClass Object(
    [TYPE_OF_SERVICE] => Array(
      [0] => stdClass Object(
        [id] => The service ID
        [planid] => 617
        [name] => The name of the service.
        [unique] => If the service is unique (TRUE, FALSE).
        [mandatory] => If the service is mandatory (TRUE, FALSE).
        [primarytype] => The primaray type of service.
        [secondarytype] => The secondary type of service.
        [price] => The cost of the service.
      )
    )
  )
)
Personal tools