Commit 039da4cc authored by Kulya's avatar Kulya 😊

Update entityes.json

parent 6794dd95
......@@ -310,8 +310,13 @@
"title": "Prizma Bitrix24 API for Incoming requests",
"shop_webhook": "https://b24.prizma.uz/rest/1/tuv3urt2w1cxbl0h/",
"onec_webhook": "https://b24.prizma.uz/rest/1/4ln101hccuus2rhv/",
"webhook_example": "https://b24.prizma.uz/rest/1/4ln101hccuus2rhv/onec.order.get.json",
"request_method": "POST",
"request_example": {
"description": "Пример получения одного заказа по id",
"method": "POST",
"url": "https://b24.prizma.uz/rest/1/4ln101hccuus2rhv/onec.order.get.json",
"params": {"id":1},
"result": "Ответ массив с данными заказа"
},
"methods": {
"onec.order.get": {
"description": "Получить список заказов или одного заказа если указан id в параметрах ",
......
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