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": "3f290748-d3c9-411e-a0f9-0ab9e673b00a",
"UserUUID": "00e29263-cbef-4d94-871b-bf9a6c5ad156",
"LanguageID": 1,
"UserUUIDCur": "c453114c-820f-40ef-8254-83e02cee53db"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]