{
"CustomerCode": "string",
"CustomerName": "string",
"ProductCode": "string",
"Status": 0,
"SellBufferUseType": 0,
"SellTeamUser": "string",
"SellTeam": "string",
"BeginTime": "string",
"EndTime": "string",
"PromotionName": "string",
"PromotionNo": "string",
"CostBelongId": 0,
"PageIndex": 0,
"PageSize": 0,
"Order": "string"
}curl --location --request POST '/api/CaiHua_Business_App_MTFitSellBufferDetailBO/GetSellBufferDetailList' \
--header 'Content-Type: application/json' \
--data-raw '{
"CustomerCode": "string",
"CustomerName": "string",
"ProductCode": "string",
"Status": 0,
"SellBufferUseType": 0,
"SellTeamUser": "string",
"SellTeam": "string",
"BeginTime": "string",
"EndTime": "string",
"PromotionName": "string",
"PromotionNo": "string",
"CostBelongId": 0,
"PageIndex": 0,
"PageSize": 0,
"Order": "string"
}'{
"Result": {
"SumResult": {
"property1": {},
"property2": {}
},
"Result": [
{
"SellBufferDetailID": 0,
"PlatFormCode": "string",
"Status": 0,
"SellBufferUseType": 0,
"BeginTime": "2019-08-24T14:15:22.123Z",
"EndTime": "2019-08-24T14:15:22.123Z",
"CustomerCode": "string",
"CustomerName": "string",
"ProductID": 0,
"ShortCode": "string",
"SKU": "string",
"ProductName": "string",
"OrderProductNum": 0,
"TotalMoney": 0,
"SalePromotionno": "string",
"PromotionName": "string",
"CostBelongName": "string",
"SellBufferDetailRemark": "string",
"Remark": "string",
"Creator": "string",
"CreateDate": "2019-08-24T14:15:22.123Z"
}
],
"TotalCount": 0
},
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}