Differences

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

Link to this comparison view

en:d-sdk:4_units:18_recovery_unit [2018/04/25 21:14]
support@geliossoft.ru
en:d-sdk:4_units:18_recovery_unit [2021/07/07 13:28]
Line 1: Line 1:
-====== Restore Unit ====== 
-The request is intended to restore unit from recycle. 
  
-=== Request Example === 
-<code php>&​svc=recovery_unit&​params={ 
-    "​id_unit":​ integer 
-}</​code>​ 
- 
-=== Parameters === 
-^ Parameter ​  ^ Description ​  ^ 
-| id_unit | Unique Unit ID | 
- 
-=== Server Response === 
-== Result: == 
-<code php>{ 
-    "​result":​ true // Result of unit restoring (true or false) 
-}</​code>​