Authorization: ********************{
"tags": [
{
"tagId": 0
}
],
"chargePackages": [
{
"packageId": 0,
"stationId": "string"
}
],
"appId": "string",
"stationId": "string",
"stationType": 0,
"stationName": "string",
"stationStatus": 0,
"provinceCode": "string",
"cityCode": "string",
"regionCode": "string",
"streetCode": "string",
"communityCode": "string",
"street": "string",
"address": "string",
"fullAddress": "string",
"community": "string",
"longitude": 0,
"latitude": 0,
"picUrl": "string",
"installDate": "string",
"canopyType": 0,
"cameraType": 0,
"smokeDetectorType": 0,
"fireControlType": 0,
"remark": "string",
"details": "string",
"manageUnit": "string",
"equipCount": 0,
"tenantId": "string",
"feeStrategyId": "string",
"centralPlatformId": "string",
"chargeDurationMenuId": 0,
"insuranceMenuId": 0,
"propertyPowerFee": 0,
"salesmanIds": [
0
],
"spaceHoldFeeStrategyId": 0,
"chargingReservationStrategyId": 0,
"chargingReservationEquipmentType": [
0
],
"spaceHoldFeeEquipmentType": [
0
]
}curl --location --request PUT '/management/station/modifyStation' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tags": [
{
"tagId": 0
}
],
"chargePackages": [
{
"packageId": 0,
"stationId": "string"
}
],
"appId": "string",
"stationId": "string",
"stationType": 0,
"stationName": "string",
"stationStatus": 0,
"provinceCode": "string",
"cityCode": "string",
"regionCode": "string",
"streetCode": "string",
"communityCode": "string",
"street": "string",
"address": "string",
"fullAddress": "string",
"community": "string",
"longitude": 0,
"latitude": 0,
"picUrl": "string",
"installDate": "string",
"canopyType": 0,
"cameraType": 0,
"smokeDetectorType": 0,
"fireControlType": 0,
"remark": "string",
"details": "string",
"manageUnit": "string",
"equipCount": 0,
"tenantId": "string",
"feeStrategyId": "string",
"centralPlatformId": "string",
"chargeDurationMenuId": 0,
"insuranceMenuId": 0,
"propertyPowerFee": 0,
"salesmanIds": [
0
],
"spaceHoldFeeStrategyId": 0,
"chargingReservationStrategyId": 0,
"chargingReservationEquipmentType": [
0
],
"spaceHoldFeeEquipmentType": [
0
]
}'{
"code": "",
"msg": "",
"data": false,
"stackTraceMsg": ""
}