Authorization: ********************{
"stationId": "string",
"list": [
{
"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-point/addStationPointList' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"stationId": "string",
"list": [
{
"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": "",
"stationPointId": "",
"pointName": "",
"pointType": 0,
"longitude": 0.0,
"latitude": 0.0,
"picUrl": "",
"canopyType": 0,
"cameraType": 0,
"smokeDetectorType": 0,
"fireControlType": 0,
"remark": "",
"details": "",
"createBy": "",
"createTime": "",
"modifyBy": "",
"modifyTime": "",
"dataVersion": 0,
"testFlag": 0,
"deleteFlag": 0,
"merchantId": ""
}
],
"stackTraceMsg": ""
}