POST api/ADHocMessage?MessagesSending={MessagesSending}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MessagesSending

integer

Required

Body Parameters

GetDelayMessageProcesssingConfig_Result
NameDescriptionTypeAdditional 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

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<short xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</short>