Commit 9ffcefd3 authored by Kulya's avatar Kulya 😊

Update entityes.json

parent 61cd5273
......@@ -357,14 +357,21 @@
"result": "Ответ массив с данными заказа"
},
"methods": {
"onec.query.test": {
"description": "Для тестирования вызова API команд в сторону 1С от сервера Битрикс24",
"params": {
"onec_method": "orders",
"params": {"guid":"2342uj3y4gu2y43....."}, // Не объязательно
}
},
"onec.order.get": {
"description": "Получить список заказов или одного заказа если указан id в параметрах ",
"params": ["id"]
}
},
"onec.order.add": {
"description": "Создать (сохранить) заказ в Битрикс24",
"params": "Параметры указаны выше"
}
},
"onec.order.update": "",
"onec.order.delete": "",
"onec.client.get": "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment