New endpoint sendAvisoErstelltNotification
This commit is contained in:
@@ -778,7 +778,7 @@ Namespace ApiController.Controllers
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
' Benachrichtigung senden
|
' Benachrichtigung senden
|
||||||
Dim code As Integer = AvisoNotificationCodes.AVISO_ERSTELLT
|
Dim code As Integer = cAvisoBenachrichtigungenCodes.AVISO_ERSTELLT
|
||||||
Dim TXT_Titel As String = "Neues Aviso erstellt"
|
Dim TXT_Titel As String = "Neues Aviso erstellt"
|
||||||
Dim TXT_Mitteilung As String = "Ein neues Aviso mit der ID " & avisoId & " wurde von " & username & " erstellt und ist bereit zur Bearbeitung."
|
Dim TXT_Mitteilung As String = "Ein neues Aviso mit der ID " & avisoId & " wurde von " & username & " erstellt und ist bereit zur Bearbeitung."
|
||||||
|
|
||||||
@@ -806,12 +806,7 @@ Namespace ApiController.Controllers
|
|||||||
End Function
|
End Function
|
||||||
End Class
|
End Class
|
||||||
|
|
||||||
''' <summary>
|
|
||||||
''' Local notification codes for Aviso notifications
|
|
||||||
''' </summary>
|
|
||||||
Public Class AvisoNotificationCodes
|
|
||||||
Public Const AVISO_ERSTELLT As Integer = 1001 ' Neuer Code für AVISO_ERSTELLT
|
|
||||||
End Class
|
|
||||||
|
|
||||||
Class VERAG_IN_AVISO_Exceptions
|
Class VERAG_IN_AVISO_Exceptions
|
||||||
Public Const ERR_01_Wrong_Format As String = "ERR_01"
|
Public Const ERR_01_Wrong_Format As String = "ERR_01"
|
||||||
|
|||||||
Reference in New Issue
Block a user