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": "925510a8-cd70-46f6-ba3e-97a9221c57f0",
"NotiffUUID": "b8f46ce5-b3f5-4997-ab9e-76fe020f16ba",
"QuestActive": true,
"QuestNotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "52a97d27-242e-41a4-bcf2-cc4ced946b3d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]