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 - GetInvoicesForCustomer

The method returns an array of type Invoice containing details of all invoices assigned to the specified customer.

IN CustID
Integer
The ID of the customer
RETURNS Invoice An array of type Invoice



View Soap Examples

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