本地生活商机客情联系信息查询接口
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
param | TopLeadsCustomerIntimacyRequest | 可选 | 请求 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result_size | Number | 1 | 返回的数量 |
value | LeadsCustomerIntimacy | 无 | 客情信息 |
|
|||
poi_id | String | 10263CFDG_H | poi id |
1 2 3 4 5 6 7 8 9 10 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaAlscCrmSalesContactQueryRequest req = new AlibabaAlscCrmSalesContactQueryRequest(); AlibabaAlscCrmSalesContactQueryRequest.TopLeadsCustomerIntimacyRequest obj1 = new AlibabaAlscCrmSalesContactQueryRequest.TopLeadsCustomerIntimacyRequest(); obj1.setExtInfo( "{}" ); obj1.setIntimacyKey( "CONTACT_PERSON,COOPERATE_BD" ); obj1.setPoiId( "10263CFDG_H" ); obj1.setTerritoryCode( "keruyun_POS_2019" ); req.setParam(obj1); AlibabaAlscCrmSalesContactQueryResponse 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 30 | < alibaba_alsc_crm_sales_contact_query_response > < result_size >1</ result_size > < value > < merchant_contacts > < merchant_contact > < if_kp >true</ if_kp > < job_name >店长</ job_name > < name >老王</ name > < tele_list > < string >1339999</ string > </ tele_list > </ merchant_contact > </ merchant_contacts > < sales_contacts > < sales_contact > < business_list > < string >[点餐</ string > < string >商品]</ string > </ business_list > < name >小二</ name > < nick_name >大法</ nick_name > < source >口碑</ source > < tele_list > < string >1339989</ string > </ tele_list > </ sales_contact > </ sales_contacts > </ value > < poi_id >10263CFDG_H</ poi_id > </ alibaba_alsc_crm_sales_contact_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 > |
错误码 | 错误描述 | 解决方案 |
---|