Differences

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

Link to this comparison view

Next revision
Previous revision
en:d-sdk:4_units:17_delete_unit_prop [2018/04/25 13:11]
info@geliossoft.ru created
en:d-sdk:4_units:17_delete_unit_prop [2021/07/07 13:28] (current)
Line 1: Line 1:
-FIXME **This page is not fully translated, yetPlease help completing the translation.**\\ //(remove this paragraph once the translation is finished)//+====== Delete Unit Property ====== 
 +The request ​is intended to delete unit property.
  
-====== Удаление свойств объекта ====== +=== Request Example ​===
-Запрос предназначен для удаления свойств объекта. +
- +
-=== Пример запроса ​===+
 <code php>&​svc=delete_unit_prop&​params={ <code php>&​svc=delete_unit_prop&​params={
     "​id_unit":​integer,​     "​id_unit":​integer,​
Line 10: Line 8:
 }</​code>​ }</​code>​
  
-=== Параметры ​=== +=== Parameters ​=== 
-Параметр ​  ^ Значение ​  ^ +Parameter ​  ^ Description ​  ^ 
-| id_unit | Уникальный идентификатор объекта ​+| id_unit | Unique Unit ID 
-| prop_name | Название свойства,​ удаление которого будет производиться ​|+| prop_name | Name of property to delete ​|
  
-=== Дополнительно ​=== +=== Additional Information ​=== 
-Запрос возвращает статус удаления свойства объекта.+Returns status of deletion of unit property.
  
-=== Ответ сервера ​=== +=== Server Response ​=== 
-== Результат удаления ​==+== Result: ​==
 <code php>{ <code php>{
-    "​result":​ true // Статус удаления свойства объекта+    "​result":​ true // Status of deletion of unit property
 }</​code>​ }</​code>​