GET api/Balance/GetAllCustomerWalletDetails
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerWallet| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| CustomerName | string |
None. |
|
| Mobile | string |
None. |
|
| WalletBalance | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"UserId": 1,
"CustomerId": 2,
"CustomerName": "sample string 3",
"Mobile": "sample string 4",
"WalletBalance": 5.1
},
{
"$ref": "1"
}
]
application/octet-stream
Sample:
[{"$id":"1","UserId":1,"CustomerId":2,"CustomerName":"sample string 3","Mobile":"sample string 4","WalletBalance":5.1},{"$ref":"1"}]