Billing View PDF

From INAP Dropzone API
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