{
"ProductID": "string",
"ProductSpecID": "string",
"Keyword": "string",
"IsPurchaseSpec": 0,
"PageIndex": 0,
"PageSize": 0,
"Order": "string"
}curl --location --request POST '/api/CaiHua_Business_App_ProductSpecRemoteBO/GetList' \
--header 'Content-Type: application/json' \
--data-raw '{
"ProductID": "string",
"ProductSpecID": "string",
"Keyword": "string",
"IsPurchaseSpec": 0,
"PageIndex": 0,
"PageSize": 0,
"Order": "string"
}'{
"Result": {
"SumResult": {
"property1": {},
"property2": {}
},
"Result": [
{
"ProductSpecID": 0,
"ProductID": 0,
"ShortCode": "string",
"SKU": "string",
"ProductName": "string",
"SpecDesc": "string",
"IsWholesaleSpec": 0,
"SpecNum": 0,
"SpecUnit": "string",
"IsPurchaseSpec": 0,
"IsRetailSpec": 0,
"Price": 0
}
],
"TotalCount": 0
},
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}