Differences

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

Link to this comparison view

en:d-sdk:4_units:9_get_unit_icon [2018/04/26 19:59]
support@geliossoft.ru
en:d-sdk:4_units:9_get_unit_icon [2021/07/07 13:28]
Line 1: Line 1:
-====== Unit Icon ====== 
-The request is intended to receive icon of the unit. 
  
-=== Request Example === 
-<code php>&​svc=get_unit_icon&​params={ 
-    "​id_unit":​ integer 
-}</​code>​ 
- 
-=== Parameters === 
-^ Parameter ​  ^ Description ​  ^ 
-| id_unit | Unique Unit ID | 
- 
-=== Additional Information === 
-Return {«icon»:​«link to the icon or empty»} 
- 
-=== Server Response === 
-== Result: == 
-<code php>​{ ​ 
-    "​icon":​ "​http://​geliospro.com/​img/​libauto/​s_vehicles/​8.ico"​ // Link to the icon 
-}</​code>​