单张开票限额查询API
API说明:获取单张开票的限额
调用方式:HTTP协议
API编码:ECXML.DZKPXZ.RESULT
调用方法:POST(XML文件流)
请求报文规范
<REQUEST_DZKPXE_RESULT class="REQUEST_DZKPXE_RESULT">
<NSRSBH>纳税人识别号</NSRSBH>
</REQUEST_DZKPXE_RESULT>
字段说明
数据项 |
名称 |
类型 |
长度 |
必须 |
说明 |
NSRSBH |
纳税人识别号 |
varchar |
20 |
是 |
|
返回报文规范
<RESPONSE_DZKPXE_RESULT class="RESPONSE_DZKPXE_RESULT">
<NSRSBH>纳税人识别号</NSRSBH>
<DZKPXE>单张开票限额</DZKPXE>
<CXSJ>查询时间</CXSJ>
</RESPONSE_DZKPXE_RESULT>
字段说明
数据项 |
名称 |
类型 |
长度 |
必须 |
说明 |
NSRSBH |
纳税人识别号 |
varchar |
20 |
是 |
|
DZKPXE |
单张开票限额 |
number |
|
是 |
|
CXSJ |
查询时间 |
datetime |
|
是 |
格式:yyyy-MM-dd HH:mi:ss |
示例报文
请求报文示例
<?xml version="1.0" encoding="utf-8"?>
<interface
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.chinatax.gov.cn/tirip/dataspec/interfaces.xsd"
version="DZFP1.0">
<globalInfo>
<terminalCode>0</terminalCode>
<appId>ZZS_PT_DZFP</appId>
<version>1.0</version>
<interfaceCode>ECXML.DZKPXZ.RESULT</interfaceCode>
<requestCode>P1000001</requestCode>
<requestTime>2016-11-28 10:19:16</requestTime>
<responseCode>121</responseCode>
<dataExchangeId>P1000001ECXML.FPKJ.BC.E_INV20161128eXl4EymmJ</dataExchangeId>
<userName>P1000001</userName>
<passWord></passWord>
<taxpayerId>913101010000000090</taxpayerId>
<authorizationCode>NH873FG4KW</authorizationCode>
</globalInfo>
<returnStateInfo>
<returnCode></returnCode>
<returnMessage></returnMessage>
</returnStateInfo>
<Data>
<dataDescription>
<zipCode>0</zipCode>
<encryptCode>1</encryptCode>
<codeType>3DES</codeType>
</dataDescription>
<content>
<REQUEST_DZKPXE_RESULT class="REQUEST_DZKPXE_RESULT">
<NSRSBH>913101010000000090</NSRSBH>
</REQUEST_DZKPXE_RESULT>
</content>
</Data>
</interface>
返回报文示例(成功)
<?xml version="1.0" encoding="UTF-8"?>
<interface
xmlns:schemaLocation="http://www.chinatax.gov.cn/tirip/dataspec/interfaces.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="WLFP1.0">
<globalInfo>
<terminalCode>0</terminalCode>
<appId>ZZS_PT_DZFP</appId>
<version>1</version>
<interfaceCode>ECXML.DZKPXZ.RESULT</interfaceCode>
<requestCode>121</requestCode>
<requestTime>2018-11-21 10:19:16</requestTime>
<responseCode />
<dataExchangeId>P1000001ECXML.FPKJ.BC.E_INV20161128eXl4EymmJ</dataExchangeId>
<userName>P1000001</userName>
<passWord/>
<taxpayerId>913101010000000090</taxpayerId>
<authorizationCode>NH873FG4KW</authorizationCode>
</globalInfo>
<returnStateInfo>
<returnCode>0000</returnCode>
<returnMessage>5p+l6K+i5Y2V5byg5byA56Wo6ZmQ6aKd5L+h5oGv5oiQ5Yqf77yB</returnMessage>
</returnStateInfo>
<Data>
<dataDescription>
<zipCode>0</zipCode>
<encryptCode>1</encryptCode>
<codeType>3DES</codeType>
</dataDescription>
<content>
<RESPONSE_DZKPXE_RESULT class="RESPONSE_DZKPXE_RESULT">
<NSRSBH>913101010000000090</NSRSBH>
<DZKPXE>99999</DZKPXE>
<CXSJ>2019-05-22 14:53:02</CXSJ>
</RESPONSE_DZKPXE_RESULT>
</content>
</Data>
</interface>
返回报文示例(失败)
<?xml version="1.0" encoding="UTF-8"?>
<interface
xmlns:schemaLocation="http://www.chinatax.gov.cn/tirip/dataspec/interfaces.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="WLFP1.0">
<globalInfo>
<terminalCode>0</terminalCode>
<appId>ZZS_PT_DZFP</appId>
<version>2.0</version>
<interfaceCode>ECXML.DZKPXZ.RESULT</interfaceCode>
<requestCode>P1000001</requestCode>
<requestTime>2019-04-18 10:30:42</requestTime>
<responseCode>121</responseCode>
<dataExchangeId>P100000120160801000000001</dataExchangeId>
<userName>P1000001</userName>
<passWord/>
<taxpayerId>913101010000000090</taxpayerId>
<authorizationCode>NH873FG4KW</authorizationCode>
</globalInfo>
<returnStateInfo>
<returnCode>9999(或者是其它错误码)</returnCode>
<returnMessage>Base64(错误信息)</returnMessage>
</returnStateInfo>
<Data>
<dataDescription>
<zipCode>0</zipCode>
<encryptCode>1</encryptCode>
<codeType>3DES</codeType>
</dataDescription>
<content/>
</Data>
</interface>