{
"id": null,
"warehouseId": null,
"syncWarehouseId": "",
"materialId": null,
"syncMaterialId": "",
"mainUnit": "",
"usableWeight": 0,
"inventoryWeight": 0,
"batchNumber": 0,
"syncBillId": "",
"orgId": null
}curl --location --request POST '/basedoc/api/inventoryBalance/save' \
--header 'authorization: Bearer xxxxx' \
--header 'tenant-id;' \
--header 'orgId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": null,
"warehouseId": null,
"syncWarehouseId": "",
"materialId": null,
"syncMaterialId": "",
"mainUnit": "",
"usableWeight": 0,
"inventoryWeight": 0,
"batchNumber": 0,
"syncBillId": "",
"orgId": null
}'{
"code": null,
"msg": "",
"data": {},
"timestamp": 0
}