GET api/LabTPTubeColor?pfid={pfid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pfid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LabTPTubeColor| Name | Description | Type | Additional information |
|---|---|---|---|
| TTubeId | integer |
None. |
|
| TPId | integer |
None. |
|
| TestTubeColorId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TTubeId": 1,
"TPId": 2,
"TestTubeColorId": 3
},
{
"TTubeId": 1,
"TPId": 2,
"TestTubeColorId": 3
}
]