getOrderEligibility


SoftLayer_Account::getOrderEligibility

Determines if a customer is eligible to place orders to modify or grow their footprint while a service is end-of-life.

Description

See SoftLayer_Account::getOrderEligibilityServiceOrderTypes for the order type values available.

Some packages may also require a resource type. See SoftLayer_Account::getOrderEligibilityServiceResourceTypes for the values available.


Parameters

Name Type Description
packageId int An optional package id to check eligibility for
orderType string An optional order type to check eligibility for
resourceType string An optional resource type to check eligibility for
preEolFlag boolean An optional flag to check eligibility before services are EOL

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int, string, string, boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/getOrderEligibility'