{
"SalePromotionno": "string",
"RecipientInfo": {
"Recipient": "string",
"DeliveryAddress": "string",
"RecipientTelephone": "string"
}
}curl --location --request POST '/api/CaiHua_Business_App_OrderTaskSalePromotionBO/OrderTaskSalePromotionToReceive' \
--header 'Content-Type: application/json' \
--data-raw '{
"SalePromotionno": "string",
"RecipientInfo": {
"Recipient": "string",
"DeliveryAddress": "string",
"RecipientTelephone": "string"
}
}'{
"Result": "string",
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}