{
"categoryId": null,
"companyId": 0,
"createBy": "",
"createTime": "",
"delFlag": 0,
"id": 0,
"imageUrl": "",
"inventoryCode": "",
"inventoryName": "test100",
"inventoryType": 0,
"lastInboundTime": "",
"purchasePrice": 0,
"specModel": "",
"stockMaxLimit": 0,
"stockMinLimit": 0,
"stockQuantity": 0,
"unit": "",
"updateBy": "",
"updateTime": ""
}curl --location --request POST '/api/v1/mesInventoryInfo/add' \
--header 'Token: {{TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"categoryId": null,
"companyId": 0,
"createBy": "",
"createTime": "",
"delFlag": 0,
"id": 0,
"imageUrl": "",
"inventoryCode": "",
"inventoryName": "test100",
"inventoryType": 0,
"lastInboundTime": "",
"purchasePrice": 0,
"specModel": "",
"stockMaxLimit": 0,
"stockMinLimit": 0,
"stockQuantity": 0,
"unit": "",
"updateBy": "",
"updateTime": ""
}'{
"categoryId": null,
"companyId": 0,
"createBy": "",
"createTime": "",
"delFlag": 0,
"id": 0,
"imageUrl": "",
"inventoryCode": "",
"inventoryName": "test100",
"inventoryType": 0,
"lastInboundTime": "",
"purchasePrice": 0,
"specModel": "",
"stockMaxLimit": 0,
"stockMinLimit": 0,
"stockQuantity": 0,
"unit": "",
"updateBy": "",
"updateTime": ""
}