PUT BuildingAuthority/{id}
Editace stávajícího stavebního úřadu. Pouze pro admina a přebírajícího.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
BuildingAuthorityEditDTOName | Description | Type | Additional information |
---|---|---|---|
Number | string |
None. |
|
Title | string |
None. |
|
AddressStreet | string |
None. |
|
AddressCity | string |
None. |
|
AddressPostalCode | string |
None. |
|
DataBox | string |
None. |
|
ContactPerson | string |
None. |
|
string |
None. |
||
Phone | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "number": "sample string 1", "title": "sample string 2", "addressStreet": "sample string 3", "addressCity": "sample string 4", "addressPostalCode": "sample string 5", "dataBox": "sample string 6", "contactPerson": "sample string 7", "email": "sample string 8", "phone": "sample string 9" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.