{
"ScanCodeID": "string",
"ProductDiffList": [
{
"DiffOrderDetailID": "string",
"DiffProductNum": 0,
"SellOutOrderno": "string",
"Reason": 0,
"ProductID": 0,
"SellOutOrderDetailID": 0,
"SellOutOrderDetailRowIndex": 0
}
]
}curl --location --request POST '/api/CaiHua_Business_App_MPYueQianBaoBO/SaveDiffDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
"ScanCodeID": "string",
"ProductDiffList": [
{
"DiffOrderDetailID": "string",
"DiffProductNum": 0,
"SellOutOrderno": "string",
"Reason": 0,
"ProductID": 0,
"SellOutOrderDetailID": 0,
"SellOutOrderDetailRowIndex": 0
}
]
}'{
"Result": true,
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}