- 整体介绍
- 对接约定
- 授权
- 开票
- 产品介绍
- 开发指南
- 税控&数电同步开票
- 业务场景下接口调用顺序
- 1.01.读取税盘信息(czlx-7)
- 1.02 .读取票种信息(czlx-30)
- 1.03.发票开具(czlx-3)
- 1.04.发票作废(czlx-6)
- 1.05.发票查询(czlx-5)
- 1.06.发票打印(czlx-4)
- 1.07.专用发票申请红字信息表(czlx-20)
- 1.08.查询专用发票申请红字信息表(czlx-18)
- 1.09.批量打印(czlx-32)
- 1.11.机动车销售统一发票开具(czlx-40)
- 1.12.机动车销售统一发票查询(czlx-41)
- 1.13.机动车销售统一发票红冲(czlx-42)
- 1.15.核定票种查询(czlx-51)
- 1.21.二手车-发票开具(czlx-43)
- 1.22.二手车-发票查询(czlx-44)
- 1.23.二手车-发票红冲(czlx-45)
- 1.30 .查询授信额度接口(czlx-122)
- 2.01.电子发票开具(czlx-110) ,【注】开数电票请对接:1.03.发票开具(czlx-3)
- 2.02.电子发票信息查询(czlx-113)
- 2.03.电子发票红冲 (只支持全额红冲)(czlx-114)
- 2.04.刷新PDF(czlx-115)
- 2.05.查询电子发票余量(czlx-116)
- 3.01.查询税收分类编码信息(czlx-504)
- 3.03.获取打印机列表(czlx-901)
- 数电异步开票
- 托管电票(开票)
- 扫码开票
- 企业级-发票云销项查询
- 收票
- 查验识别
- 报销
- 影像
- 档案
7、全量发票查询
测试环境(除税控、数电和扫码开票外的接口)
测试环境(除税控、数电和扫码开票外的接口)
POST
/
请求参数
Query 参数
access_token
string
必需
示例值:
发票云租户授权token
reqid
string
必需
示例值:
链路id,用于跟踪排查问题,建议不少于13位
taxNo
string
授权对应的企业税号
示例值:
授权对应的企业税号
name
string
可选
示例值:
数电模式:可不传,也可指定长链接name,请求将由与name对应的客户端向税局发送请求;税盘模式,使用客户端生成的长链接name即可
Body 参数application/json
account
string
可选
request_path
string
必需
taxNo
string
企业税号
searchOpt
object
必需
dataType
number
1、进项,2销项
qdInvoiceNo
string
全电发票号码
invoiceCode
string
发票代码
invoiceNo
string
发票号码
invoiceStatus
string
可选
invoiceType
number
必需
startTime
string
开票开始日期
endTime
string
必需
pageNo
number
可选
pageSize
number
可选
示例
{
"account": "string",
"request_path": "string",
"taxNo": "string",
"searchOpt": {
"dataType": 0,
"qdInvoiceNo": "string",
"invoiceCode": "string",
"invoiceNo": "string",
"invoiceStatus": "string",
"invoiceType": 0,
"startTime": "string",
"endTime": "string",
"pageNo": 0,
"pageSize": 0
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-dev.piaozone.com/test/?access_token=发票云租户授权token&reqid=链路id,用于跟踪排查问题,建议不少于13位&taxNo=授权对应的企业税号' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
traceId
string
必需
errcode
string
错误码
pageNo
number
可选
pageSize
number
可选
totalElement
number
可选
data
array [object {27}]
必需
invoiceSource
string
发票来源
invoiceRiskLevel
string
发票风险等级
invoiceType
number
发票类型
invoiceCode
string
发票代码
etaxInvoiceNo
string
纸质数电票号码
invoiceNo
string
发票号码
invoiceDate
string
开票日期
invoiceStatus
string
发票状态
salerTaxNo
string
销方税号
salerName
string
销方名称
buyerTaxNo
string
购方税号
buyerName
string
购方名称
invoiceAmount
string
不含税金额
totalTaxAmount
string
总税额
totalAmount
string
总金额
checkCode
string
可选
salerAddressPhone
string
暂时返回为空字符串
salerAccount
string
暂时返回为空字符串
buyerAddressPhone
string
暂时返回为空字符串
buyerAccount
string
暂时返回为空字符串
password
string
暂时返回为空字符串
remark
string
暂时返回为空字符串
machineNo
string
暂时返回为空字符串
drawer
string
暂时返回为空字符串
payee
string
暂时返回为空字符串
reviewer
string
暂时返回为空字符串
items
array [object {10}]
发票明细
tongjiInfo
object
统计信息
totalAmount
string
总金额
totalTaxAmount
string
总税额
invoiceAmount
string
总不含税金额
invoiceNum
number
总份数
示例
{
"traceId": "string",
"errcode": "string",
"pageNo": 0,
"pageSize": 0,
"totalElement": 0,
"data": [
{
"invoiceSource": "string",
"invoiceRiskLevel": "string",
"invoiceType": 0,
"invoiceCode": "string",
"etaxInvoiceNo": "string",
"invoiceNo": "string",
"invoiceDate": "string",
"invoiceStatus": "string",
"salerTaxNo": "string",
"salerName": "string",
"buyerTaxNo": "string",
"buyerName": "string",
"invoiceAmount": "string",
"totalTaxAmount": "string",
"totalAmount": "string",
"checkCode": "string",
"salerAddressPhone": "string",
"salerAccount": "string",
"buyerAddressPhone": "string",
"buyerAccount": "string",
"password": "string",
"remark": "string",
"machineNo": "string",
"drawer": "string",
"payee": "string",
"reviewer": "string",
"items": [
{
"goodsCode": "string",
"goodsName": "string",
"specModel": "string",
"unit": "string",
"num": "string",
"unitPrice": "string",
"detailAmount": "string",
"taxRate": "string",
"taxAmount": "string",
"specificBusType": "string"
}
]
}
],
"tongjiInfo": {
"totalAmount": "string",
"totalTaxAmount": "string",
"invoiceAmount": "string",
"invoiceNum": 0
}
}
修改于 2024-01-26 07:58:55