Catalog

Создание обращения

Services/AteQueueController (privileges: AteQueue => C0 )

post/ate_queues

Request body

Example request

{
  "data": {
    "id": 5,
    "active": true,
    "note": "Очередь для приема обращений по оператору вывоза мусора"
  }
}

Response

Example response

{
  "data": {
    "id": 5,
    "active": true,
    "note": "Очередь для приема обращений по оператору вывоза мусора"
  }
}

Changes

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