Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports digitaluapi.ServiceModel
Namespace Global
Namespace digitaluapi.ServiceModel
Public Partial Class SendGridWebHook
Inherits List(Of SendGridWebHooksData)
End Class
Public Partial Class SendGridWebHooksData
<DataMember(Name:="email")>
Public Overridable Property Email As String
<DataMember(Name:="timestamp")>
Public Overridable Property Timestamp As Long
Public Overridable Property SmtpId As String
Public Overridable Property [Event] As String
Public Overridable Property Category As String()
Public Overridable Property Sg_Event_Id As String
Public Overridable Property Sg_Message_Id As String
Public Overridable Property Useragent As String
Public Overridable Property Ip As String
Public Overridable Property Url As String
Public Overridable Property Asm_Group_id As String
Public Overridable Property OurUniqueId As String
End Class
End Namespace
End Namespace
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsonl/reply/SendGridWebHook HTTP/1.1
Host: duengageapi.uat.scadsoftware.com
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
[]
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{}