| POST | /api/validsign/notifications |
|---|
import java.math.*
import java.util.*
import java.io.InputStream
import net.servicestack.client.*
open class ValidSignNotification
{
open var Key:String? = null
open var Name:String? = null
open var SessionUser:String? = null
open var PackageId:String? = null
open var Message:String? = null
open var DocumentId:String? = null
open var CreatedDate:String? = null
}
Kotlin ValidSignNotification DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
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: test-dogw.klokgroep.nl
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
Key: String,
Name: String,
SessionUser: String,
PackageId: String,
Message: String,
DocumentId: String,
CreatedDate: String
}