PUT api/LabMedicalQuestion?uid={uid}&restore={restore}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| uid | integer |
Required |
|
| restore | string |
Required |
Body Parameters
None.
Response Information
Resource Description
LabCHistoryQuestion| 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. |
|
| UnitId | integer |
None. |
|
| Formula | string |
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:06:09.4391987+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:06:09.4391987+05:00",
"IsDeleted": 9,
"UnitId": 10,
"Formula": "sample string 11"
}