getNextInvoicePdf


SoftLayer_Account::getNextInvoicePdf

Retrieve the next billing period’s invoice. Note, this should be considered preliminary as you may add, remove, change billing items on your account.

Description

Return an account’s next invoice in PDF format. The “next invoice” is what a customer will be billed on their next invoice, assuming no changes are made. Currently this does not include Bandwidth Pooling charges.

Parameters

Name Type Description
documentCreateDate dateTime Retrieves PDF on file created after this date. (optional)

Required Headers

Optional Headers

  • None

Return Values

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