Skip to content
Richard Liebmann edited this page May 17, 2017 · 3 revisions

Service Description

create invoice

Create a invoice (JSON) and call the url (HTTP-GET)

https://kassa.asello.at/#/create?data=[invoice_as_JSON_base64]&access_token=123&action=print&printer=download-pdf-a4

url parameter:

  • data: invoice as JSON base64
  • access_token: access token
  • action
    • options: go to invoice options
    • preview: go to print preview
    • overview: go to overview
    • print: print invoice
  • printer
    • download-pdf-a4: PDF A4 Rechnung
    • download-pdf-bon: PDF 80mm BON Rechnung
  • autologoff: log off after invoice creation

Body: https://github.com/asello/asello-client-api/wiki/create-invoice-object-definition

cancel invoice