GET api/LabAntibioticGroupDetail?tpid={tpid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tpid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of LabAntibioticGroupDetail
NameDescriptionTypeAdditional 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
  }
]