Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"merchantId": 0,
"partnerId": 0,
"reward": 0,
"totalReward": 0,
"withdrawalReward": 0,
"rewardOffline": 0,
"totalRewardOffline": 0,
"withdrawalRewardOffline": 0,
"amount": 0,
"freeAmount": 0,
"totalAmount": 0,
"withdrawalAmount": 0,
"remark": "string",
"accountNum": 0,
"freeNum": 0,
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"type": 0,
"deductionOfflineAmount": 0
}
curl --location --request POST 'https://www.mengzhikeji.cn/prod-api/merchant/merchant-partner-account/deduction' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"merchantId": 0,
"partnerId": 0,
"reward": 0,
"totalReward": 0,
"withdrawalReward": 0,
"rewardOffline": 0,
"totalRewardOffline": 0,
"withdrawalRewardOffline": 0,
"amount": 0,
"freeAmount": 0,
"totalAmount": 0,
"withdrawalAmount": 0,
"remark": "string",
"accountNum": 0,
"freeNum": 0,
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"type": 0,
"deductionOfflineAmount": 0
}'
{
"code": 0,
"msg": "string",
"data": "string"
}