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
    DeleteCustomer
    GetCustomerSources

  Quotes
    DeleteQuote
    DeleteQuoteByID
    DeleteQuoteLine
    DeleteQuoteLineWithQuoteID
    GetQuoteByNumber
    GetQuoteByID
    GetQuotes
    GetQuotesForCustomer
    InsertQuote
    InsertQuoteLine
    isStillQuote
    UpdateQuote
    UpdateQuoteHeader
    ConvertQuoteToInvoice

  Invoices
    GetInvoice
    GetInvoiceByID
    GetInvoicesByDateRange
    GetInvoicesForCustomer
    InsertInvoice
    InsertInvoiceLine
    UpdateInvoice
    DeleteInvoiceByID
    DeleteInvoiceLine
    DeleteInvoiceLineWithInvoiceID
    EmailInvoice
    PrintInvoice
    GetPaypalLink

  Invoice Payments
    GetInvoicePayment
    GetInvPayMethods
    InsertInvoicePayment
    DeleteInvoicePayment

  Suppliers
    GetSupplier
    GetSupplierById
    InsertSupplier

  Bank
    GetBankAccounts
    GetBankTXTypes
    InsertBankTransaction

  Journals
    InsertJournal
    GetJournal
    GetJournals
    DeleteJournal
    DeleteJournalByID
    UpdateJournal
    UpdateJournalHeader

  Reports
    GetBalanceSheet
    GetDigitaCSVFile
    GetMonthlyProfitAndLoss
    GetNominalLedger
    GetProfitAndLoss
    GetTrialBalance
    GetVATReport

  Supplementary Functions
    createAccount
    GetRemoteLoginURL
    GetProducts
    GetNominalCodes
    isUserVATRegistered
    SetCustomerCurrency
    SetSupplierCurrency
    SetCustomerVATNumber
    SetSupplierVATNumber
    

Classes

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


Manual - Methods - GetInvoice

This method returns an object of type Invoice containing details of the Invoice number requested.

IN InvNumber
Integer
The unique invoice number
RETURNS Invoice An object of type Invoice



View Soap Examples

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