checkItemAvailabilityForImageTemplate


SoftLayer_Product_Order::checkItemAvailabilityForImageTemplate

Description


Parameters

Name Type Description
imageTemplateId int The image template id for which to check the availability of items.
accountId int The account number for which to check for a restricted item price.
packageId int The package id of the package to which the template will be deployed.
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": [int, int, int, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Order/checkItemAvailabilityForImageTemplate'