getAllContactTypes


SoftLayer_Account_Contact::getAllContactTypes

This method retrieves available contact types.

Description

This method will return an array of SoftLayer_Account_Contact_Type objects which can be used when creating or editing an account contact.

Parameters

None

Required Headers

Optional Headers

Return Values

Associated Methods

curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account_Contact/getAllContactTypes'