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:14_create_unit_prop [2018/04/25 10:02]
info@geliossoft.ru created
en:d-sdk:4_units:14_create_unit_prop [2018/04/26 20:00]
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)//+====== Create Unit Property ====== 
 +The request ​is intended to create unit property.
  
-====== Создание свойств объекта ====== +=== Request Example ​===
-Запрос предназначен для создания свойств объекта. +
- +
-=== Пример запроса ​===+
 <code php>&​svc=create_unit_prop&​params={ <code php>&​svc=create_unit_prop&​params={
     "​id_unit":​ integer,     "​id_unit":​ integer,
Line 11: Line 9:
 }</​code>​ }</​code>​
  
-=== Параметры ​=== +=== Parameters ​=== 
-Параметр ​  ^ Значение ​  ^ +Parameter ​  ^ Description ​  ^ 
-| id_unit | Уникальный идентификатор объекта ​+| id_unit | Unique Unit ID 
-| prop_name | Название свойства объекта ​+| prop_name | Name of unit property ​
-| prop_value | Значение свойства объекта ​|+| prop_value | Value of unit property ​|
  
-=== Дополнительно ​=== +=== Additional Information ​=== 
-Запрос возвращает статус создания свойства для объекта+Returns status of unit property creation.
  
-=== Ответ сервера ​=== +=== Server Response ​=== 
-== Результат создания свойства объекта ​==+== Result: ​==
 <code php>{ <code php>{
-    "​result":​ true // Статус создания свойства объекта+    "​result":​ true // Status of unit property creation
 }</​code>​ }</​code>​