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": "5f866c88-8617-4ad7-82b6-bff9bf5113e3",
"NotiffUUID": "10f4e8d6-0a82-4c9d-867c-d70815439d8e",
"QuestNotiffActive": true,
"LanguageID": 1,
"QuestNotiffTiming": "2025-11-17T10:17:54.5961269+02:00",
"QuestNotiffDurationH": 1,
"UserUUIDCur": "a23eb6e5-d904-4316-9ccc-c54a0b6a8b45"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}