getPdfDetailed


SoftLayer_Billing_Invoice_Next::getPdfDetailed

Retrieve the next billing period’s detailed invoice as a PDF.

Description

Return an account’s next invoice detailed portion in PDF format.

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_Billing_Invoice_Next/{SoftLayer_Billing_Invoice_NextID}/getPdfDetailed'