{
"indexId": "string",
"customerNo": 0,
"cityId": "string",
"cityName": "string",
"provinceId": "string",
"provinceName": "string",
"effectiveSh": "string",
"offSeasonStandard": 0,
"peakSeasonStandard": 0,
"normalSeasonStandard": 0,
"beginMonth": 0,
"endMonth": 0,
"peakMonth": "string",
"lowMonth": "string",
"level": "string",
"levelName": "string"
}curl --location --request POST '/api/cps/customer/hol/season/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"indexId": "string",
"customerNo": 0,
"cityId": "string",
"cityName": "string",
"provinceId": "string",
"provinceName": "string",
"effectiveSh": "string",
"offSeasonStandard": 0,
"peakSeasonStandard": 0,
"normalSeasonStandard": 0,
"beginMonth": 0,
"endMonth": 0,
"peakMonth": "string",
"lowMonth": "string",
"level": "string",
"levelName": "string"
}'{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": ""
}