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": "51d2f3d2-46cc-4af5-a5db-4b70e67de5c1",
"LanguageID": 1,
"OnFinishActive": true,
"UserUUIDCur": "c9145786-b807-47c5-806a-1d6c55691c86"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]