[
{
"ID": "string",
"ProductSpecID": 0,
"SpecUnit": "string",
"SpecDesc": "string",
"ProductID": 0,
"ShortCode": "string",
"ProductName": "string",
"ExpiryEndDate": "string",
"RemainDay": 0,
"Price": 0,
"ApplyProductNum": 0,
"SellOrderno": "string",
"SellOrderDetailID": 0,
"SellOrderCreateDate": "string",
"SellOriginalOrderno": "string",
"ProductRemark": "string",
"ExpiryReturnNum": 0,
"ExpiryConvertNum": 0,
"ExpiryRemark": "string",
"AwardLink": "string",
"SourcePrice": 0,
"Tax": 0,
"SourceShortCode": "string",
"SourceProductName": "string",
"SourceProductID": 0,
"OutNum": 0,
"ExchangeNum": 0,
"SurplusExchangeNum": 0,
"OutStorageID": 0
}
]curl --location --request POST '/api/CaiHua_Business_App_SellReturnModuleBO/AddAwardApply' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"ID": "string",
"ProductSpecID": 0,
"SpecUnit": "string",
"SpecDesc": "string",
"ProductID": 0,
"ShortCode": "string",
"ProductName": "string",
"ExpiryEndDate": "string",
"RemainDay": 0,
"Price": 0,
"ApplyProductNum": 0,
"SellOrderno": "string",
"SellOrderDetailID": 0,
"SellOrderCreateDate": "string",
"SellOriginalOrderno": "string",
"ProductRemark": "string",
"ExpiryReturnNum": 0,
"ExpiryConvertNum": 0,
"ExpiryRemark": "string",
"AwardLink": "string",
"SourcePrice": 0,
"Tax": 0,
"SourceShortCode": "string",
"SourceProductName": "string",
"SourceProductID": 0,
"OutNum": 0,
"ExchangeNum": 0,
"SurplusExchangeNum": 0,
"OutStorageID": 0
}
]'{
"Result": "string",
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}