POST api/AdminTest/AdmSaveTestAnswer

AdmSaveTestAnswer

Request Information

URI Parameters

None.

Body Parameters

SaveQuestAnswer
NameDescriptionTypeAdditional information
AnswerID

integer

None.

LanguageID

integer

None.

Answer

string

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "AnswerID": 1,
  "LanguageID": 1,
  "Answer": "sample string 1",
  "UserUUIDCur": "b85934af-c4c3-4678-a710-917f4614d6fe"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}