_setTaskRealized

(API version 2.0)

int _setTaskRealized ( string kodf , string username , string pass , int IdTask , string DateRealize )

Description

The function sets the task as fulfilled.

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
int IdTask
unique event identifier
string DateRealize
the date (local) when the event occurred

Return value

int

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_setTaskRealized($kodf, $username, $pass, $IdTask, $DateRealize);

Test

To test the function, enter parameters in form below and press Try it out button.

Company login code
Login username
Login password
unique event identifier
the date (local) when the event occurred

* Required field