_setAttendance

(API version 2.0)

int _setAttendance ( string kodf , string username , string pass , string DateLog , string Dallas , int Type , string Mess )

Description

The function inserts the item into the attendance system.

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
string DateLog
date in GMT, YYYY-MM-DD HH:mm:ss
string Dallas
dallas chip
int Type
0/1 arrival
string Mess
message

Return value

int

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_setAttendance($kodf, $username, $pass, $DateLog, $Dallas, $Type, $Mess);

Test

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

Company login code
Login username
Login password
date in GMT, YYYY-MM-DD HH:mm:ss
dallas chip
0/1 arrival
message

* Required field