checkItemAvailability


SoftLayer_Product_Order::checkItemAvailability

Description


Parameters

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.

Required Headers

Optional Headers

  • None

Return Values

  • boolean
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'