getPdf


SoftLayer_Billing_Order::getPdf

Retrieve a PDF copy of a quote.

Description

Retrieve a PDF record of a SoftLayer quote. If the order is not a quote, an error will be thrown.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • base64Binary

Associated Methods

curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Order/{SoftLayer_Billing_OrderID}/getPdf'