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": "fb194d9d-6e9a-4308-89e3-fb17fefc29a2",
"UserUUID": "533ec140-8beb-4806-8ab2-afcb993c0026",
"LanguageID": 1,
"UserUUIDCur": "215baf58-64af-4e9f-b5f4-15b19ce5c06d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]