namespace digitaluapi.ServiceModel
open System
open System.IO
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations
[<AllowNullLiteral>]
type SendGridWebHooksData() =
[<DataMember(Name="email")>]
member val Email:String = null with get,set
[<DataMember(Name="timestamp")>]
member val Timestamp:Int64 = new Int64() with get,set
member val SmtpId:String = null with get,set
member val Event:String = null with get,set
member val Category:String[] = null with get,set
member val Sg_Event_Id:String = null with get,set
member val Sg_Message_Id:String = null with get,set
member val Useragent:String = null with get,set
member val Ip:String = null with get,set
member val Url:String = null with get,set
member val Asm_Group_id:String = null with get,set
member val OurUniqueId:String = null with get,set
[<AllowNullLiteral>]
type SendGridWebHook() =
inherit ResizeArray<SendGridWebHooksData>()
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
{}