{
"setYear": 0,
"rgCode": "string",
"agencyCode": "string",
"taskCode": "string",
"taskName": "string",
"taskType": "string",
"taskTypeName": "string",
"schemaId": "string",
"schemaName": "string",
"checkPeriod": "string",
"includeUnpost": "string",
"billTitle": "string",
"sendMessage": "string",
"messageContent": "string",
"isUsed": "string",
"reconType": "string"
}curl --location --request POST 'http://dev-cn.your-api-server.com/rm/auto/task/saveAutoTaskConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"setYear": 0,
"rgCode": "string",
"agencyCode": "string",
"taskCode": "string",
"taskName": "string",
"taskType": "string",
"taskTypeName": "string",
"schemaId": "string",
"schemaName": "string",
"checkPeriod": "string",
"includeUnpost": "string",
"billTitle": "string",
"sendMessage": "string",
"messageContent": "string",
"isUsed": "string",
"reconType": "string"
}'{
"code": 200,
"message": "操作成功",
"data": "保存成功!",
"_status": 0,
"changedPropertyNames": null,
"fullName": null
}