PUT Docs/{id}

Editace vlastností přejímky. Pouze pro uživatele v roli Admin, Přebírající a Zpracovatel.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

DocEditDTO
NameDescriptionTypeAdditional information
Type

DocType

None.

DocumentationType

DocumentationType

None.

DataOrigin

DocDataOrigin

None.

BuildingAuthorityId

integer

None.

BuildingCategoryTopography

boolean

None.

BuildingCategoryUtilities

boolean

None.

BuildingTitle

string

None.

ObjectTitle

string

None.

IncidentParcels

string

None.

GeometryPlanNumber

string

None.

CertifiedGeodesistId

integer

None.

CadasterIds

Collection of integer

None.

BuildingDecisionType

BuildingDecisionType

None.

BuildingDecisionNumber

string

None.

OwnerName

string

None.

OwnerAddressStreet

string

None.

OwnerAddressCity

string

None.

OwnerAddressPostalCode

string

None.

Note

string

None.

AuthorId

integer

None.

ReplacesDocIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "type": "standardni",
  "documentationType": "dsps",
  "dataOrigin": "geodetickeMereni",
  "buildingAuthorityId": 1,
  "buildingCategoryTopography": true,
  "buildingCategoryUtilities": true,
  "buildingTitle": "sample string 3",
  "objectTitle": "sample string 4",
  "incidentParcels": "sample string 5",
  "geometryPlanNumber": "sample string 6",
  "certifiedGeodesistId": 1,
  "cadasterIds": [
    1,
    2
  ],
  "buildingDecisionType": "stavebniPovoleni",
  "buildingDecisionNumber": "sample string 7",
  "ownerName": "sample string 8",
  "ownerAddressStreet": "sample string 9",
  "ownerAddressCity": "sample string 10",
  "ownerAddressPostalCode": "sample string 11",
  "note": "sample string 12",
  "authorId": 13,
  "replacesDocIds": [
    1,
    2
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.