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": "75ce4463-b838-4d75-b604-eb93d4f72dea"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]