DELETE ActionApi/T_WeiChat/DeleteT_WeiChat/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
T_WeiChatName | Description | Type | Additional information |
---|---|---|---|
id |
串号 |
globally unique identifier |
None. |
isBA |
是否是BA |
integer |
None. |
isInteract |
是否互动 |
integer |
None. |
cRealName |
联系人姓名 |
string |
None. |
cTelphone |
联系人电话 |
string |
None. |
cContent |
内容 |
string |
None. |
dtCreatetime |
日期 |
date |
None. |
iReportId |
报告唯一标识 |
integer |
None. |
iStoreId |
门店id |
globally unique identifier |
None. |
iBrandId |
品牌id |
integer |
None. |
cRemark |
备注 |
string |
None. |
iChatType |
人际沟通类型 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": "0fab890a-026a-466e-9126-fad89c5f1bb8", "isBA": 1, "isInteract": 1, "cRealName": "sample string 2", "cTelphone": "sample string 3", "cContent": "sample string 4", "dtCreatetime": "2022-08-16T09:47:46.1114574+08:00", "iReportId": 1, "iStoreId": "960e20f8-48cb-416e-b25c-f14768e6bdb1", "iBrandId": 1, "cRemark": "sample string 5", "iChatType": 1 }