This is a method from the KashFlow Accounting Software SOAP API

Description

This method allows you to create or update a project.

To create a project leave the ID property of the Project class blank (or 0). To edit a project, set it to the ID of the project you want to edit.

If the number property of the Project class is left blank (or 0) then the next number in sequence will be used.

Parameters

IN
Project
Project
An object of type Project

Returns

An Integer representing the new project ID, or the ID of the edited project