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": "3dfb2b6a-c777-4d48-9aba-b0e754fea087", "LanguageID": 1, "OnFinishActive": true, "UserUUIDCur": "4ef75af9-38c7-4a7a-9339-5fc095ac2408" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]