OfvVehicleData.Service Namespace |
| Class | Description | |
|---|---|---|
| ComparisonService |
This service delivers the possibility to store and retreive comparison for an user.
All methods need an UserDTO as input - login user by using Login(UserDTO, TermsDTO, String) to get an UserDTO. All methods need a format as input (json/xml) - result of request is delivered on format selected. | |
| DummyService |
This service delivers the possibility to store and retreive dummies for an user.
All methods need an UserDTO as input - login user by using Login(UserDTO, TermsDTO, String) to get an UserDTO. All methods need a format as input (json/xml) - result of request is delivered on format selected. | |
| FilterService |
This service delivers the possibility to store and retreive filters for an user.
All methods need an UserDTO as input - login user by using Login(UserDTO, TermsDTO, String) to get an UserDTO. All methods need a format as input (json/xml) - result of request is delivered on format selected. | |
| Global |
Global handling for webservice
| |
| NotificationService |
This service delivers the possibility to store and retreive notifications for an user.
Notifications is used to track new and changed vehicles of interrest - mail will be sendt to user when vehicles of interest is tracked by a notification. All methods need an UserDTO as input - login user by using Login(UserDTO, TermsDTO, String) to get an UserDTO. All methods need a format as input (json/xml) - result of request is delivered on format selected. | |
| RegistrationInformationService |
This service delivers information about vehicles.
All methods need an UserDTO as input - login user by using Login(UserDTO, TermsDTO, String) to get an UserDTO. All methods need a format as input (json/xml) - result of request is delivered on format selected. | |
| RemoteRegistrationInformationService |
This service delivers information about vehicles.
All methods need an UserDTO as input - username, password MD5 encrypted and client-ipadress is madatory. All methods need a format as input (json/xml) - result of request is delivered on format selected. | |
| RemoteUserAdminService |
This service administrates users for remote customers.
All methods need an UserAdminDTO as input. All methods need username and password for company as input - authorization is done at all calls. All methods need a format as input (json/xml) - result of request is delivered on format selected. | |
| RemoteVehicleInformationService |
This service delivers information about vehicles to third-party remote customers.
All methods need an UserDTO as input - login user by using Login(UserDTO, TermsDTO, String) to get an UserDTO. All methods need a format as input (json/xml) - result of request is delivered on format selected. | |
| TireInformationService |
This service delivers information about vehicles.
All methods need an UserDTO as input - login user by using Login(UserDTO, TermsDTO, String) to get an UserDTO. All methods need a format as input (json/xml) - result of request is delivered on format selected. | |
| UserService |
UserServices lets a user logg in to service and change his/hers password at any time.
All methods need a format as input (json/xml) - result of request is delivered on format selected. | |
| VehicleInformationService |
This service delivers information about vehicles.
All methods need an UserDTO as input - login user by using Login(UserDTO, TermsDTO, String) to get an UserDTO. All methods need a format as input (json/xml) - result of request is delivered on format selected. |