_setCarGeneral5

(API version 2.0)

int _setCarGeneral5 ( string kodf , string username , string pass , WDS_CarGeneral5Item CarItem )

Description

The function sets the vehicle information.

Type of vehicle is not updated!

Categories

Parameters

string kodf
Company code
string username
Login username
string pass
Login password
WDS_CarGeneral5Item CarItem
  • int CarId

    Vehicle ID

  • int Cargroupid

    Group ID

  • int Iddriver

    default driver

  • string Identifikator

    Car registration number

  • string Popis

    short description

  • string Divize

    division

  • string Stredisko

    center

  • string Osobni_cislo

    personal number

  • string Cislo_objektu

    Object number

  • string Cislo_TP

    number TP

  • string VIN

    VIN

  • string Tovarni_znacka

    Factory brand

  • string Model_vozu

    Vehicle model

  • string Typ_PHM

    Fuel type

  • string Stanoviste

    Location

  • float Amort

    Amortization / km

  • int DomovPraceDomov

    Home - Work - Home

  • int Mesic_km

    Monthly mileage [km]

  • int Nadrz

    Tank size [l]

  • float CenaBezDPH

    Purchase price excluding VAT

  • float CenaDPH

    VAT in percent

  • float CenasDPH

    Purchase price with VAT

  • float Spotreba_TP

    Consumption according to the technical card combined

  • float Spotreba_TP_mesto

    Consumption according to city card

  • float Spotreba_TP_mimo

    Consumption according to the technical card outside the city

  • int Responsible_user

    Responsible user / driver

  • int Supervising_user

    Superior user

  • int Accounting_office

    Accounting office

  • string Currency

    Vehicle currency

  • int LandToolDef

    Agriculture - starting tools

  • int LandWorkDef

    Agriculture - baseline activity

  • float LandWorkWidth

    Agriculture - Soil work width

  • int LandOverlay

    Land overlay

  • int IdTemplate

    Id templates for the appearance of vehicles

  • int Vlastnik

    Owner -
    0 - not entered
    1 - corporate
    2 - private
    3 - Private-fuel
    4 - corporate - financial leasing
    5 - corporate - operative leasing
    6 - vehicle rental

  • int Druh

    Type of vehicle

    1 .. bus
    2 .. electromobile
    3 .. motorcycle
    4 .. lorry
    5 .. semi-trailer
    6 .. passanger
    7 .. trailer
    8 .. crop production
    9 .. tractor unit
    10 .. special vehicle
    11 .. building machine
    12.. inert sprayer
    13 .. chemical spreyer
    14 .. technological vehicle
    15 .. tractor
    16 .. special vehicle
    17 .. forklift
    18 .. delivery van
    19 .. ambulance
    20 .. x
    21 .. passanger medium
    22 .. passanger large
    23 .. cargo truck small
    24 .. cargo truck medium
    25 .. cargo truck big
    26 .. hybrid
    27 .. plug-in hybrid

  • string DatOd

    Date of installation

  • string DriverValidTo

    The default driver is valid until (in local time)

  • int Iddriver2

    The default driver 2

  • string RegistrationDate

    Registration date

Vehicle data

Return value

int

1 - OK

-1 - User not logged in
-3 - The user has no rights to the vehicle or the vehicle does not exist
-4 - The user has no registration right on the vehicle

Examples

API version 2.0

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

Test

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

Company code
Login username
Login password
WDS_CarGeneral5Item CarItem
Vehicle ID
Group ID
default driver
Car registration number
short description
division
center
personal number
Object number
number TP
VIN
Factory brand
Vehicle model
Fuel type
Location
Amortization / km
Home - Work - Home
Monthly mileage [km]
Tank size [l]
Purchase price excluding VAT
VAT in percent
Purchase price with VAT
Consumption according to the technical card combined
Consumption according to city card
Consumption according to the technical card outside the city
Responsible user / driver
Superior user
Accounting office
Vehicle currency
Agriculture - starting tools
Agriculture - baseline activity
Agriculture - Soil work width
Land overlay
Id templates for the appearance of vehicles
Owner -
0 - not entered
1 - corporate
2 - private
3 - Private-fuel
4 - corporate - financial leasing
5 - corporate - operative leasing
6 - vehicle rental
Type of vehicle

1 .. bus
2 .. electromobile
3 .. motorcycle
4 .. lorry
5 .. semi-trailer
6 .. passanger
7 .. trailer
8 .. crop production
9 .. tractor unit
10 .. special vehicle
11 .. building machine
12.. inert sprayer
13 .. chemical spreyer
14 .. technological vehicle
15 .. tractor
16 .. special vehicle
17 .. forklift
18 .. delivery van
19 .. ambulance
20 .. x
21 .. passanger medium
22 .. passanger large
23 .. cargo truck small
24 .. cargo truck medium
25 .. cargo truck big
26 .. hybrid
27 .. plug-in hybrid
Date of installation
The default driver is valid until (in local time)
The default driver 2
Registration date
Vehicle data

* Required field