[
{
"cameraType": 0,
"canopyType": 0,
"chargeType": 0,
"chipNumber": "string",
"cityCode": "string",
"communityCode": "string",
"currentType": 0,
"details": "string",
"equipmentBrand": "string",
"equipmentId": "string",
"equipmentModel": "string",
"equipmentName": "string",
"equipmentStatus": 0,
"equipmentType": 0,
"fireControlType": 0,
"installDate": "2019-08-24T14:15:22.123Z",
"latitude": 0,
"longitude": 0,
"netType": 0,
"operatorId": "string",
"portAmount": 0,
"provinceCode": "string",
"ratedCurrent": 0,
"ratedPower": 0,
"ratedVoltage": 0,
"regionCode": "string",
"remark": "string",
"smokeDetectorType": 0,
"stationId": "string",
"streetCode": "string",
"vehicleType": 0
}
]curl --location --request POST '/govbiz/open/equipment/addOrModifyEquipments' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"cameraType": 0,
"canopyType": 0,
"chargeType": 0,
"chipNumber": "string",
"cityCode": "string",
"communityCode": "string",
"currentType": 0,
"details": "string",
"equipmentBrand": "string",
"equipmentId": "string",
"equipmentModel": "string",
"equipmentName": "string",
"equipmentStatus": 0,
"equipmentType": 0,
"fireControlType": 0,
"installDate": "2019-08-24T14:15:22.123Z",
"latitude": 0,
"longitude": 0,
"netType": 0,
"operatorId": "string",
"portAmount": 0,
"provinceCode": "string",
"ratedCurrent": 0,
"ratedPower": 0,
"ratedVoltage": 0,
"regionCode": "string",
"remark": "string",
"smokeDetectorType": 0,
"stationId": "string",
"streetCode": "string",
"vehicleType": 0
}
]'{
"code": "string",
"msg": "string",
"data": null,
"stackTraceMsg": "string"
}