Billing View PDF

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
 
Line 7: Line 7:
  
 
==Required Data Parameters==
 
==Required Data Parameters==
*{$invoiceid}
+
*{$invoiceid}: the invoice ID that is returned when using the [[Billing List|billing list]] command.
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==

Latest revision as of 23:22, 24 March 2012

The billing view PDF will return the raw code to create a PDF file of the specified invoice.

Contents

Path

  • /billing/viewpdf/{$invoiceid}

Method

Required Data Parameters

  • {$invoiceid}: the invoice ID that is returned when using the billing list command.

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => Returns the RAW PDF code.
)
Personal tools