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": "cb9fce01-9daf-493d-94e8-c1bd7b964a93",
"NotiffUUID": "471cd7c9-cdbf-4b96-9425-d7c02ffa3950",
"QuestActive": true,
"QuestNotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "88463c73-9ab8-4851-9150-dd80df36b09a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]