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