[
{
"ProductSpecID": 0,
"ProductID": 0,
"SpecNum": 0,
"SpecDesc": "string",
"SpecUnit": "string",
"LWH": "string",
"IsPickSpec": 0,
"IsPurchaseSpec": 0,
"IsRetailSpec": 0,
"IsWholesaleSpec": 0,
"IsSend": 0,
"Ver": "string"
}
]curl --location --request POST '/api/CaiHua_Business_App_ProductSpecRemoteBO/AddProductSpec' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"ProductSpecID": 0,
"ProductID": 0,
"SpecNum": 0,
"SpecDesc": "string",
"SpecUnit": "string",
"LWH": "string",
"IsPickSpec": 0,
"IsPurchaseSpec": 0,
"IsRetailSpec": 0,
"IsWholesaleSpec": 0,
"IsSend": 0,
"Ver": "string"
}
]'{
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}