getTechIncubatorProgramInfo


SoftLayer_Account::getTechIncubatorProgramInfo

This method retrieves the Technology Incubator Program information for your account.

Description

This method will return a SoftLayer_Container_Account_Discount_Program object containing the Technology Incubator Program information for this account. To be considered an active participant, the account must have an enrollment record with a monthly credit amount set and the current date must be within the range defined by the enrollment and graduation date. The forNextBillCycle parameter can be set to true to return a SoftLayer_Container_Account_Discount_Program object with information with relation to the next bill cycle. The forNextBillCycle parameter defaults to false.

Parameters

Name Type Description
forNextBillCycle boolean Boolean flag to indicate whether the information in the container should be in

Required Headers

Optional Headers

  • None

Return Values

Associated Methods

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