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": "94838072-aec8-4ae7-9e62-4ebe5da17ad1",
  "LanguageID": 1,
  "OnFinishActive": true,
  "UserUUIDCur": "768883d3-e330-4633-90c6-bdb7cc1766dd"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]