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": "6d928957-778c-4dda-9338-6ced78fc1921"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]