Authorization: ********************
{
"centralPlatformId": "string",
"manageUnit": "string",
"salesmanIds": [
0
],
"tenantId": "string",
"appId": "string",
"stationId": "string",
"stationType": 0,
"tags": [
{
"tagId": 0
}
],
"stationName": "string",
"stationStatus": 0,
"provinceCode": "string",
"cityCode": "string",
"communityCode": "string",
"regionCode": "string",
"streetCode": "string",
"street": "string",
"address": "string",
"fullAddress": "string",
"community": "string",
"longitude": 0,
"latitude": 0,
"picUrl": "string",
"installDate": "2019-08-24T14:15:22Z",
"canopyType": 0,
"cameraType": 0,
"smokeDetectorType": 0,
"fireControlType": 0,
"remark": "string",
"details": "string",
"feeStrategyId": "string",
"insuranceMenuId": 0,
"chargePackages": [
{
"packageId": 0,
"stationId": "string"
}
],
"propertyPowerFee": 0
}
curl --location --request POST '/management/station/addStation' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"centralPlatformId": "string",
"manageUnit": "string",
"salesmanIds": [
0
],
"tenantId": "string",
"appId": "string",
"stationId": "string",
"stationType": 0,
"tags": [
{
"tagId": 0
}
],
"stationName": "string",
"stationStatus": 0,
"provinceCode": "string",
"cityCode": "string",
"communityCode": "string",
"regionCode": "string",
"streetCode": "string",
"street": "string",
"address": "string",
"fullAddress": "string",
"community": "string",
"longitude": 0,
"latitude": 0,
"picUrl": "string",
"installDate": "2019-08-24T14:15:22Z",
"canopyType": 0,
"cameraType": 0,
"smokeDetectorType": 0,
"fireControlType": 0,
"remark": "string",
"details": "string",
"feeStrategyId": "string",
"insuranceMenuId": 0,
"chargePackages": [
{
"packageId": 0,
"stationId": "string"
}
],
"propertyPowerFee": 0
}'
{
"code": "string",
"msg": "string",
"data": {
"address": "string",
"appId": "string",
"cameraType": 0,
"canopyType": 0,
"cityCode": "string",
"cityName": "string",
"community": "string",
"communityCode": "string",
"communityName": "string",
"details": "string",
"equipCount": 0,
"fireControlType": 0,
"fullAddress": "string",
"id": 0,
"installDate": "2019-08-24T14:15:22Z",
"latitude": 0,
"longitude": 0,
"manageUnit": "string",
"picUrl": "string",
"placeType": 0,
"provinceCode": "string",
"provinceName": "string",
"regionCode": "string",
"regionName": "string",
"remark": "string",
"smokeDetectorType": 0,
"stationId": "string",
"stationName": "string",
"stationStatus": 0,
"stationType": 0,
"street": "string",
"streetCode": "string",
"streetName": "string",
"tenantId": "string",
"feeStrategyId": "string",
"centralPlatformId": "string",
"chargeDurationMenuId": 0,
"insuranceMenuId": 0,
"chargePackageId": 0,
"propertyPowerFee": 0,
"migrateStatus": 0,
"merchantId": "string"
},
"stackTraceMsg": "string"
}