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": "adc62513-d7a5-4259-b88d-cf9dcab481f0",
"NotiffUUID": "6729a595-834f-45ed-83ca-094bcc458691",
"QuestActive": true,
"QuestNotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "9be67dc6-260c-41ae-af50-b8e545e2c294"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]