validateManualPaymentAmount


SoftLayer_Account::validateManualPaymentAmount

Ensure the amount requested for a manual payment is valid.

Description

This method checks global and account specific requirements and returns true if the dollar amount entered is acceptable for this account and false otherwise. Please note the dollar amount is in USD.

Parameters

Name Type Description
amount string

Required Headers

Optional Headers

  • None

Return Values

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