- 整体介绍
- 对接约定
- 授权
- 开票
- 产品介绍
- 开发指南
- 税控&数电同步开票
- 业务场景下接口调用顺序
- 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)
- 数电异步开票
- 托管电票(开票)
- 扫码开票
- 企业级-发票云销项查询
- 收票
- 查验识别
- 报销
- 影像
- 档案
2、进项发票表头采集
测试环境(除税控、数电和扫码开票外的接口)
测试环境(除税控、数电和扫码开票外的接口)
POST
/
请求参数
Query 参数
access_token
string
必需
reqid
string
必需
taxNo
string
授权对应的企业税号
name
string
可选
Body 参数application/json
account
string
可选
request_path
string
必需
serialNo
string
必需
dataFromIndex
number
必需
dataIndex
number
必需
continueFlag
boolean
必需
taxNo
string
企业税号
searchOpt
object
必需
invoiceCode
string
发票代码
invoiceNo
string
发票号码
salerTaxNo
string
销方税号
authenticateFlags
string
可选
invoiceStatus
string
可选
invoiceType
string
发票类型
startTime
string
必需
endTime
string
必需
示例
{
"account": "string",
"request_path": "string",
"serialNo": "string",
"dataFromIndex": 0,
"dataIndex": 0,
"continueFlag": true,
"taxNo": "string",
"searchOpt": {
"invoiceCode": "string",
"invoiceNo": "string",
"salerTaxNo": "string",
"authenticateFlags": "string",
"invoiceStatus": "string",
"invoiceType": "string",
"startTime": "string",
"endTime": "string"
}
}
示例代码
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=&reqid=&taxNo=' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
traceId
string
必需
errcode
string
必需
description
string
错误描述
totalNum
number
发票采集的总数
nextDataFromIndex
number
必需
nextDataIndex
number
必需
serialNo
string
必需
endFlag
boolean
该批次结束标志
data
array [object {23}]
必需
invoiceType
number
发票类型
invoiceCode
string
发票代码
etaxInvoiceNo
string
数电纸票数电号码
invoiceNo
string
发票号码
invoiceDate
string
发票开票日期
salerName
string
销方名称
salerTaxNo
string
销方税号
invoiceAmount
string
不含税金额
totalTaxAmount
string
总税额
invoiceStatus
string
发票状态
deductionPurpose
string
抵扣用途
effectiveTaxAmount
string
有效税额
checkFlag
string
勾选标志
selectTime
string
可选
checkAuthenticateFlag
string
勾 选认证状态
selectAuthenticateTime
string
可选
scanAuthenticateFlag
string
扫描认证状态
scanAuthenticateTime
string
可选
manageStatus
string
管理状态
taxPeriod
string
可选
buyerTaxNo
string
购方税号
invoiceRiskLevel
string
发票风险等级
invoiceSource
string
发票来源
示例
{
"traceId": "string",
"errcode": "string",
"description": "string",
"totalNum": 0,
"nextDataFromIndex": 0,
"nextDataIndex": 0,
"serialNo": "string",
"endFlag": true,
"data": [
{
"invoiceType": 0,
"invoiceCode": "string",
"etaxInvoiceNo": "string",
"invoiceNo": "string",
"invoiceDate": "string",
"salerName": "string",
"salerTaxNo": "string",
"invoiceAmount": "string",
"totalTaxAmount": "string",
"invoiceStatus": "string",
"deductionPurpose": "string",
"effectiveTaxAmount": "string",
"checkFlag": "string",
"selectTime": "string",
"checkAuthenticateFlag": "string",
"selectAuthenticateTime": "string",
"scanAuthenticateFlag": "string",
"scanAuthenticateTime": "string",
"manageStatus": "string",
"taxPeriod": "string",
"buyerTaxNo": "string",
"invoiceRiskLevel": "string",
"invoiceSource": "string"
}
]
}
修改于 2024-01-26 07:58:55