PUT api/RxCMedQuestion
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RxCMedicalQuestion| Name | Description | Type | Additional information |
|---|---|---|---|
| QuestionId | integer |
None. |
|
| Question | string |
None. |
|
| Description | string |
None. |
|
| AnsTypeId | integer |
None. |
|
| Options | string |
None. |
|
| DefaultAns | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"QuestionId": 1,
"Question": "sample string 2",
"Description": "sample string 3",
"AnsTypeId": 4,
"Options": "sample string 5",
"DefaultAns": "sample string 6",
"CreatedBy": 7,
"CreatedOn": "2026-05-20T17:21:03.6067945+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:21:03.6067945+05:00",
"IsDeleted": 9
}