public interface CorpTagApi
| Modifier and Type | Method and Description |
|---|---|
GenericResponse<CorpTagGroup> |
addCorpTag(CorpTagAddRequest request)
添加企业客户标签
|
GenericResponse<CorpTagGroup> |
addStrategyCorpTag(CorpTagStrategyAddRequest request)
为指定规则组创建企业客户标签
|
GenericResponse<List<CorpTagGroup>> |
corpTagList(CorpTagIterator request)
获取企业标签库
|
WeComResponse |
delCorpTag(AgentCorpTagIterator request)
删除企业客户标签
|
WeComResponse |
delStrategyCorpTag(CorpTagIterator request)
编辑指定规则组下的企业客户标签
|
WeComResponse |
editCorpTag(CorpTagEditRequest request)
编辑企业客户标签
|
WeComResponse |
editStrategyCorpTag(CorpTagStrategyEditRequest request)
编辑指定规则组下的企业客户标签
|
WeComResponse |
markTag(CorpTagOptRequest request)
编辑客户企业标签
|
GenericResponse<List<CorpTagGroup>> |
strategyCorpTagList(StrategyCorpTagIterator request)
管理企业规则组下的客户标签
|
@POST(value="externalcontact/get_corp_tag_list") GenericResponse<List<CorpTagGroup>> corpTagList(@Body CorpTagIterator request)
request - the request@POST(value="externalcontact/add_corp_tag") GenericResponse<CorpTagGroup> addCorpTag(@Body CorpTagAddRequest request)
request - the request@POST(value="externalcontact/edit_corp_tag") WeComResponse editCorpTag(@Body CorpTagEditRequest request)
request - the request@POST(value="externalcontact/del_corp_tag") WeComResponse delCorpTag(@Body AgentCorpTagIterator request)
request - the request@POST(value="externalcontact/get_strategy_tag_list") GenericResponse<List<CorpTagGroup>> strategyCorpTagList(@Body StrategyCorpTagIterator request)
request - the request@POST(value="externalcontact/add_strategy_tag") GenericResponse<CorpTagGroup> addStrategyCorpTag(@Body CorpTagStrategyAddRequest request)
request - the request@POST(value="externalcontact/edit_strategy_tag") WeComResponse editStrategyCorpTag(@Body CorpTagStrategyEditRequest request)
request - the request@POST(value="externalcontact/del_strategy_tag") WeComResponse delStrategyCorpTag(@Body CorpTagIterator request)
request - the request@POST(value="externalcontact/mark_tag") WeComResponse markTag(@Body CorpTagOptRequest request)
request - the requestCopyright © 2023. All rights reserved.