{
"SellOutOrderNo": "string",
"FSRCORG": "string",
"FDESTORG": "string",
"FSENDTIME": "2019-08-24T14:15:22.123Z"
}curl --location --request POST '/api/CaiHua_Business_App_ErpSendSyncBO/MarkSellOutOrderSyncSuccess' \
--header 'Content-Type: application/json' \
--data-raw '{
"SellOutOrderNo": "string",
"FSRCORG": "string",
"FDESTORG": "string",
"FSENDTIME": "2019-08-24T14:15:22.123Z"
}'{
"Result": {
"IsSuccess": true,
"Message": "string",
"SyncTime": "2019-08-24T14:15:22.123Z",
"FSRCORG": "string",
"FDESTORG": "string",
"SellOutOrderNo": "string",
"BillType": "string"
},
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}