POST api/AdminTest/AdmGetTestOnFinish

AdmGetTestOnFinish

Request Information

URI Parameters

None.

Body Parameters

_AdmGetTestOnFinish
NameDescriptionTypeAdditional 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": "9bc79789-f4ea-4768-89a2-2b5ed3de9057",
  "LanguageID": 1,
  "OnFinishActive": true,
  "UserUUIDCur": "96a109ad-d465-4642-9dfb-e989077f765d"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]