GET api/CdcApi/ListMagyarorszagiIrszMegye
List all MagyarorszagiIrszMegye
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MagyarorszagiIrszMegye| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| KHSId | integer |
None. |
|
| Irsz | string |
None. |
|
| MegyeId | integer |
None. |
|
| MegyeNev | string |
None. |
|
| TelepulesNev | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"khsId": 1,
"irsz": "sample string 2",
"megyeId": 1,
"megyeNev": "sample string 3",
"telepulesNev": "sample string 4"
},
{
"id": 1,
"khsId": 1,
"irsz": "sample string 2",
"megyeId": 1,
"megyeNev": "sample string 3",
"telepulesNev": "sample string 4"
}
]