POST api/AdminQuest/SaveQuestNotiff
AdmSaveQuestNotiff
Request Information
URI Parameters
None.
Body Parameters
SaveQuestNotiffName | 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": "bb0f5ec9-869b-454a-a3b2-3f5f6d2ccc2b", "NotiffUUID": "18f5fe0e-78fe-4a55-923d-3f20cd2443af", "QuestNotiffActive": true, "LanguageID": 1, "QuestNotiffTiming": "2025-07-27T11:27:58.7198262+03:00", "QuestNotiffDurationH": 1, "UserUUIDCur": "22e49585-2bf2-48cc-b119-d92e2ceb3e4e" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}