_updateCarRentalOrder
(API version 2.0)int _updateCarRentalOrder ( string kodf , string username , string pass , int orderId , int carId , string dateCancel , string dateVehicleAssign )
Description
Update car rental order.
Parameters
- string kodf
- Company code
- string username
- Login username
- string pass
- Login password
- int orderId
- Order id
- int carId
- Car id
- string dateCancel
- Order cancellation date.
- string dateVehicleAssign
- Vehicle assignment time
If not set, the current time is taken.
Return value
int
Order id
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_updateCarRentalOrder($kodf, $username, $pass, $orderId, $carId, $dateCancel, $dateVehicleAssign);
Test
To test the function, enter parameters in form below and press Try it out button.