Authorization: Bearer ********************{
"orderBy": "string",
"isDesc": true,
"pageIndex": 0,
"pageSize": 0,
"refreshTotal": true,
"userId": 0,
"account": "string",
"applyTimeRange": {
"begin": 0,
"end": 0
},
"countries": [
"string"
],
"channelId": 0,
"status": 0,
"currency": "string",
"keywordType": "string",
"keyword": "string",
"channelType": "0"
}curl --location --request POST '/crm/withdrawal/all' \
--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",
"applyTimeRange": {
"begin": 0,
"end": 0
},
"countries": [
"string"
],
"channelId": 0,
"status": 0,
"currency": "string",
"keywordType": "string",
"keyword": "string",
"channelType": "0"
}'{
"items": [
{
"id": 0,
"userId": 0,
"account": "string",
"amount": 0,
"type": "0",
"channelId": 0,
"fee": 0,
"paymentCurrency": "string",
"rate": 0,
"paymentAmount": 0,
"status": "0",
"reason": "string",
"userIp": "string",
"userDevice": "string",
"settlementDate": 0,
"mt4Order": 0,
"mtOrder": 0,
"applyTime": 0,
"receiptNo": "string",
"paymentId": "string",
"realName": "string",
"avatarUrl": "string",
"country": "string",
"finishedTime": 0,
"paymentPlatform": "0",
"breachFee": 0,
"channelFee": 0,
"paymentChannelName": "string",
"payMethod": "string",
"bankCardInfo": {
"id": 0,
"userId": 0,
"holder": "string",
"bankName": "string",
"bankAddress": "string",
"bankCardNo": "string",
"bankCardNoPart": "string",
"currency": "string",
"paymentMethod": "1",
"isDeleted": true,
"swiftCode": "string",
"country": "string"
}
}
],
"totalCount": 0,
"refreshedTotal": true,
"summary": {
"totalPaymentAmountIDR": 0,
"totalPaymentAmountUSD": 0,
"totalAmount": 0,
"totalBreachFee": 0,
"totalChannelFee": 0,
"totalFee": 0,
"totalReceivedAmount": 0
}
}