1. Quota history page
https://domain/api/app_user_cash_record/page
1.1) request body
name |
type |
necessary |
remark |
pageNo |
int |
N |
default 1 |
pageSize |
int |
N |
default 20 |
type |
string |
N |
null for all. BUY/REWARD/COMMISSION/DIVIDEND/DEDUCTED/RETURN/FEE/OTHER, |
1.2) response body
name |
type |
remark |
success |
bool |
true/false |
errCode |
string |
error code: 0 is success, Non-zero is error code |
errMsg |
string |
error message when error code is non-zero |
data |
T |
bussiness entity |
data description
name |
type |
remark |
number |
int |
pageNo |
size |
int |
pageSize |
totalPages |
int |
total pages count |
content |
list<T> |
list of article items |
T description
name |
type |
remark |
id |
string |
quota ID |
userId |
string |
user ID |
relatedId |
string |
order ID |
type |
string |
BUY/REWARD/COMMISSION/DIVIDEND/DEDUCTED/RETURN/FEE/OTHER, |
tool |
string |
null for CARD withdraw, Phonepe/paytm/airtel...for UPI |
created |
int |
created timestamp |
modified |
int |
latest modified timestamp |
countryId |
string |
country id: IN |
incAmount |
float |
quota amount |
currentAmount |
float |
after amount |
remark |
string |
remark |