_setCarMobileMess
(API version 2.0)int _setCarMobileMess ( string kodf , string username , string pass , WDS_CarMobileMessItem CarMobileMessItem )
Description
The function sets predefined messages and driver status for WD Fleet.
Categories
Parameters
- string kodf
- Company code
- string username
- Login username
- string pass
- Login password
-
WDS_CarMobileMessItem CarMobileMessItem
- int IdCar
- int Type
- int Order
- string Name
- string Code
- string Note
-
array[]
If activity in WD Fleet is changing, is required complementary text. 1 Yes. 0 No.
-
string[]
- string item
-
string[]
- An object that returns _get
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_setCarMobileMess($kodf, $username, $pass, $CarMobileMessItem);
Test
To test the function, enter parameters in form below and press Try it out button.