为卡号绑定顾客
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
param_bind_customer_open_req | BindCustomerOpenReq | 可选 | 请求参数 | ||
|
名称 | 类型 | 示例值 | 描述 | ||||
---|---|---|---|---|---|---|---|
result | CommonResult | 接口结果 | |||||
|
|||||||
result | CommonResult | 接口结果 | |||||
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaAlscCrmCardBindcustomerRequest req = new AlibabaAlscCrmCardBindcustomerRequest(); AlibabaAlscCrmCardBindcustomerRequest.BindCustomerOpenReq obj1 = new AlibabaAlscCrmCardBindcustomerRequest.BindCustomerOpenReq(); obj1.setOutBrandId( "3434" ); obj1.setPhysicalCardId( "544" ); obj1.setRequestId( "23344545" ); obj1.setCardId( "656" ); obj1.setBrandId( "35" ); obj1.setOutShopId( "4554" ); obj1.setCustomerId( "3353" ); obj1.setShopId( "4566" ); obj1.setOperatorId( "24443" ); req.setParamBindCustomerOpenReq(obj1); AlibabaAlscCrmCardBindcustomerResponse 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 | < alibaba_alsc_crm_card_bindcustomer_response > < result > < result >true</ result > < result_code ></ result_code > < result_view ></ result_view > < biz_success >true</ biz_success > < result_desc ></ result_desc > </ result > < result > < result >true</ result > < result_code ></ result_code > < result_view ></ result_view > < biz_success >true</ biz_success > < result_desc ></ result_desc > </ result > </ alibaba_alsc_crm_card_bindcustomer_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 > |
错误码 | 错误描述 | 解决方案 |
---|