{
"channelCode": "string",
"channelName": "string",
"stakeNumber": "string",
"basGuid": "string",
"channelLevel": "string",
"channelCategory": "string",
"startDate": "string",
"completionDate": "string",
"projectUseDate": "string",
"runningState": "string",
"waterSupplyScope": "string",
"startLocation": "string",
"endLocation": "string",
"picturePath": "string",
"channelTotalLength": 0,
"designFlow": 0,
"increaseFlow": 0,
"headDesignWaterLevel": 0,
"tailDesignWaterLevel": 0,
"designIrrigationArea": 0,
"irrigatedArea": 0,
"roughness": 0,
"channelBottomGradient": 0,
"waterEfficiencySystem": 0,
"correctionFactor": 0,
"note": "string",
"startLongitude": 0,
"startLatitude": 0,
"endLongitude": 0,
"endLatitude": 0,
"irrCode": "string"
}
curl --location --request POST '/att-channel-base/save' \
--header 'Authorization: Bearer eyJhbGciOiJSUzI1NiJ9.eyJzdWIiOiLlkLTlu7rljY4yIiwidXNlcklkIjoiODMyOTI2MzkwOTAxODAwOTYwIiwibmFtZSI6IuWQtOW7uuWNjiIsInR5cGUiOiJ1c2VyIiwiaWQiOjgzMjkyNjM5MDkwMTgwMDk2MCwiaW5zaWRlciI6IjEiLCJsb2dpbk5hbWUiOiLlkLTlu7rljY4yIiwibW9iaWxlIjoiMTU5NzExODAzNzMiLCJubyI6IjM4Mjg0MDAyODk3OSIsIm9mZmljZUlkIjo4Mjc1OTUxMDMzNDExMTc0NDAsInV1aWQiOiI3NzQ0ZWIwZGFmNjU0YWUzYTE0YWVjYjU2YWY4MjRlYSIsImFyZWFDb2RlIjoiMzYwMDAwIiwiYXJlYU5hbWUiOiLmsZ_opb_nnIEiLCJleHAiOjE3NTM4ODQ5NDB9.MfVAY1wwRez9nsoIHbTIEINUMVv_PHVV8muOxyJne4x-KJ4eYBrYyRPIG7dqHk879mxsuVr4ZsLfkK2F-WG3xqxa93tyKku7YpgSdvQzu_Enw0l-cUO8WapuyDPGbIMOJ4yAx9IAvK6pNcwDq245BUgvvIdBi4MO4lxNHonzfC8' \
--header 'Content-Type: application/json' \
--data-raw '{
"channelCode": "string",
"channelName": "string",
"stakeNumber": "string",
"basGuid": "string",
"channelLevel": "string",
"channelCategory": "string",
"startDate": "string",
"completionDate": "string",
"projectUseDate": "string",
"runningState": "string",
"waterSupplyScope": "string",
"startLocation": "string",
"endLocation": "string",
"picturePath": "string",
"channelTotalLength": 0,
"designFlow": 0,
"increaseFlow": 0,
"headDesignWaterLevel": 0,
"tailDesignWaterLevel": 0,
"designIrrigationArea": 0,
"irrigatedArea": 0,
"roughness": 0,
"channelBottomGradient": 0,
"waterEfficiencySystem": 0,
"correctionFactor": 0,
"note": "string",
"startLongitude": 0,
"startLatitude": 0,
"endLongitude": 0,
"endLatitude": 0,
"irrCode": "string"
}'
{
"code": 0,
"msg": "",
"data": {}
}