Properties

создание свойства

AllPropertyController ( privileges: Global: SYSTEM, ADMIN)

post/all_properties

Request body

prop_idstring required

код свойства

prop_namestring

описание свойства

Example request

{
  "prop_id": "accept-calls",
  "prop_name": "Принимать обращения от жителей этой организации в ЦУРОГ"
}

Response

idinteger
prop_idstring

краткое обозначение свойства

prop_namestring

описание свойства

Example response

{
  "id": 5,
  "prop_id": "accept-calls",
  "prop_name": "Принимать обращения от жителей этой организации в ЦУРОГ"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.