- 整体介绍
- 快速开始
- 加解密
- 文件预览&文件上传&文件下载
- 发票数据结构
- 错误码
- 常见接口错误
- 场景指引
- 授权
- 开票
- 收票
- 全票池引入
- 收票报销
- 查询全票池的发票
- 税局下载发票和勾选认证
- 识别查验
- 微服务接口
- 页面类
- 影像
- 档案
- 设置类
- 订单
4.09 生成&撤销统计表结果查询
快速开始环境
快速开始环境
POST
/kapi/app/rim/deduction
请求参数
Query 参数
access_token
string
必需
Body 参数application/json
businessSystemCode
string
必需
interfaceCode
enum<string>
必需
枚举值:
statisticCreateQuery
requestId
string
可选
data
object
必需
taxNo
string
企业税号
taskNo
string
必需
示例
{
"businessSystemCode": "string",
"interfaceCode": "statisticCreateQuery",
"requestId": "string",
"data": {
"taxNo": "string",
"taskNo": "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://cosmic-sandbox.piaozone.com/jdpjykjyxgs/kapi/app/rim/deduction?access_token=' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
errorCode
string
必需
message
string
响应描述
success
boolean
请求是否成功
data
object
必需
taxPeriod
string
税期
示例值:
202205
skssq
string
税款所属期信息
示例值:
202206;20220715;202207
gxrqfw
string
勾选可操作范围
示例值:
20170101-20220630
updateTime
string
更新时间
createTjbbStatus
enum<string>
统计表状态
枚举值:
01020304052122
isAllowQxTj
boolean
允许撤销统计表
isAllowQrtj
boolean
允许确认统计表
allowChangeSsqBySeason
boolean
必需
tjInfo
string
统计信息
tjInfoArr
array [object {7}]
统计信息
示例
{
"errorCode": "string",
"message": "string",
"success": true,
"data": {
"taxPeriod": "202205",
"skssq": "202206;20220715;202207",
"gxrqfw": "20170101-20220630",
"updateTime": "string",
"createTjbbStatus": "01",
"isAllowQxTj": true,
"isAllowQrtj": true,
"allowChangeSsqBySeason": true,
"tjInfo": "string",
"tjInfoArr": [
{
"invoiceType": "string",
"deductibleNum": 0,
"deductibleAmount": 0,
"deductibleTax": 0,
"unDeductibleNum": 0,
"unDeductibleAmount": 0,
"unDeductibleTax": 0
}
]
}
}
修改于 2025-04-18 09:28:36