Billing View PDF

From INAP Dropzone API
Revision as of 23:22, 24 March 2012 by Jcohen (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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