This is a method from the KashFlow Accounting Software SOAP API

Description

This method returns an array of of type Customer containing details of all customers contained in the submitted VCF file.

This method doesn’t import the customers into the account. It will just return an array of the Customer object which you can present to the user for editing/confirmation.

You can then send back the individual Customer objects to either InsertCustomeror InsertSupplier.

The VCF file can contain one or many contacts.

Parameters

IN
inStream
base64Binary
A Base 64 binary array representing the .vcf file.

Returns

An array of objects of type Customer