GET api/Lhc?Clhc={Clhc}
Podľa čísla LHC
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Clhc |
číslo LHC |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Lhc| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CisloLhc | integer |
None. |
|
| KodLhc | integer |
None. |
|
| txLhc | string |
None. |
|
| WKT | DbGeometry |
None. |
|
| GeoJSON | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"CisloLhc": 1,
"KodLhc": 1,
"txLhc": "sample string 2",
"WKT": null,
"GeoJSON": "sample string 3"
}
application/xml, text/xml
Sample:
<Lhc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datasety.Models.sde_sr"> <Id>1</Id> <CisloLhc>1</CisloLhc> <KodLhc>1</KodLhc> <txLhc>sample string 2</txLhc> <WKT xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Data.Entity.Spatial" i:nil="true" /> <GeoJSON>sample string 3</GeoJSON> </Lhc>