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": "d5384548-a383-451d-a6d7-405cd3a4f525",
"NotiffUUID": "dee9ea8e-9090-43a3-94c2-917df7fbd8cb",
"QuestNotiffActive": true,
"LanguageID": 1,
"QuestNotiffTiming": "2026-06-20T22:55:17.8296147+03:00",
"QuestNotiffDurationH": 1,
"UserUUIDCur": "1f85e281-db70-48a2-960c-ab98fc32f975"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}