Click or drag to resize

OfvVehicleData.Service Namespace

OFV Kjøretøydata service

All services exposed.
Classes
  ClassDescription
Public classComparisonService
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.

Public classDummyService
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.

Public classFilterService
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.

Public classGlobal
Global handling for webservice
Public classNotificationService
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.

Public classCode exampleRegistrationInformationService
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.

Public classCode exampleRemoteRegistrationInformationService
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.

Public classCode exampleRemoteUserAdminService
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.

Public classCode exampleRemoteVehicleInformationService
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.

Public classCode exampleTireInformationService
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.

Public classCode exampleUserService
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.

Public classCode exampleVehicleInformationService
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.