{
"guid": "string",
"sluiceCode": "string",
"sluiceName": "string",
"stakeNumber": "string",
"channelGuid": "string",
"managementStation": 0,
"sluiceType": "string",
"projectLevel": "string",
"startDate": "string",
"completionDate": "string",
"projectUseDate": "string",
"runningState": "string",
"longitude": 0,
"latitude": 0,
"projectLoc": "string",
"picturePath": "string",
"designFlow": 0,
"increaseFlow": 0,
"designIrrigatedArea": 0,
"effectiveIrrigatedArea": 0,
"sizeLength": 0,
"sizeWidth": 0,
"sluiceHole": 0,
"floorElevation": 0,
"topElevation": 0,
"upstreamFloodLevel": 0,
"upstreamWaterLevel": 0,
"downstreamWaterLevel": 0,
"note": "string",
"admDep": "string",
"lockDisc": 0,
"gaorTotLen": 0,
"relObjectType": "string",
"relObjectGuid": "string",
"gateList": [
{
"guid": "string",
"sluiceGuid": "string",
"gateName": "string",
"gateCode": "string",
"gateForm": "string",
"gateAbility": "string",
"sizeWidth": 0,
"sizeHeight": 0,
"hoistName": "string",
"hoistId": "string"
}
],
"irrCode": "string"
}
curl --location --request POST '/att-sluice-base/edit' \
--header 'Authorization: Bearer eyJhbGciOiJSUzI1NiJ9.eyJzdWIiOiLlkLTlu7rljY4yIiwidXNlcklkIjoiODMyOTI2MzkwOTAxODAwOTYwIiwibmFtZSI6IuWQtOW7uuWNjiIsInR5cGUiOiJ1c2VyIiwiaWQiOjgzMjkyNjM5MDkwMTgwMDk2MCwiaW5zaWRlciI6IjEiLCJsb2dpbk5hbWUiOiLlkLTlu7rljY4yIiwibW9iaWxlIjoiMTU5NzExODAzNzMiLCJubyI6IjM4Mjg0MDAyODk3OSIsIm9mZmljZUlkIjo4Mjc1OTUxMDMzNDExMTc0NDAsInV1aWQiOiI3NzQ0ZWIwZGFmNjU0YWUzYTE0YWVjYjU2YWY4MjRlYSIsImFyZWFDb2RlIjoiMzYwMDAwIiwiYXJlYU5hbWUiOiLmsZ_opb_nnIEiLCJleHAiOjE3NTM4ODQ5NDB9.MfVAY1wwRez9nsoIHbTIEINUMVv_PHVV8muOxyJne4x-KJ4eYBrYyRPIG7dqHk879mxsuVr4ZsLfkK2F-WG3xqxa93tyKku7YpgSdvQzu_Enw0l-cUO8WapuyDPGbIMOJ4yAx9IAvK6pNcwDq245BUgvvIdBi4MO4lxNHonzfC8' \
--header 'Content-Type: application/json' \
--data-raw '{
"guid": "string",
"sluiceCode": "string",
"sluiceName": "string",
"stakeNumber": "string",
"channelGuid": "string",
"managementStation": 0,
"sluiceType": "string",
"projectLevel": "string",
"startDate": "string",
"completionDate": "string",
"projectUseDate": "string",
"runningState": "string",
"longitude": 0,
"latitude": 0,
"projectLoc": "string",
"picturePath": "string",
"designFlow": 0,
"increaseFlow": 0,
"designIrrigatedArea": 0,
"effectiveIrrigatedArea": 0,
"sizeLength": 0,
"sizeWidth": 0,
"sluiceHole": 0,
"floorElevation": 0,
"topElevation": 0,
"upstreamFloodLevel": 0,
"upstreamWaterLevel": 0,
"downstreamWaterLevel": 0,
"note": "string",
"admDep": "string",
"lockDisc": 0,
"gaorTotLen": 0,
"relObjectType": "string",
"relObjectGuid": "string",
"gateList": [
{
"guid": "string",
"sluiceGuid": "string",
"gateName": "string",
"gateCode": "string",
"gateForm": "string",
"gateAbility": "string",
"sizeWidth": 0,
"sizeHeight": 0,
"hoistName": "string",
"hoistId": "string"
}
],
"irrCode": "string"
}'
{
"code": 0,
"msg": "",
"data": {}
}