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": "5f40aa3e-a28f-4996-890b-951f858fc208",
"LanguageID": 1,
"OnFinishActive": true,
"UserUUIDCur": "caa6b174-113d-41fc-945c-2c65985b57a8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]