API Documentation

Last Update: 28 December 2022

POST api/notificationrule/SetNotificationSuspendFilter



Request Information


URI Parameters

None.


Body Parameters
NotificationSuspendFilter
Name Description Type Additional information
ID

integer

None.

ObjectFilter

string

None.

Epoch

integer

None.

EndEpoch

integer

None.

RecordStatus

integer

None.

TimeZone

integer

None.

Request Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "ObjectFilter": "sample string 2",
  "Epoch": 3,
  "EndEpoch": 4,
  "RecordStatus": 5,
  "TimeZone": 6
}

Response Information


Resource Description
IHttpActionResult

None.


Response Formats
application/json, text/json
Sample:

Sample not available.