POST Cadasters
Vytvoření nového katastru. Pouze pro admina a přebírajícího.
Request Information
URI Parameters
None.
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
CadasterDTOName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Title | string |
None. |
|
Area | CadasterArea |
None. |
|
CreatorId | integer |
None. |
|
Created | date |
None. |
|
EditorId | integer |
None. |
|
Edited | date |
None. |
|
Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "title": "sample string 2", "area": "praha", "creatorId": 3, "created": "2025-04-26T04:30:00.6012995", "editorId": 1, "edited": "2025-04-26T04:30:00.6012995", "id": 5 }