POST api/messaging/system/validate-notification
Request Information
URI Parameters
None.
Body Parameters
NotificationValidationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TestToken | string |
String length: inclusive between 0 and 500 |
|
| TestMessage | string |
String length: inclusive between 0 and 200 |
Request Formats
application/json, text/json
Sample:
{
"TestToken": "sample string 1",
"TestMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<NotificationValidationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TomJames.API.Areas.Messaging.Models.Request"> <TestMessage>sample string 2</TestMessage> <TestToken>sample string 1</TestToken> </NotificationValidationRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.