KASHFLOW API
automated accounting
HOME  |  MANUAL  |  SOFTWARE & SCRIPTS  |  FIND A DEVELOPER  |  SUPPORT  |  CONTACT
MANUAL CONTENTS


Introduction

Methods and Arguments

  Overview

  Customers
    GetCustomer
    GetCustomerById
    GetCustomerByEmail
    GetCustomers
    InsertCustomer
    UpdateCustomer
    GetCustomerSources

  Invoices
    GetInvoice
    GetInvoicesByDateRange
    GetInvoicesForCustomer
    InsertInvoice
    UpdateInvoice
    EmailInvoice
    PrintInvoice
    GetPaypalLink

  Invoice Payments
    GetInvoicePayment
    GetInvPayMethods
    InsertInvoicePayment
    DeleteInvoicePayment

  Suppliers
    GetSupplier
    GetSupplierById
    InsertSupplier

  Bank
    GetBankAccounts
    GetBankTXTypes
    InsertBankTransaction

  Reports
    GetBalanceSheet
    GetDigitaCSVFile
    GetMonthlyProfitAndLoss
    GetNominalLedger
    GetProfitAndLoss
    GetTrialBalance
    GetVATReport

  Supplementary Functions
    GetProducts
    GetNominalCodes
    isUserVATRegistered
    

Classes

  BalanceSheet
  BankAccount
  BankTransaction
  BankTXType
  BasicDataset
  Customer
  Invoice
  InvoiceLine
  MonthlyPL
  NominalCode
  Payment
  PaymentMethod
  Product
  ProfitAndLoss
  Supplier
  TransactionInformation
  VATReport


Manual - Methods - PrintInvoice

This method returns a string containing the address of a PDF file containing your invoice(s).

You can provide an integer if you just want to print one invoice, or a comma separated list of invoice numbers if you want to print more than one invoice.

IN InvoiceNumber
Integer
The invoice number for the invoice you want to print.
If you are instead supplying a string of numbers in the
next argument then you should set this to 0
IN InvoiceNumberList
String
A comma separated list of invoice numbers.
You can just provide an empty string if you are
providing a single invoice number above.



View Soap Examples

HOME  |  MANUAL  |  SOFTWARE & SCRIPTS  |  FIND A DEVELOPER  |  SUPPORT  |  CONTACT