Differences

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

Link to this comparison view

Next revision
Previous revision
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:14]
support@geliossoft.ru
Line 1: Line 1:
-FIXME **This page is not fully translated, yetPlease 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>​