Authorization: Bearer ********************{
"id": 0,
"name": "string",
"currency": "string",
"paymentType": "0",
"enable": true,
"conditions": {
"customExp": "string",
"expression": [
{
"name": "string",
"option": "1",
"value": null
}
],
"logic": "1"
},
"chargesType": "1",
"charges": 0,
"remark": "string",
"logo": "string",
"extraJson": {
"property1": "string",
"property2": "string"
},
"timeLimitBeginHours": 0,
"timeLimitEndHours": 0,
"bankPaymentMethod": [
0
],
"approvalType": "0",
"cate": "1",
"groupType": "string",
"order": 0,
"quickAmount": {
"property1": 0,
"property2": 0
},
"calculateAmountMode": "1",
"arrivalTime": "string",
"remoteChannelKey": "string",
"isNeedBankCard": true,
"accountType": {
"depositChannelAccountType": [
{
"accountTypeCode": "string",
"minAccountTypeAmount": 0,
"maxAccountTypeAmount": 0
}
]
},
"relationRateModels": [
{
"rateId": 0
}
]
}curl --location --request POST '/iapi/v1/pro/finance/crm/depositchannel/save' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"id": 0,
"name": "string",
"currency": "string",
"paymentType": "0",
"enable": true,
"conditions": {
"customExp": "string",
"expression": [
{
"name": "string",
"option": "1",
"value": null
}
],
"logic": "1"
},
"chargesType": "1",
"charges": 0,
"remark": "string",
"logo": "string",
"extraJson": {
"property1": "string",
"property2": "string"
},
"timeLimitBeginHours": 0,
"timeLimitEndHours": 0,
"bankPaymentMethod": [
0
],
"approvalType": "0",
"cate": "1",
"groupType": "string",
"order": 0,
"quickAmount": {
"property1": 0,
"property2": 0
},
"calculateAmountMode": "1",
"arrivalTime": "string",
"remoteChannelKey": "string",
"isNeedBankCard": true,
"accountType": {
"depositChannelAccountType": [
{
"accountTypeCode": "string",
"minAccountTypeAmount": 0,
"maxAccountTypeAmount": 0
}
]
},
"relationRateModels": [
{
"rateId": 0
}
]
}'