¿En qué podemos ayudarte?
< Todos los temas
Imprimir

AddNotification (method)

Put an Aliquo notification to a specific user.


Comments


Definition


JSON

/json/AddNotification/{Token}/{User}


Using POST to send data in Notification format


Parameters

ParameterDescription
TokenAuthentication code, see more in GetToken (method)
UserIdIdentify the user that will be receive the notification


Example JSON

http://test.aliquosoftware.net/aliquoserver/api.svc/json/AddNotification/_PutTokenHere_/2

{
   "HideStyle": 2,
   "Title": "Title of message",
   "Message": "Example of a message throw API"
}
Tabla de contenidos