{
"brandId": 0,
"categoryId": "",
"companyId": 0,
"createBy": "",
"createTime": "",
"delFlag": 0,
"description": "",
"id": 2,
"inventoryId": 2,
"outboundCode": "",
"outboundDate": "",
"outboundQuantity": 10,
"outboundType": 0,
"reason": "",
"specModel": "",
"status": 0,
"unit": "",
"updateBy": "",
"updateTime": "",
"userId": "",
"workOrderNumber": ""
}curl --location --request PUT '/api/v1/mesInventoryOutbound/edit' \
--header 'Token: {{TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"brandId": 0,
"categoryId": "",
"companyId": 0,
"createBy": "",
"createTime": "",
"delFlag": 0,
"description": "",
"id": 2,
"inventoryId": 2,
"outboundCode": "",
"outboundDate": "",
"outboundQuantity": 10,
"outboundType": 0,
"reason": "",
"specModel": "",
"status": 0,
"unit": "",
"updateBy": "",
"updateTime": "",
"userId": "",
"workOrderNumber": ""
}'{}