电子保单受保人转移
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
biz_order_id | Number | 必须 | 110770592803138 | 服务交易订单号 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | FulfilplatformResult | 返回结果 | |
|
1 2 3 4 5 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); TmallServicecenterSpserviceorderEpocTransferRequest req = new TmallServicecenterSpserviceorderEpocTransferRequest(); req.setBizOrderId(110770592803138L); TmallServicecenterSpserviceorderEpocTransferResponse rsp = client.execute(req, sessionKey); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 | < tmall_servicecenter_spserviceorder_epoc_transfer_response > < result > < success >true</ success > < msg_code >xxx</ msg_code > < msg_info >xxx</ msg_info > </ result > </ tmall_servicecenter_spserviceorder_epoc_transfer_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 > |
错误码 | 错误描述 | 解决方案 |
---|