查询客户行业信息以及批量商机所属组织信息
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
customer_opportunity_region_batch_qry | CustomerOpportunityRegionBatchQry | 必须 | 请求参数类 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | ResultObject | 接口返回model | |
|
1 2 3 4 5 6 7 8 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaCrmCustomerOpportunityQueryRequest req = new AlibabaCrmCustomerOpportunityQueryRequest(); AlibabaCrmCustomerOpportunityQueryRequest.CustomerOpportunityRegionBatchQry obj1 = new AlibabaCrmCustomerOpportunityQueryRequest.CustomerOpportunityRegionBatchQry(); obj1.setAliCgs( "2346012589" ); obj1.setProductTypes( "" a2 "," okki "" ); req.setCustomerOpportunityRegionBatchQry(obj1); AlibabaCrmCustomerOpportunityQueryResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | < alibaba_crm_customer_opportunity_query_response > < result > < code >0</ code > < error_desc >系统异常</ error_desc > < dateline >1736762256203</ dateline > < success >true</ success > < value > < bu_mapping_cate_lv1_desc >家具</ bu_mapping_cate_lv1_desc > < hr_team >广州市途正网络技术有限公司</ hr_team > < okki_opportunity_region_list > < opportunity_region_vo > < mid_region >南粤本渠中区</ mid_region > < big_region >南粤大区</ big_region > < full_name_path >/Alibaba/中供/全国/南粤大区/南粤本渠中区/粤广(合伙人)/广州市途正网络技术有限公司(合伙人)</ full_name_path > < region >粤广(合伙人)</ region > < opp_type >a2</ opp_type > < opp_id >123</ opp_id > < owner_id >ytest001</ owner_id > < role >客户经理</ role > < org_type >一环</ org_type > </ opportunity_region_vo > </ okki_opportunity_region_list > < hr_region >粤广渠道</ hr_region > < bu_mapping_cate_lv2_desc >商用家具</ bu_mapping_cate_lv2_desc > < bu_mapping_cate_lv2_id >150301</ bu_mapping_cate_lv2_id > < bu_mapping_cate_lv1_id >1503</ bu_mapping_cate_lv1_id > </ value > </ result > </ alibaba_crm_customer_opportunity_query_response > |
1 2 3 4 5 6 | < error_response > < code >50</ code > < msg >Remote service error</ msg > < sub_code >isv.invalid-parameter</ sub_code > < sub_msg >非法参数</ sub_msg > </ error_response > |
错误码 | 错误描述 | 解决方案 |
---|