POST api/AdminUsers/GetUserQuestFinish
AdmGetUserQuestFinish
Request Information
URI Parameters
None.
Body Parameters
GetUserQuestFinish| Name | Description | Type | Additional information |
|---|---|---|---|
| QuestUUID | globally unique identifier |
None. |
|
| UserUUID | globally unique identifier |
None. |
|
| LanguageID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"QuestUUID": "8a6e5e1f-d6d2-4f14-a9aa-b3b9d9e4c235",
"UserUUID": "003e3969-f008-4dc9-8638-055cb7f5a6e0",
"LanguageID": 1,
"UserUUIDCur": "29bdef24-c22d-451c-a09b-5979407d524e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]