getPreliminaryPdfDetailed


SoftLayer_Billing_Invoice::getPreliminaryPdfDetailed

Retrieve a PDF copy of the detailed version of an invoice.

Description

Retrieve a PDF record of the detailed version of a SoftLayer invoice. SoftLayer keeps PDF records of all closed invoices for customer retrieval from the portal and API.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • base64Binary
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Invoice/{SoftLayer_Billing_InvoiceID}/getPreliminaryPdfDetailed'