GET api/Balance/GetAllWalletCashbackByDate?Date={Date}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WalletCashback| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| User_Id | integer |
None. |
|
| Amount | decimal number |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"User_Id": 2,
"Amount": 3.0,
"FromDate": "sample string 4",
"ToDate": "sample string 5"
},
{
"$ref": "1"
}
]
application/octet-stream
Sample:
[{"$id":"1","Id":1,"User_Id":2,"Amount":3.0,"FromDate":"sample string 4","ToDate":"sample string 5"},{"$ref":"1"}]