PUT api/LabCAntibiotic?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
LabCAntibiotic| Name | Description | Type | Additional information |
|---|---|---|---|
| AntibioId | integer |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| IsDeleted | integer |
None. |
|
| OrgId | integer |
None. |
|
| GroupId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AntibioId": 1,
"Code": "sample string 2",
"Name": "sample string 3",
"Description": "sample string 4",
"CreatedBy": 5,
"CreatedOn": "2026-05-20T17:19:35.7024811+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:19:35.7024811+05:00",
"IsDeleted": 7,
"OrgId": 8,
"GroupId": 9
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
LabCAntibiotic| Name | Description | Type | Additional information |
|---|---|---|---|
| AntibioId | integer |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| IsDeleted | integer |
None. |
|
| OrgId | integer |
None. |
|
| GroupId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"AntibioId": 1,
"Code": "sample string 2",
"Name": "sample string 3",
"Description": "sample string 4",
"CreatedBy": 5,
"CreatedOn": "2026-05-20T17:19:35.7024811+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:19:35.7024811+05:00",
"IsDeleted": 7,
"OrgId": 8,
"GroupId": 9
}