Folders

Создание локального расширения папки.

FolderSectionController ( privileges: Global: SYSTEM, ADMIN; Firm: LocalAdmin; Self: SelfFolders)

post/folders/{folder}/folder_sections

Path parameters

номер ресурса папки

Request body

idinteger
namestring
sectionValidboolean

Example request

{
  "id": 1,
  "name": "Даны гарантии",
  "sectionValid": true
}

Response

idinteger
namestring
sectionValidboolean

Example response

{
  "id": 1,
  "name": "Даны гарантии",
  "sectionValid": true
}

Changes