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": "264ce096-0915-4312-8085-7eb642946b0a",
"LanguageID": 1,
"OnFinishActive": true,
"UserUUIDCur": "0b5a9b84-dcb2-4096-b79b-939423b0c3f1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]