{
"id": "string",
"shopId": "string",
"tempType": "string",
"shopIntroduction": "string",
"customerName": "string",
"selfName": "string",
"shopName": "string",
"shopFeatures": "string",
"shopAddress": "string",
"shopTraffic": "string",
"startText": "string",
"endText": "string",
"replyType": "string",
"discountedAmtSwitch": "string",
"customAvgCost": 0,
"preDishReply": "string",
"strategyType": "NORMAL",
"sentimentRules": [
{
"minScore": 0,
"maxScore": 0,
"replyType": "string",
"contents": [
"string"
]
}
],
"platform": "Multi.Platform.KDB",
"kdbAccount": "string"
}
curl --location --request POST '/userPlatform/kdbReply/temp/addOrUpdateReplyTempShop' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"shopId": "string",
"tempType": "string",
"shopIntroduction": "string",
"customerName": "string",
"selfName": "string",
"shopName": "string",
"shopFeatures": "string",
"shopAddress": "string",
"shopTraffic": "string",
"startText": "string",
"endText": "string",
"replyType": "string",
"discountedAmtSwitch": "string",
"customAvgCost": 0,
"preDishReply": "string",
"strategyType": "NORMAL",
"sentimentRules": [
{
"minScore": 0,
"maxScore": 0,
"replyType": "string",
"contents": [
"string"
]
}
],
"platform": "Multi.Platform.KDB",
"kdbAccount": "string"
}'
{
"code": 0,
"message": "",
"data": null
}