GetKPIs Method

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

SOAP Examples

service.asmx?op=GetKPIs

 

An example of the data returned is show below:

ID Name Description Value
1 DAYSTOCASH_SALES Days to cash for invoices 17
1 DAYSTOCASH_PURCHASES Days to cash for receipts 24
1 AVGINVOICEVALUE Average invoice value 24.60
1 NEWCUSTOMERSINVOICED New customers invoiced 170
1 REPEATCUSTOMERSINVOICED Repeat customers invoiced 429

SOAP API Method