This is a method from the KashFlow Accounting Software SOAP API

Description

The method returns an array of type Invoice containing details of all Receipts in a paged format.

Parameters

Name of parameterDescription Acceptable ValuesDefault Value
1.PageThe page number of the receipt list to be fetched.
  • Numeric values (eg, 1,2,3… )
1
2.PerPageNumber of records to be fetched per page.
  • Numeric values (eg, 10,20,30… ) The maximum acceptable value for this field is 100. If a value greater than 100 is specified, only 100 records will be returned
100
3.FilterByYou can specify a filter to fetch only a specific kind of receipts.
  • All
  • Unpaid
  • Overdue
  • Overpaid
  • Paid
  • ThisMonth
All

Returns

An array type of Invoice

SOAP Examples

service.asmx?op=GetReceiptsWithPaging