emailInvoices


SoftLayer_Billing_Invoice::emailInvoices

Create a transaction to email invoice links.

Description

Create a transaction to email PDF and/or Excel invoice links to the requesting user’s email address. You must have a PDF reader installed in order to view these files.

Parameters

Name Type Description
options SoftLayer_Container_Billing_Invoice_Email The options for emailing invoices

Required Headers

Optional Headers

  • None

Return Values

  • void
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Container_Billing_Invoice_Email]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Invoice/emailInvoices'