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": "7b515d56-e661-4dd8-b7a7-97408296323c" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]