POST api/AdminTest/AdmGetTestQuestion
AdmGetTestQuestion
Request Information
URI Parameters
None.
Body Parameters
GetQuestQuestion| Name | Description | Type | Additional information |
|---|---|---|---|
| QuestionID | integer |
None. |
|
| Question | string |
None. |
|
| LanguageID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"QuestionID": 1,
"Question": "sample string 1",
"LanguageID": 1,
"UserUUIDCur": "58177fad-9da9-4f3b-b9b5-9cb1f8d81852"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]