POST api/AdminTest/AdmGetTestAnswer
AdmGetTestAnswer
Request Information
URI Parameters
None.
Body Parameters
GetQuestAnswer| Name | Description | Type | Additional 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": "27069631-0102-40de-80d0-201f44155bc4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]