This is a method from the KashFlow Accounting Software SOAP API

Description

This method returns an array of of type BasicDataset containing a number of KPIs (Key Performance Indicators)

Parameters

IN
StartDate
DateTime
The start date for the report
IN
EndDate
DateTime
The end date for the report
IN
ExcludeVAT
Integer
If set to 1 then VAT will not be included in financial values
IN
ExcludeSameDayPays
Integer
If set to 1 then invoices and receipts paid on the day of issue will not be included in calculations of how long it takes for invoices and receipts to be paid.

Returns

An array of objects of type BasicDataset.

The ID field contains the customer id. Name is the customer name, Description is the customer code, Value is the income from this customer in the period specified

 

An example of the data returned is show below:

IDNameDescriptionValue
1DAYSTOCASH_SALESDays to cash for invoices17
1DAYSTOCASH_PURCHASESDays to cash for receipts24
1AVGINVOICEVALUEAverage invoice value24.60
1NEWCUSTOMERSINVOICEDNew customers invoiced170
1REPEATCUSTOMERSINVOICEDRepeat customers invoiced429