Authorization: Bearer ********************{
"name": "string",
"currencys": [
"string"
],
"transferMode": "1",
"channelType": "0",
"autoMinAmount": 0,
"autoMaxAmount": 0,
"extraJson": {
"property1": "string",
"property2": "string"
},
"remark": "string",
"enable": true,
"remoteChannelKey": "string"
}curl --location --request POST '/crm/financialpaymentconfig/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"name": "string",
"currencys": [
"string"
],
"transferMode": "1",
"channelType": "0",
"autoMinAmount": 0,
"autoMaxAmount": 0,
"extraJson": {
"property1": "string",
"property2": "string"
},
"remark": "string",
"enable": true,
"remoteChannelKey": "string"
}'