查询发薪结果
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
detail_id_list | String [] | 必须 | 123456 |
|
发薪流水号 |
employer_code | String | 必须 | GuangGuang | 业务方编码 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | TaxOptimizationSalaryPayResultQueryResultDto | 出参 | |
|
1 2 3 4 5 6 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaEinvoiceTaxOptSalaryresultQueryRequest req = new AlibabaEinvoiceTaxOptSalaryresultQueryRequest(); req.setDetailIdList( "123456" ); req.setEmployerCode( "GuangGuang" ); AlibabaEinvoiceTaxOptSalaryresultQueryResponse 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 | < alibaba_einvoice_tax_opt_salaryresult_query_response > < result > < salary_detail_list > < salary_detail_dto > < account_date >20210311</ account_date > < apply_amount >30</ apply_amount > < asset_symbol >13212343543</ asset_symbol > < asset_type >ALIPAY_BALANCE</ asset_type > < create_time >2020-03-11 12:00:00</ create_time > < detail_id >20210311345654586978576947586</ detail_id > < employer_code >GuangGuang</ employer_code > < error_code >BIZFUND_INVOKE_ERROR</ error_code > < identification_in_belonging_employer >23434567654</ identification_in_belonging_employer > < process_time >2020-03-11 12:00:00</ process_time > < salary_amount >30</ salary_amount > < status >SUCCESS</ status > </ salary_detail_dto > </ salary_detail_list > </ result > </ alibaba_einvoice_tax_opt_salaryresult_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 > |
错误码 | 错误描述 | 解决方案 |
---|