POST api/AdminTest/AdmGetTestQuestion
AdmGetTestQuestion
Request Information
URI Parameters
None.
Body Parameters
GetQuestQuestionName | 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": "ff9b1ba1-2590-4172-90d2-b1b8924bee7f" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]