checkItemConflicts


SoftLayer_Product_Order::checkItemConflicts

Check order items for conflicts

Description

Check order items for conflicts

Parameters

Name Type Description
itemPrices SoftLayer_Product_Item_Price[] Item prices to be ordered.

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Error Handling

  • Throws the exception ‘You cannot order (item description) with (item description)’.
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Product_Item_Price]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Order/checkItemConflicts'