Skip to content

Latest commit

 

History

History

README.md

API Reference

One page per resource method. See examples/ for runnable scripts.

attachments

contacts

customerGroups

customers

discountPositionGroups

discountPositions

documentPayments

documents

  • list() — Fetch a single page of documents.
  • all() — Iterate lazily over every document across all pages.
  • get()
  • create()
  • update()
  • delete()
  • done() — Mark a document as done (completed).
  • cancel() — Cancel a document (creating a cancellation document).
  • send() — Send a document via the given channel.
  • convert() — Convert a document into another type (e.g. an offer into an invoice).
  • pdf() — Download the document as a PDF.
  • jpg() — Download the document as a JPG image.
  • downloadFile() — Download the document file (e.g. the raw e-invoice XML or PDF).
  • versions() — List the versions of a document.
  • version() — Fetch a single version of a document.
  • downloadVersionItem() — Download a single item of a document version.

logins

  • list() — Fetch a single page of results.
  • all() — Iterate lazily over every item across all pages.
  • get()

pdfTemplates

  • list() — Fetch the full set of available PDF templates.
  • all() — Fetch the available PDF templates as a plain list.

positionGroups

positions

postBoxes

projects

sepaPayments

serialNumbers

stocks

tasks

textTemplates

timeTrackings

webhooks