{
"PageIndex": 0,
"PageSize": 0,
"BarCode": "string",
"DataSourceType": 0
}curl --location --request POST '/api/CaiHua_Business_App_ProductBO/GetBasicProductList' \
--header 'Content-Type: application/json' \
--data-raw '{
"PageIndex": 0,
"PageSize": 0,
"BarCode": "string",
"DataSourceType": 0
}'{
"Result": {
"SumResult": {
"property1": {},
"property2": {}
},
"Result": [
{
"ProductID": 0,
"PlatFormCode": "string",
"CategoryCode": "string",
"CategoryName": "string",
"BasicSpecUnit": "string",
"SuggestRetailPrice": 0,
"BarCodeList": [
{
"BarCode": "string"
}
]
}
],
"TotalCount": 0
},
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}