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": "9ec90229-2113-4382-9f81-223c8f958eb2",
"UserUUID": "2f7f2c2d-516e-4845-8183-e52a33ad68b5",
"LanguageID": 1,
"UserUUIDCur": "5a07e8a8-f40e-44c7-9a36-836d19a2417a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]