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": "4abf993e-174c-4b5b-a80b-693b88c57ea5", "NotiffUUID": "da80a3df-4d45-43cd-b748-c8af40c0d74a", "QuestNotiffActive": true, "LanguageID": 1, "QuestNotiffTiming": "2025-04-19T08:09:27.1260797+03:00", "QuestNotiffDurationH": 1, "UserUUIDCur": "eea0065d-f2b3-4920-9efe-4beec46182d9" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}