Authorization: Bearer ********************{
"orderBy": "string",
"isDesc": true,
"pageIndex": 0,
"pageSize": 0,
"refreshTotal": true,
"userId": 0,
"account": "string",
"keyWord": "string",
"type": 0,
"timeRange": {
"begin": 0,
"end": 0
}
}curl --location --request POST '/iapi/v1/pro/finance/crm/balance/record' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"orderBy": "string",
"isDesc": true,
"pageIndex": 0,
"pageSize": 0,
"refreshTotal": true,
"userId": 0,
"account": "string",
"keyWord": "string",
"type": 0,
"timeRange": {
"begin": 0,
"end": 0
}
}'{
"items": [
{
"ticket": 0,
"time": 0,
"account": "string",
"userId": 0,
"amount": 0,
"sourceOrder": "string",
"type": 0,
"bizInfo": {
"type": 0
},
"currency": "string"
}
],
"totalCount": 0,
"refreshedTotal": true,
"sum": {
"totalAmount": 0,
"depositAmount": 0,
"transferInAmount": 0,
"transferOutAmount": 0,
"withdrawalAmount": 0,
"profitSharing": 0,
"currency": "string"
}
}