POST api/ADHocMessage?MessagesSending={MessagesSending}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
MessagesSending | integer |
Required |
Body Parameters
GetDelayMessageProcesssingConfig_ResultName | Description | Type | Additional information |
---|---|---|---|
MinsBeforeHourDelaySend | integer |
None. |
|
MinsAfterHourDelaySend | integer |
None. |
|
SeedDelaySendSeconds | integer |
None. |
|
DelaySecondsInteral | integer |
None. |
|
SecondsForTimeIntervalToCountMessages | integer |
None. |
|
MaxMessagesPerTimeInterval | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "MinsBeforeHourDelaySend": 1, "MinsAfterHourDelaySend": 1, "SeedDelaySendSeconds": 1, "DelaySecondsInteral": 1, "SecondsForTimeIntervalToCountMessages": 1, "MaxMessagesPerTimeInterval": 1 }
application/xml, text/xml
Sample:
<GetDelayMessageProcesssingConfig_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MessagingEF"> <DelaySecondsInteral>1</DelaySecondsInteral> <MaxMessagesPerTimeInterval>1</MaxMessagesPerTimeInterval> <MinsAfterHourDelaySend>1</MinsAfterHourDelaySend> <MinsBeforeHourDelaySend>1</MinsBeforeHourDelaySend> <SecondsForTimeIntervalToCountMessages>1</SecondsForTimeIntervalToCountMessages> <SeedDelaySendSeconds>1</SeedDelaySendSeconds> </GetDelayMessageProcesssingConfig_Result>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<short xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</short>