{
"feeid": "string",
"chargecycle": "string",
"remark": "string",
"receivable": "string",
"chargeway": "string",
"received": "string",
"cashier": "string"
}
curl --location --request PUT '/c4-contractpay/contractpay-charge' \
--header 'Content-Type: application/json' \
--data-raw '{
"feeid": "string",
"chargecycle": "string",
"remark": "string",
"receivable": "string",
"chargeway": "string",
"received": "string",
"cashier": "string"
}'
{
"code": 10000,
"message": "success",
"data": "string"
}