Differences

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

Link to this comparison view

en:d-sdk:4_units:13_create_unit [2018/04/25 20:45]
support@geliossoft.ru
en:d-sdk:4_units:13_create_unit [2021/07/07 13:28]
Line 1: Line 1:
-====== Create Unit ====== 
-The request is intended to create new unit. 
  
-=== Request Example === 
-<code php>&​svc=create_unit&​params={ 
-    "​name":​ string, 
-    "​is_free":​ integer, 
-    "​hw_type":​ string, 
-    "​hw_id":​ string, 
-    "​info":​ json, 
-    "​phone":​ string, 
-    "​phone2":​ string, 
-    "​max_permissible_speed":​ integer, 
-    "​camera_imei":​ string 
-}</​code>​ 
- 
-=== Parameters === 
-^ Parameter ​  ^ Description ​  ^ 
-| name | Unit Name | 
-| is_free | Unit status (paid, free) | 
-| hw_type | Hardware type | 
-| hw_id | Hardware ID | 
-| info | Unit Info | 
-| phone | Unit phone number | 
-| phone2 | Additional unit phone number | 
-| max_permissible_speed | Speed Limit | 
-| camera_imei | custom-field value | 
- 
-=== Additional Information === 
-Returns Unique Unit ID of the created unit. 
- 
-=== Server Response === 
-== Result == 
-<code php>{ 
-    "​unit_id":​ "​66780"​ // Unique ID of the created unit. 
-}</​code>​