Billing View PDF

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Method)
Line 1: Line 1:
COMMAND DETAILS HERE
+
The [[Billing|billing]] view [[glossary#PDF|PDF]] will return the raw code to create a [[glossary#PDF|PDF]] file of the specified invoice.
 
==Path==
 
==Path==
 
*/billing/viewpdf/{$invoiceid}
 
*/billing/viewpdf/{$invoiceid}

Revision as of 22:05, 19 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}

Optional Data Parameters

  • None

Returned Data

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