{
"SalePromotionno": "string",
"ActivityType": 0,
"AddressInfo": {
"RecipientName": "string",
"Sex": 0,
"MobilePhone": "string",
"City": "string",
"Town": "string",
"Address": "string"
}
}curl --location --request POST '/api/CaiHua_Business_App_ThemeSalePromotionBO/ThemeSalePromotionRedeemGift' \
--header 'Content-Type: application/json' \
--data-raw '{
"SalePromotionno": "string",
"ActivityType": 0,
"AddressInfo": {
"RecipientName": "string",
"Sex": 0,
"MobilePhone": "string",
"City": "string",
"Town": "string",
"Address": "string"
}
}'{
"Result": "string",
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}