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": "ed7ba377-9bed-4ab2-9b31-0774025d3661",
"NotiffUUID": "8239e75f-b905-4ad0-9eec-afa093ea9b67",
"QuestNotiffActive": true,
"LanguageID": 1,
"QuestNotiffTiming": "2026-08-05T04:02:37.5964999+03:00",
"QuestNotiffDurationH": 1,
"UserUUIDCur": "bcb1f560-1e80-473d-a76c-b9cb7440278a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}