POST ActionApi/T_WeiChat/old_PutT_WeiChat
Request Information
URI Parameters
None.
Body Parameters
Collection of 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. |
Request Formats
application/json, text/json
Sample:
[ { "id": "0c7c257e-ae68-4ea9-92ea-20f65dde7f67", "isBA": 1, "isInteract": 1, "cRealName": "sample string 2", "cTelphone": "sample string 3", "cContent": "sample string 4", "dtCreatetime": "2023-03-24T20:50:36.8539429+08:00", "iReportId": 1, "iStoreId": "1477f48b-3ea9-4e12-9931-5f244fc15f3d", "iBrandId": 1, "cRemark": "sample string 5", "iChatType": 1 }, { "id": "0c7c257e-ae68-4ea9-92ea-20f65dde7f67", "isBA": 1, "isInteract": 1, "cRealName": "sample string 2", "cTelphone": "sample string 3", "cContent": "sample string 4", "dtCreatetime": "2023-03-24T20:50:36.8539429+08:00", "iReportId": 1, "iStoreId": "1477f48b-3ea9-4e12-9931-5f244fc15f3d", "iBrandId": 1, "cRemark": "sample string 5", "iChatType": 1 } ]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.