{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"inspType": "string",
"productCode": "string",
"productCodeAndName": "string",
"productDescription": "string",
"productName": "string",
"productType": "string",
"sysOrgCode": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'http://10.219.87.224:8080/veivo-boot/model/emsMasterProduct/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"inspType": "string",
"productCode": "string",
"productCodeAndName": "string",
"productDescription": "string",
"productName": "string",
"productType": "string",
"sysOrgCode": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}'
{
"code": 0,
"message": "string",
"result": {
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"inspType": "string",
"productCode": "string",
"productCodeAndName": "string",
"productDescription": "string",
"productName": "string",
"productType": "string",
"sysOrgCode": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
},
"success": true,
"timestamp": 0
}