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": "388413da-60a9-4c23-8f0c-e6279d49fbdd",
"NotiffUUID": "36ca5ad1-ad32-4927-86c4-23698ee7b727",
"QuestNotiffActive": true,
"LanguageID": 1,
"QuestNotiffTiming": "2026-05-06T12:14:09.3431545+03:00",
"QuestNotiffDurationH": 1,
"UserUUIDCur": "3be444cd-3a8f-45fa-96d4-b61dff58d326"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}