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": "6abec35c-86e4-4d8c-bca3-b01f50f17082",
"LanguageID": 1,
"OnFinishActive": true,
"UserUUIDCur": "604be80a-7c7a-4b7d-8d59-db8357c4fd97"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]