_getLandWorkRide

(API version 2.0)

WDS_LandWorkRideItem[] _getLandWorkRide ( string kodf , string username , string pass , string DateFrom , string DateTo , int IdCar )

Description

The function returns a list of crossings between actions on soil units.

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
string DateFrom
he start date of the observed period in GMT
string DateTo
The end date of the observed period in GMT
int IdCar
Unique vehicle identifier, 0 for everything

Return value

WDS_LandWorkRideItem[]
  • WDS_LandWorkRideItem
    • int IdLWR
    • int IdCar
    • string DateFrom
    • string DateTo
    • int Length
    • float Cons
    • int IdTool1
    • int IdTool2
    • int IdTool3
    • int IdTool4
    • int IdWorkAction1
    • int IdWorkAction2
    • int IdWorkAction3
    • int IdWorkAction4

Examples

API version 2.0

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

Test

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

Company login code
Login username
Login password
he start date of the observed period in GMT
The end date of the observed period in GMT
Unique vehicle identifier, 0 for everything

* Required field