{
"stationid": "11772",
"stationName": "张三",
"construction": 0,
"electricPrice": 8053,
"servicePrice": 14763,
"isUse": 0,
"parkDes": "string",
"stationPhoto": "string",
"stationAddrV2": "string",
"provinceIdV2": "string",
"cityIdV2": "string",
"districtIdV2": "string",
"contactNameV2": "string",
"contactPhoneV2": "string",
"longitudeV2": 0,
"latitudeV2": 0,
"platformType": 1,
"stationOwner": 0,
"newChargeCmd": 0,
"suspendedDay": 0,
"chargeType": "2",
"dayEnable": 0,
"stationDiscount": 24817,
"rateSetStatus": 1,
"workHours": "string",
"feeComboId": "2456",
"feeComboName": "张三",
"feeComboVersion": 0,
"label": "string",
"prepayment": 0,
"enableV2gFee": 0,
"offlineMode": 0,
"parkingRuleId": "string",
"appDisplay": 0,
"readyFlag": "string",
"stationNotice": "string",
"reservationTime": "string",
"gunReturnFeeEnable": 0,
"gunReturnRuleId": 0
}
curl --location --request PUT '/admin-api/charging/station/updateStationOfflineInfo' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"stationid": "11772",
"stationName": "张三",
"construction": 0,
"electricPrice": 8053,
"servicePrice": 14763,
"isUse": 0,
"parkDes": "string",
"stationPhoto": "string",
"stationAddrV2": "string",
"provinceIdV2": "string",
"cityIdV2": "string",
"districtIdV2": "string",
"contactNameV2": "string",
"contactPhoneV2": "string",
"longitudeV2": 0,
"latitudeV2": 0,
"platformType": 1,
"stationOwner": 0,
"newChargeCmd": 0,
"suspendedDay": 0,
"chargeType": "2",
"dayEnable": 0,
"stationDiscount": 24817,
"rateSetStatus": 1,
"workHours": "string",
"feeComboId": "2456",
"feeComboName": "张三",
"feeComboVersion": 0,
"label": "string",
"prepayment": 0,
"enableV2gFee": 0,
"offlineMode": 0,
"parkingRuleId": "string",
"appDisplay": 0,
"readyFlag": "string",
"stationNotice": "string",
"reservationTime": "string",
"gunReturnFeeEnable": 0,
"gunReturnRuleId": 0
}'
{
"code": 0,
"data": true,
"msg": "string"
}