You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
7.8 KiB
68 lines
7.8 KiB
GET /api/opportunity/customer/contacts OpportunitySubController.按客户查联系人(客户模块真源,票 11 切真源)
|
|
GET /api/rule/customer/dedup CustomerDedupRuleController.读当前配置(全局单例)
|
|
POST /api/rule/customer/dedup/save CustomerDedupRuleController.保存配置(全量覆盖,保存即生效)
|
|
GET /api/rule/customer/reminder CustomerReminderRuleController.读当前配置(全局单例)
|
|
POST /api/rule/customer/reminder/save CustomerReminderRuleController.保存配置(全量覆盖,保存即生效)
|
|
GET /api/preference/get ColumnPreferenceController.读取当前用户在某 scope 的列偏好
|
|
POST /api/preference/save ColumnPreferenceController.保存当前用户在某 scope 的列偏好(显隐+顺序,一次写入)
|
|
GET /api/preference/view/list SavedViewController.列出当前用户在某 scope 的自定义视图(按 seqNo)
|
|
POST /api/preference/view/save SavedViewController.保存自定义视图(viewId 空=新建,非空=覆盖编辑;isDefault 单值互斥)
|
|
POST /api/preference/view/delete SavedViewController.删除自定义视图
|
|
POST /api/preference/view/set-default SavedViewController.图钉:设为该 scope 的默认视图(单值互斥)
|
|
GET /api/preference/view-form/get ViewFormController.读取当前用户在某 scope 的视图形态(null=未设置,前端默认 list)
|
|
POST /api/preference/view-form/save ViewFormController.保存当前用户在某 scope 的视图形态(list/split/board,一次写入)
|
|
POST /api/customer/contact/create CustomerContactController.新增联系人
|
|
POST /api/customer/contact/edit CustomerContactController.编辑联系人
|
|
POST /api/customer/contact/delete CustomerContactController.删除联系人
|
|
GET /api/customer/contact/detail CustomerContactController.联系人详情
|
|
GET /api/customer/contact/page CustomerContactController.顶级联系人列表
|
|
GET /api/customer/contact/search CustomerContactController.联系人全局搜索
|
|
GET /api/customer/contact/check-phone CustomerContactController.电话软提示
|
|
POST /api/customer/create CustomerController.新增客户
|
|
POST /api/customer/edit CustomerController.编辑客户
|
|
GET /api/customer/detail CustomerController.客户详情
|
|
POST /api/customer/page CustomerController.客户分页
|
|
POST /api/customer/search CustomerController.商机侧客户搜索
|
|
POST /api/customer/quick-create CustomerController.快速创建客户
|
|
GET /api/customer/contacts CustomerController.按客户查联系人列表
|
|
GET /api/customer/check-name CustomerController.名称相似提示
|
|
GET /api/customer/check-credit-code CustomerController.信用代码查重
|
|
GET /api/customer/company-lookup CustomerController.工商信息查询
|
|
GET /api/customer/detail-head CustomerDetailController.详情公共头部
|
|
GET /api/customer/member/list CustomerDetailController.团队成员页签
|
|
POST /api/customer/member/add CustomerDetailController.添加团队成员
|
|
POST /api/customer/member/remove CustomerDetailController.移除团队成员
|
|
GET /api/customer/opportunity/page CustomerDetailController.关联商机页签
|
|
GET /api/customer/oplog/page CustomerDetailController.操作日志分页
|
|
POST /api/customer/follow/add CustomerDetailController.新增跟进
|
|
GET /api/customer/follow/page CustomerDetailController.跟进记录分页
|
|
POST /api/customer/focus CustomerFocusController.关注客户
|
|
POST /api/customer/unfocus CustomerFocusController.取消关注客户
|
|
POST /api/customer/star CustomerFocusController.标记重点客户
|
|
POST /api/customer/unstar CustomerFocusController.取消重点标记
|
|
POST /api/customer/focus-batch CustomerFocusController.批量关注客户
|
|
POST /api/customer/import/upload CustomerImportController.上传导入文件并预校验
|
|
POST /api/customer/import/confirm CustomerImportController.确认执行导入
|
|
GET /api/customer/import/result CustomerImportController.任务结果
|
|
GET /api/customer/import/failures CustomerImportController.失败/疑似重复明细
|
|
GET /api/customer/import/page CustomerImportController.最近导入记录
|
|
GET /api/customer/import/template CustomerImportController.下载导入模板
|
|
POST /api/customer/claim CustomerOwnershipController.领取客户(公海→当前用户)
|
|
POST /api/customer/claim-batch CustomerOwnershipController.批量领取
|
|
POST /api/customer/assign CustomerOwnershipController.分配客户(换销售负责人)
|
|
POST /api/customer/assign-batch CustomerOwnershipController.批量分配
|
|
POST /api/customer/release-pool CustomerOwnershipController.抛公海
|
|
POST /api/customer/release-pool-batch CustomerOwnershipController.批量抛公海
|
|
POST /api/customer/archive CustomerOwnershipController.归档客户(有效→已归档)
|
|
POST /api/customer/archive-batch CustomerOwnershipController.批量归档
|
|
POST /api/customer/restore CustomerOwnershipController.恢复客户(已归档→有效)
|
|
GET /api/customer/ping CustomerPingController.客户模块健康探针
|
|
GET /api/customer/transfer/preview CustomerTransferController.发起前客户预览
|
|
POST /api/customer/transfer/initiate CustomerTransferController.发起交接
|
|
GET /api/customer/transfer/detail CustomerTransferController.交接详情
|
|
GET /api/customer/transfer/page CustomerTransferController.交接记录分页
|
|
POST /api/customer/transfer/assign CustomerTransferController.客户分配(单个或批量)
|
|
GET /api/customer/transfer/assignable CustomerTransferController.可分配销售列表
|
|
POST /api/customer/workspace/page CustomerWorkspaceController.workspace 列表分页
|
|
POST /api/customer/workspace/board/summary CustomerWorkspaceController.看板分组汇总
|
|
POST /api/customer/workspace/board/cards CustomerWorkspaceController.看板单列卡片
|