createRequest


SoftLayer_Account_Reports_Request::createRequest

Description


Parameters

Name Type Description
recipientContact SoftLayer_Account_Contact The external party for which the request may be created
reason string The reason the external party is requesting the report
reportType string type of the report customer is requesting
requestorContact SoftLayer_Account_Contact The external party for who requested the report

Required Headers

Optional Headers

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Account_Contact, string, string, SoftLayer_Account_Contact]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account_Reports_Request/createRequest'