NotificationService Class |
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.
Namespace: OfvVehicleData.Service
public class NotificationService
The NotificationService type exposes the following members.
| Name | Description | |
|---|---|---|
| NotificationService | Initializes a new instance of the NotificationService class |
| Name | Description | |
|---|---|---|
| Remove |
Delete specific one
| |
| RetrieveList |
Retrieve list of all available notifications for user.
| |
| RetrieveOne |
Retrieve a specific notification.
| |
| Store |
Store (NEW/UPDATE) notification.
- if id is 0 then new entry will be added in database, otherwise its threated as an update. |
THIS SERVICE IS PRETENTED TO BE USED BY OFV Kjøretøydata application ONLY!