SoftLayer Product Item Bundles

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

The SoftLayer_Product_Item_Bundles contains item to price cross references Relates a category, price and item to a bundle. Match bundle ids to see all items and prices in a particular bundle.

Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties.

Local Properties

bundleItemId

Identifier for bundle.

  • Type: integer
  • Length: 10 digits



id

Identifier for record.

  • Type: integer



itemPriceId

Identifier for price.

  • Type: integer
  • Length: 10 digits


Relational Properties

bundleItem

Item in bundle.
bundleItem can be queried by object mask.
bundleItem must be a unique value.



category

Category bundle falls in.
category can be queried by object mask.
category must be a unique value.



itemPrice

Price of item in bundle
itemPrice can be queried by object mask.
itemPrice must be a unique value.

See Also

Personal tools