POST api/AdminTest/AdmGetTestAnswer

AdmGetTestAnswer

Request Information

URI Parameters

None.

Body Parameters

GetQuestAnswer
NameDescriptionTypeAdditional information
AnswerID

integer

None.

Answer

string

None.

LanguageID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "AnswerID": 1,
  "Answer": "sample string 1",
  "LanguageID": 1,
  "UserUUIDCur": "8da754e0-a849-445e-8cc1-9d843b813c7a"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]