Export API Version 2 Invoices

Introduction

Give access to invoice information.

List Invoices

Lists invoice information for a specific IGRP.

Request:

GET /v2/igrps/{IGRP SPECIFIER}/invoices

GET Params

Filter Types

The Invoices list may be filtered by any of the returned fields.

Sort Types

The Invoices list may be sorted by any of the returned fields.

Response:

Returns a 200 OK response on success, with the following properties:

Example:

{"invoiceId":"20308","invoiceType":"installation","invoiceDate":"2015-11-30","accountId":"1","accountName":"Infinity-Tracking","igrp":"1100","igrpName":"Infinity Cloud","poNumber":"","currencyCode":"GBP","billingMethodCode":"in","invoiceTotal":"500.000000"}

Download Invoice

Downloads a PDF with all invoice information for a specific invoice ID

Request:

GET /v2/igrps/{IGRP SPECIFIER}/invoices/{INVOICE SPECIFIER}/download

Response:

Returns a 200 OK response on success with a PDF.