Calls

Установка контроля пользователя за обращением

Calls/CallControlController ( privileges: Calls - C1 )

post/calls/{call}/call_controls

Path parameters

номер ресурса обращения

Headers

организация от имени которой зашел пользователь (firm_users.id)

Request body

Example request

{
  "data": {
    "id": 425,
    "controlUserId": 33,
    "controlUserFio": "Геннадьев Петр Иванович",
    "controlUserName": "CityORA10",
    "controlStatusId": 1,
    "createdAt": "2025-10-20 11:12",
    "createdUserId": 33,
    "createdUserFio": "Петров Иван Геннадьевич",
    "createdUserName": "CityORA11",
    "updatedAt": "2025-10-25 11:15",
    "updatedUserId": 33,
    "updatedUserFio": "Иванов Геннадий Петрович",
    "updatedUserName": "CityORA15"
  }
}

Response

Example response

{
  "data": {
    "id": 425,
    "controlUserId": 33,
    "controlUserFio": "Геннадьев Петр Иванович",
    "controlUserName": "CityORA10",
    "controlStatusId": 1,
    "createdAt": "2025-10-20 11:12",
    "createdUserId": 33,
    "createdUserFio": "Петров Иван Геннадьевич",
    "createdUserName": "CityORA11",
    "updatedAt": "2025-10-25 11:15",
    "updatedUserId": 33,
    "updatedUserFio": "Иванов Геннадий Петрович",
    "updatedUserName": "CityORA15"
  }
}

Changes

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