Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
en:d-sdk:4_units:18_recovery_unit [2018/04/25 13:11]
info@geliossoft.ru created
en:d-sdk:4_units:18_recovery_unit [2018/04/25 21:13]
support@geliossoft.ru
Line 1: Line 1:
 FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)//
  
-====== ​Восстановление объекта из корзины ​====== +====== ​Unit Restoring ​====== 
-Запрос предназначен для восстановления объекта из корзины.+The request is intended to restore unit from recycle.
  
-=== Пример запроса ​===+=== Request Example ​===
 <code php>&​svc=recovery_unit&​params={ <code php>&​svc=recovery_unit&​params={
     "​id_unit":​ integer     "​id_unit":​ integer
 }</​code>​ }</​code>​
  
-=== Параметры ​=== +=== Parameters ​=== 
-Параметр ​  ^ Значение ​  ^ +Parameter ​  ^ Description ​  ^ 
-| id_unit | Уникальный идентификатор объекта ​|+| id_unit | Unique Unit ID |
  
-=== Ответ сервера ​=== +=== Server Response ​=== 
-== Результат запроса ​==+== Result: ​==
 <code php>{ <code php>{
-    "​result":​ true // Результат восстановления объекта ​(true или ​false)+    "​result":​ true // Result of unit restoring ​(true or false)
 }</​code>​ }</​code>​