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": "06bab4f5-b75e-46b7-83bc-85061230da94",
"NotiffUUID": "008ed77d-e399-424b-bdbc-75f16b5da400",
"QuestNotiffActive": true,
"LanguageID": 1,
"QuestNotiffTiming": "2026-02-04T05:22:56.1560388+02:00",
"QuestNotiffDurationH": 1,
"UserUUIDCur": "dcb18557-049e-4380-8866-1c3c0cbcdeb7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}