Differences

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

Link to this comparison view

en:d-sdk:4_units:14_create_unit_prop [2018/04/26 20:00]
support@geliossoft.ru
en:d-sdk:4_units:14_create_unit_prop [2021/07/07 13:28]
Line 1: Line 1:
-====== Create Unit Property ====== 
-The request is intended to create unit property. 
  
-=== Request Example === 
-<code php>&​svc=create_unit_prop&​params={ 
-    "​id_unit":​ integer, 
-    "​prop_name":​ string, 
-    "​prop_value":​ string 
-}</​code>​ 
- 
-=== Parameters === 
-^ Parameter ​  ^ Description ​  ^ 
-| id_unit | Unique Unit ID | 
-| prop_name | Name of unit property | 
-| prop_value | Value of unit property | 
- 
-=== Additional Information === 
-Returns status of unit property creation. 
- 
-=== Server Response === 
-== Result: == 
-<code php>{ 
-    "​result":​ true // Status of unit property creation 
-}</​code>​