GET OrderRegions/{id}
Získání detailu výdejní oblasti.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Id výdejní oblasti |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SdeRegionDTOName | Description | Type | Additional information |
---|---|---|---|
GeometryWkt | string |
None. |
|
Id | integer |
None. |
|
Title | string |
None. |
|
Area | integer |
None. |
|
TypeId | integer |
None. |
|
TypeTitle | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "geometryWkt": "sample string 1", "id": 2, "title": "sample string 3", "area": 4, "typeId": 5, "typeTitle": "sample string 6" }