POST | /api/validsign/notifications |
---|
Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports DigiOffice.Integration.ValidSign.DTO
Namespace Global
Namespace DigiOffice.Integration.ValidSign.DTO
Public Partial Class ValidSignNotification
Public Overridable Property Key As String
Public Overridable Property Name As String
Public Overridable Property SessionUser As String
Public Overridable Property PackageId As String
Public Overridable Property Message As String
Public Overridable Property DocumentId As String
Public Overridable Property CreatedDate As String
End Class
End Namespace
End Namespace
VB.NET ValidSignNotification DTOs
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 /api/validsign/notifications HTTP/1.1
Host: doapigw.baasbv.nl
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"Key":"String","Name":"String","SessionUser":"String","PackageId":"String","Message":"String","DocumentId":"String","CreatedDate":"String"}