_getUserPointActions
(API version 2.0)WDS_UserPointActionItem[] _getUserPointActions ( string kodf , string username , string pass , int CarId , int IdPoint , int IdPointAction )
Description
The function returns events at your own place.
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- int CarId
- ID vehicle (-1 for all)
- int IdPoint
- ID of your own place (-1 for all)
- int IdPointAction
- Event ID at your own place (-1 for all)
Return value
WDS_UserPointActionItem[]
-
WDS_UserPointActionItem
- int UserPointActionId
- int UserPointId
- int IdCar
- string Car
- int Type
- string DateFrom
- string DateTo
- string TimeFrom
- string TimeTo
- string MobilNumber
- string TextSms
- string Email
- string SubjEmail
- string TextEmail
- int Repeat
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getUserPointActions($kodf, $username, $pass, $CarId, $IdPoint, $IdPointAction);
Test
To test the function, enter parameters in form below and press Try it out button.