_sendCar4way2
(API version 2.0)int[] _sendCar4way2 ( string kodf , string username , string pass , int foridcar , string text )
Description
_sendCar4way2
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- int foridcar
- string text
Return value
int[]
- int item
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_sendCar4way2($kodf, $username, $pass, $foridcar, $text);
Test
To test the function, enter parameters in form below and press Try it out button.