Authorization: Bearer ********************{
"orderBy": "string",
"isDesc": true,
"pageIndex": 0,
"pageSize": 0,
"refreshTotal": true,
"paymentChannelId": 0,
"keywordType": "1",
"keyword": "string",
"userId": 0,
"applyTimeRange": {
"begin": 0,
"end": 0
},
"status": "0",
"currency": "string",
"paymentCurrency": "string",
"channelType": "0",
"account": "string"
}curl --location --request POST '/iapi/v1/pro/finance/crm/deposit/all' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"orderBy": "string",
"isDesc": true,
"pageIndex": 0,
"pageSize": 0,
"refreshTotal": true,
"paymentChannelId": 0,
"keywordType": "1",
"keyword": "string",
"userId": 0,
"applyTimeRange": {
"begin": 0,
"end": 0
},
"status": "0",
"currency": "string",
"paymentCurrency": "string",
"channelType": "0",
"account": "string"
}'{
"items": [
{
"ticket": 0,
"userId": 0,
"name": "string",
"account": "string",
"accountIndex": 0,
"channelType": "0",
"paymentChannelName": "string",
"paymentType": "1",
"paymentPlatform": "0",
"paymentExtra": {
"bankCardHolder": "string",
"bankName": "string",
"bankAccount": "string",
"proofOfPaymentUrl": "string"
},
"applyTime": 0,
"amount": 0,
"accountTradeCurrency": "string",
"originAmount": 0,
"exchangeRate": 0,
"rateMode": "1",
"paymentAmount": 0,
"paymentCurrency": "string",
"receivedAmount": 0,
"adjustmentAmount": 0,
"status": "0",
"reason": "string",
"settlementDate": 0,
"mt4Order": 0,
"mtOrder": 0,
"device": "string",
"ip": "string",
"bankCardId": 0,
"finishedTime": 0,
"paymentId": "string",
"channelMchName": "string",
"receiptNo": "string",
"isPayTimeOut": true,
"processType": "1",
"receiveCompanyAccount": "string",
"referenceRate": 0,
"rateDigit": 0,
"extra": "string",
"calculateAmountMode": "1",
"paid": true
}
],
"totalCount": 0,
"summary": {
"totalPaymentAmount": 0,
"totalPaymentAmountIDR": 0,
"totalPaymentAmountUSD": 0,
"totalPaymentAmountSGD": 0,
"totalAmount": 0,
"totalReceivedAmount": 0
}
}