PUT api/LabCParamGroup?catid={catid}&restore={restore}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| catid | integer |
Required |
|
| restore | string |
Required |
Body Parameters
None.
Response Information
Resource Description
LabCParamGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| GrpId | integer |
None. |
|
| Code | string |
None. |
|
| Title | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| IsDeleted | integer |
None. |
|
| OrgId | integer |
None. |
|
| IsApplyFormula | integer |
None. |
|
| PrmCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"GrpId": 1,
"Code": "sample string 2",
"Title": "sample string 3",
"CreatedBy": 4,
"CreatedOn": "2026-05-20T17:08:42.9982797+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:08:42.9982797+05:00",
"IsDeleted": 6,
"OrgId": 7,
"IsApplyFormula": 8,
"PrmCount": 9
}