{
"createTime": "2019-08-24T14:15:22Z",
"description": "string",
"dutyDept": "string",
"emsId": "string",
"frequency": "string",
"groupbylabel": "string",
"id": "string",
"identifier": "string",
"inspWay": "string",
"instDate": "2019-08-24T14:15:22Z",
"maintainId": "string",
"manuDate": "2019-08-24T14:15:22Z",
"manufacturer": "string",
"name": "string",
"placeId": "string",
"qrCode": "string",
"scope": "string",
"serialNumber": "string",
"specification": "string",
"status": "string",
"tagNumber": "string",
"type": "string",
"unit": "string"
}
curl --location --request POST 'http://10.219.87.224:8080/veivo-boot/instruments/emsInstruments/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"createTime": "2019-08-24T14:15:22Z",
"description": "string",
"dutyDept": "string",
"emsId": "string",
"frequency": "string",
"groupbylabel": "string",
"id": "string",
"identifier": "string",
"inspWay": "string",
"instDate": "2019-08-24T14:15:22Z",
"maintainId": "string",
"manuDate": "2019-08-24T14:15:22Z",
"manufacturer": "string",
"name": "string",
"placeId": "string",
"qrCode": "string",
"scope": "string",
"serialNumber": "string",
"specification": "string",
"status": "string",
"tagNumber": "string",
"type": "string",
"unit": "string"
}'
{
"code": 0,
"message": "string",
"result": {},
"success": true,
"timestamp": 0
}