GET api/LabITestPlace
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LabITestPlace| Name | Description | Type | Additional information |
|---|---|---|---|
| TestPlaceId | integer |
None. |
|
| Title | string |
None. |
|
| InHouse | integer |
None. |
|
| IsDisplay | integer |
None. |
|
| DisplayOrder | integer |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TestPlaceId": 1,
"Title": "sample string 2",
"InHouse": 3,
"IsDisplay": 4,
"DisplayOrder": 5,
"IsDeleted": 6
},
{
"TestPlaceId": 1,
"Title": "sample string 2",
"InHouse": 3,
"IsDisplay": 4,
"DisplayOrder": 5,
"IsDeleted": 6
}
]