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": "8217a9cc-7137-4c02-a7ee-65e212da5daa",
"UserUUID": "ac1bc6ee-6b24-40ac-9af3-a5f5579efe46",
"LanguageID": 1,
"UserUUIDCur": "4ea24ca6-3ce7-4c38-9e42-5b1f86f5fda7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]