GET api/Balance/GetBalanceByUserId?userId={userId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Wallet| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| User_Id | integer |
None. |
|
| WalletBalance | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"User_Id": 2,
"WalletBalance": 3.1
}
application/octet-stream
Sample:
{"$id":"1","Id":1,"User_Id":2,"WalletBalance":3.1}