digitaluapi

<back to all web services

SendGridWebHook

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>()

F# SendGridWebHook DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/SendGridWebHook HTTP/1.1 
Host: duengageapi.uat.scadsoftware.com 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<ArrayOfSendGridWebHooksData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/digitaluapi.ServiceModel" />
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />