工单(含入驻、加盘、续约工单)续约能力开放
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
invoice_flow_renew_dto | InvoiceFlowRenewDto | 必须 | 续约请求参数 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | ServiceResult | 返回结果 | |
|
1 2 3 4 5 6 7 8 9 10 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaEinvoiceFlowRenewRequest req = new AlibabaEinvoiceFlowRenewRequest(); AlibabaEinvoiceFlowRenewRequest.InvoiceFlowRenewDto obj1 = new AlibabaEinvoiceFlowRenewRequest.InvoiceFlowRenewDto(); obj1.setOuterId( "34543543" ); obj1.setParentFlowId( "TB_234234" ); obj1.setPlatformCode( "TB" ); obj1.setServiceValidDays(300L); req.setInvoiceFlowRenewDto(obj1); AlibabaEinvoiceFlowRenewResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 | < alibaba_einvoice_flow_renew_response > < result > < invoice_flow_renew_result > < flow_id >R_TB_34543543</ flow_id > < serv_end_time >2021-12-01 00:00:00</ serv_end_time > < serv_start_time >2021-04-01 00:00:00</ serv_start_time > </ invoice_flow_renew_result > </ result > </ alibaba_einvoice_flow_renew_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 > |
错误码 | 错误描述 | 解决方案 |
---|