POST api/QuestionOption
Request Information
URI Parameters
None.
Body Parameters
QuestionOption| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordNo | integer |
None. |
|
| OptionName | string |
None. |
|
| Discription | string |
None. |
|
| IsNameVisible | boolean |
None. |
|
| IsDiscriptionVisible | boolean |
None. |
|
| QuestionFK | integer |
None. |
|
| Question | Question |
None. |
|
| CreatedOn | date |
None. |
|
| UpdatedOn | date |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"RecordNo": 1,
"OptionName": "sample string 2",
"Discription": "sample string 3",
"IsNameVisible": true,
"IsDiscriptionVisible": true,
"QuestionFK": 6,
"Question": {
"RecordNo": 1,
"QuestionName": "sample string 2",
"MockTestFK": 1,
"QuestionTypeFk": 4,
"QuestionType": {
"RecordNo": 1,
"QuestionTypeName": "sample string 2",
"CreatedOn": "2025-12-24T12:16:13.3031778+00:00",
"UpdatedOn": "2025-12-24T12:16:13.3031778+00:00",
"IsDeleted": true
},
"Explanation": "sample string 5",
"CreatedOn": "2025-12-24T12:16:13.3031778+00:00",
"UpdatedOn": "2025-12-24T12:16:13.3031778+00:00",
"IsDeleted": true,
"QuestionOption": [],
"DropDownName": "1-sample string 2",
"SampleEssay": "sample string 8",
"LetterGuide": "sample string 9"
},
"CreatedOn": "2025-12-24T12:16:13.3031778+00:00",
"UpdatedOn": "2025-12-24T12:16:13.3031778+00:00",
"IsDeleted": true
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.