POST v1/updPopupResult
Метод оновлення результатів показу
Request Information
URI Parameters
None.
Body Parameters
PopupResultUpd| Name | Description | Type | Additional information |
|---|---|---|---|
| popupID |
ID норми |
integer |
None. |
| lastOnDate |
Дата показу |
date |
None. |
| OnDateResult |
Дата "ознайомлення" |
date |
None. |
Request Formats
application/json, text/json
Sample:
{
"popupID": 1,
"lastOnDate": "2026-06-10T07:15:37.7314531+03:00",
"OnDateResult": "2026-06-10T07:15:37.7314531+03:00"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.