"SoftLayer_" prefix removed for readability.
Name | Type | Description |
---|---|---|
itemPrices | SoftLayer_Product_Item_Price[] | Item prices to be checked. |
accountId | int | The account number for which to check for a restricted item price. |
availabilityTypeKeyNames | string[] | An array of keynames for which to check for item availability types. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Product_Item_Price, int, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Order/checkItemAvailability'