{
"brandId": 1,
"categoryId": 1,
"companyId": 1,
"createBy": "",
"createTime": "",
"delFlag": 0,
"description": "",
"id": 0,
"inboundCode": "",
"inboundDate": "2004-02-03",
"inboundQuantity": 10,
"inventoryId": 2,
"source": "",
"specModel": "",
"status": 0,
"supplierId": 0,
"unit": "",
"unitPrice": 0,
"updateBy": "",
"updateTime": "",
"userId": ""
}curl --location --request POST '/api/v1/mesInventoryInbound/add' \
--header 'Token: {{TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"brandId": 1,
"categoryId": 1,
"companyId": 1,
"createBy": "",
"createTime": "",
"delFlag": 0,
"description": "",
"id": 0,
"inboundCode": "",
"inboundDate": "2004-02-03",
"inboundQuantity": 10,
"inventoryId": 2,
"source": "",
"specModel": "",
"status": 0,
"supplierId": 0,
"unit": "",
"unitPrice": 0,
"updateBy": "",
"updateTime": "",
"userId": ""
}'{}