DELETE api/T_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": "2bc2ce89-1054-4469-8942-1bce594f1eb3", "isBA": 1, "isInteract": 1, "cRealName": "sample string 2", "cTelphone": "sample string 3", "cContent": "sample string 4", "dtCreatetime": "2023-03-23T15:27:21.2221151+08:00", "iReportId": 1, "iStoreId": "a72469b2-c3d5-4fca-bb74-75626f0179c0", "iBrandId": 1, "cRemark": "sample string 5", "iChatType": 1 }