POST api/AdminTest/AdmGetTestOnFinish
AdmGetTestOnFinish
Request Information
URI Parameters
None.
Body Parameters
_AdmGetTestOnFinishName | Description | Type | Additional information |
---|---|---|---|
OnFinishID | integer |
None. |
|
TestUUID | globally unique identifier |
None. |
|
LanguageID | integer |
None. |
|
OnFinishActive | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "OnFinishID": 1, "TestUUID": "c0675878-98df-4a11-ad2f-55d391e91bce", "LanguageID": 1, "OnFinishActive": true, "UserUUIDCur": "0a036b17-2066-40f9-8965-d646ffc946bb" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]