POST api/AdminQuest/GetQuestNotiff
AdmGetQuestNotiff
Request Information
URI Parameters
None.
Body Parameters
GetQuestNotiff| Name | Description | Type | Additional information |
|---|---|---|---|
| QuestUUID | globally unique identifier |
None. |
|
| NotiffUUID | globally unique identifier |
None. |
|
| QuestActive | boolean |
None. |
|
| QuestNotiffActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"QuestUUID": "4dff8902-a1a8-41bb-821f-b70b2920a5ba",
"NotiffUUID": "2e59175f-cef0-444b-b16a-2f2cedf9b1ff",
"QuestActive": true,
"QuestNotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "caec1da4-593f-4072-9400-b592e75ac45f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]