API Documentation

Last Update: 28 December 2022

POST api/NotificationRuleQueueDetail



Request Information


URI Parameters

None.


Body Parameters
NotificationRuleQueueDetail
Name Description Type Additional information
ID

integer

None.

Epoch

integer

None.

QueueID

integer

None.

RuleID

integer

None.

Message

string

None.

UserID

integer

None.

ParentGroup

integer

None.

Request Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "Epoch": 2,
  "QueueID": 3,
  "RuleID": 4,
  "Message": "sample string 5",
  "UserID": 6,
  "ParentGroup": 7
}

Response Information


Resource Description
NotificationRuleQueueDetail
Name Description Type Additional information
ID

integer

None.

Epoch

integer

None.

QueueID

integer

None.

RuleID

integer

None.

Message

string

None.

UserID

integer

None.

ParentGroup

integer

None.

Response Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "Epoch": 2,
  "QueueID": 3,
  "RuleID": 4,
  "Message": "sample string 5",
  "UserID": 6,
  "ParentGroup": 7
}