PUT Cadasters/{id}
Editace stávajícího katastru. Pouze pro admina a přebírajícího.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
CadasterModelName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Title | string |
None. |
|
Area | CadasterArea |
None. |
Request Formats
application/json, text/json
Sample:
{ "code": 1, "title": "sample string 2", "area": "praha" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.