POST api/AdminQuest/SaveQuestNotiff
AdmSaveQuestNotiff
Request Information
URI Parameters
None.
Body Parameters
SaveQuestNotiff| Name | Description | Type | Additional information |
|---|---|---|---|
| QuestUUID | globally unique identifier |
None. |
|
| NotiffUUID | globally unique identifier |
None. |
|
| QuestNotiffActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| QuestNotiffTiming | date |
None. |
|
| QuestNotiffDurationH | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"QuestUUID": "3ded20d7-d745-4c74-ae3c-fa9d02e45c77",
"NotiffUUID": "3544745c-2ee8-4c47-9541-2c1e7b3763b2",
"QuestNotiffActive": true,
"LanguageID": 1,
"QuestNotiffTiming": "2026-09-19T13:11:33.0550394+03:00",
"QuestNotiffDurationH": 1,
"UserUUIDCur": "5ba79867-b6eb-4bb0-95e2-0765187e9403"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}