POST | /Admin/SendInteraction |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CountryId | body | short | No | |
HeaderMessage | body | string | No | |
BodyMessage | body | string | No | |
Subject | body | string | No | |
MemberID | body | long | No | |
Handle | body | string | No | |
EmailAddress | body | string | No | |
SenderHandle | body | string | No | |
SenderAge | body | string | No | |
SenderState | body | string | No | |
SenderImgSrc | body | string | No |
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 /Admin/SendInteraction HTTP/1.1
Host: tstsrvs.redhotpie.com.au
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
CountryId: 0,
HeaderMessage: String,
BodyMessage: String,
Subject: String,
MemberID: 0,
Handle: String,
EmailAddress: String,
SenderHandle: String,
SenderAge: String,
SenderState: String,
SenderImgSrc: String
}