December 30, 2015


Determining your next bill

Example on how to use getNextInvoiceTotalAmount to retrieve the pre-tax total amount of an account's next invoice measured in US Dollars ($USD). The amount assumes no changes or charges occur between now and the time of billing.

Operation: GET

Method: SoftLayer_Account::getNextInvoiceTotalAmount()

URL: SoftLayer_Account/getNextInvoiceTotalAmount

Example CURL:

curl -su userid:api_key https://api.softlayer.com/rest/v3/SoftLayer_Account/getNextInvoiceTotalAmount

Example Response:

250.26

Feedback?

If this article contains any error, or leaves any of your questions unanswered, please help us out by opening up a github issue.
Open an issue