{
"SellBufferDetails": [
{
"PromotionName": "string",
"PromotionNo": "string",
"StorageID": 0,
"BeginTime": "2019-08-24T14:15:22.123Z",
"EndTime": "2019-08-24T14:15:22.123Z",
"SellBufferUseType": 0,
"SellTeamID": 0,
"CustomerCode": "string",
"ProductID": 0,
"TotalMoney": 0,
"OrderProductNum": 0,
"Remark": "string",
"SellBufferDetailRemark": "string"
}
]
}curl --location --request POST '/api/CaiHua_Business_App_MTFitSellBufferDetailBO/BatchAdd' \
--header 'Content-Type: application/json' \
--data-raw '{
"SellBufferDetails": [
{
"PromotionName": "string",
"PromotionNo": "string",
"StorageID": 0,
"BeginTime": "2019-08-24T14:15:22.123Z",
"EndTime": "2019-08-24T14:15:22.123Z",
"SellBufferUseType": 0,
"SellTeamID": 0,
"CustomerCode": "string",
"ProductID": 0,
"TotalMoney": 0,
"OrderProductNum": 0,
"Remark": "string",
"SellBufferDetailRemark": "string"
}
]
}'{
"Result": "string",
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}