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": "d0d7abb7-47da-4762-9b74-fbcdb11de446",
  "LanguageID": 1,
  "OnFinishActive": true,
  "UserUUIDCur": "514356c3-f46a-4973-a3bc-ea184fc9f537"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]