Differences

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

Link to this comparison view

en:d-sdk:2_users:7_user_balance [2018/04/23 16:18]
info@geliossoft.ru created
en:d-sdk:2_users:7_user_balance [2018/04/24 19:56]
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)//+====== User Balance ====== 
 +The request ​is intended to obtain information about user balance.
  
-====== Получение баланса пользователя ====== +=== Request Example ​===
-Запрос предназначен для получения информации о балансе учетной записи. +
- +
-=== Пример запроса ​===+
 <code php>&​svc=get_user_balance&​params={ <code php>&​svc=get_user_balance&​params={
     "​id_user":​1     "​id_user":​1
 }</​code>​ }</​code>​
  
-=== Параметры ​=== +=== Parameters ​=== 
-Параметр ​  ^ Значение ​  ^ +Parameter ​  ^ Description ​  ^ 
-| id_user | Уникальный идентификатор пользователя ​|+| id_user | Unique User ID |
  
-=== Ответ сервера ​=== +=== Server Response ​=== 
-== Баланс пользователя ​==+== User Balance ​==
 <code php>{ <code php>{
     "​ballance":"​100"​     "​ballance":"​100"​
 }</​code>​ }</​code>​