getNextInvoicePdfDetailed


SoftLayer_Account::getNextInvoicePdfDetailed

Retrieve the next billing period’s detailed 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 detailed portion 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 Details 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/getNextInvoicePdfDetailed'