POST Event/DisableNews
Request Information
URI Parameters
None.
Body Parameters
EventMarkAsReadAndSetIgnoreForm| Name | Description | Type | Additional information | 
|---|---|---|---|
| hours | integer | None. | |
| eventId | integer | None. | |
| messageFormat | Формат вывода текста | MessageFormat | None. | 
Request Formats
application/json, text/json
		    
					Sample:
		    
			
{
  "hours": 1,
  "eventId": 1,
  "messageFormat": 0
}
	    Response Information
Resource Description
None.