Authorization: Bearer ********************{
"orderBy": "string",
"isDesc": true,
"pageIndex": 0,
"pageSize": 0,
"refreshTotal": true,
"acccount": "string",
"userId": 0,
"timeRange": {
"begin": 0,
"end": 0
}
}curl --location --request POST '/iapi/v1/pro/finance/crm/marginrecord/transferlist' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"orderBy": "string",
"isDesc": true,
"pageIndex": 0,
"pageSize": 0,
"refreshTotal": true,
"acccount": "string",
"userId": 0,
"timeRange": {
"begin": 0,
"end": 0
}
}'{
"items": [
{
"id": 0,
"userId": 0,
"account": "string",
"amount": 0,
"source": "0",
"sourceOrder": "string",
"settlementDate": 0,
"time": 0,
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"totalCount": 0,
"refreshedTotal": true,
"sum": {
"totalAmount": 0
}
}