Does anyone know what DNN7 expects a return type from a custom WebAPI call for a NotificationTypeAction? DNN6.2 examples I am looking at return a JSON object using the AcrtionResult object.
For DNN7 should I be passing back the same JSON Result but using HttpResponseMessage?