简要描述
请求URL
- /api/v1/customer/saveOrUpdateActivityRecord
请求方式
请求报文说明
字段名 |
类型 |
说明 |
recordKey |
String |
拜访主键 |
recordEvent |
String |
拜访事件 |
recordDate |
date |
拜访时间 |
recordAddress |
String |
拜访地点 |
recordResult |
String |
沟通结果 |
recordExtra |
String |
沟通到的信息 |
anotherPlan |
String |
是否有新的预约安排 |
clockInPicture |
String |
打卡照片 |
请求报文示例
{
"recordKey": "",
"recordEvent": ""
"recordDate": "",
"recordAddress": "",
"recordResult": "",
"recordExtra": "",
"anotherPlan": "",
"clockInPicture": ""
}
返回报文说明
字段名 |
类型 |
说明 |
------------ |
------------ |
------------ |
返回报文示例
备注