GET api/LabAntibioticGroupDetail?tpid={tpid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tpid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LabAntibioticGroupDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| DtlId | integer |
None. |
|
| GroupId | integer |
None. |
|
| AntibioId | integer |
None. |
|
| DisplayOrder | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DtlId": 1,
"GroupId": 2,
"AntibioId": 3,
"DisplayOrder": 4
},
{
"DtlId": 1,
"GroupId": 2,
"AntibioId": 3,
"DisplayOrder": 4
}
]