POST api/AdminQuest/GetQuestOnFinish
AdmGetQuestOnFinish
Request Information
URI Parameters
None.
Body Parameters
GetQuestOnFinish| Name | Description | Type | Additional information |
|---|---|---|---|
| OnFinishID | integer |
None. |
|
| QuestUUID | globally unique identifier |
None. |
|
| LanguageID | integer |
None. |
|
| OnFinishActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"OnFinishID": 1,
"QuestUUID": "13059887-1dde-468f-acc8-f751400a9534",
"LanguageID": 1,
"OnFinishActive": true,
"UserUUIDCur": "38e9ed84-5724-46d2-9c17-c6f95c33b579"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]