Authorization: ********************{
"chargePackages": [
{
"packageId": 0,
"stationId": "string"
}
],
"tags": [
{
"tagId": 0
}
],
"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",
"centralPlatformId": "string",
"tenantId": "string",
"feeStrategyId": "string",
"insuranceMenuId": 0,
"propertyPowerFee": 0,
"salesmanIds": [
0
],
"stationPointList": [
{
"id": 0,
"tenantId": "string",
"appId": "string",
"stationId": "string",
"stationPointId": "string",
"pointName": "string",
"pointType": 0,
"longitude": 0,
"latitude": 0,
"picUrl": "string",
"canopyType": 0,
"cameraType": 0,
"smokeDetectorType": 0,
"fireControlType": 0,
"remark": "string",
"details": "string"
}
]
}curl --location --request POST '/management/station/addStation' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"chargePackages": [
{
"packageId": 0,
"stationId": "string"
}
],
"tags": [
{
"tagId": 0
}
],
"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",
"centralPlatformId": "string",
"tenantId": "string",
"feeStrategyId": "string",
"insuranceMenuId": 0,
"propertyPowerFee": 0,
"salesmanIds": [
0
],
"stationPointList": [
{
"id": 0,
"tenantId": "string",
"appId": "string",
"stationId": "string",
"stationPointId": "string",
"pointName": "string",
"pointType": 0,
"longitude": 0,
"latitude": 0,
"picUrl": "string",
"canopyType": 0,
"cameraType": 0,
"smokeDetectorType": 0,
"fireControlType": 0,
"remark": "string",
"details": "string"
}
]
}'{
"code": "",
"msg": "",
"data": {
"id": 0,
"tenantId": "",
"appId": "",
"stationId": "",
"placeType": 0,
"stationType": 0,
"stationName": "",
"stationStatus": 0,
"provinceCode": "",
"cityCode": "",
"regionCode": "",
"streetCode": "",
"communityCode": "",
"provinceName": "",
"cityName": "",
"regionName": "",
"streetName": "",
"communityName": "",
"street": "",
"address": "",
"fullAddress": "",
"community": "",
"longitude": 0.0,
"latitude": 0.0,
"picUrl": "",
"installDate": "",
"canopyType": 0,
"cameraType": 0,
"smokeDetectorType": 0,
"fireControlType": 0,
"remark": "",
"details": "",
"equipCount": 0,
"manageUnit": "",
"feeStrategyId": "",
"centralPlatformId": "",
"chargeDurationMenuId": 0,
"insuranceMenuId": 0,
"chargePackageId": 0,
"propertyPowerFee": 0.0,
"migrateStatus": 0,
"merchantId": ""
},
"stackTraceMsg": ""
}