- 公共业务
- 票据识别
- 发票查验
- 发票认证
- 数电开票
- 附录
- 常见问题
- 版本发布
查询统计信息(历史)
POST
/api/income/historyQueryStatistics
income
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Body 参数application/json
uid
string
唯一编码
>= 16 字符<= 36 字符
nsrsbh
string
税号
>= 1 字符
dlsfsjh
string
登录身份 手机号
>= 1 字符
skssq
string
税款所属期
>= 1 字符
示例
{
"uid": "stringstringstri",
"nsrsbh": "string",
"dlsfsjh": "string",
"skssq": "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://banas.ccitcn.com/api/income/historyQueryStatistics' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200OK
application/json
Body
Banas 返回结果
result
object (SyncQueryLastStatisticsResponse)
可选
tjInfo
object (TjInfo)
可选
list
array[object (FpItem) {25}] | null
发票列表
page
object (PageInfo)
可选
zt
string | null
可选
code
string | null
代码
message
string | null
信息
status
integer <int32>
可选
errorMessage
string | null
异常信息
示例
{
"result": {
"tjInfo": {
"fpxx": "string",
"jgzt": "string",
"skssq": "string",
"nsrsbh": "string",
"tjsj": "string",
"dktjxx": [
{
"fplx": "string",
"hjfs": 0,
"sehj": 0,
"hjje": 0,
"ckznxzmfs": 0,
"ckznxsehj": 0,
"qtfpfs": 0,
"qtyxdksehj": 0
}
],
"jxdkhz": [
{
"fplx": "string",
"hjfs": 0,
"sehj": 0,
"hjje": 0
}
],
"ncptjxx": [
{
"fplx": "string",
"zsfpfs": 0,
"zsyxdksehj": 0,
"fsfpfs": 0,
"fsyxdksehj": 0
}
]
},
"list": [
{
"fplx": "string",
"fpdm": "string",
"fphm": "string",
"qdfphm": "string",
"jym": "string",
"kprq": "string",
"gfsbh": "string",
"gfmc": "string",
"xfsbh": "string",
"xfmc": "string",
"je": "string",
"se": "string",
"fpzt": "string",
"gxzt": "string",
"gxsj": "string",
"gxlx": "string",
"yxse": "string",
"skssq": "string",
"yclx": "string",
"fply": "string",
"bdkyy": "string",
"bdkyyms": "string",
"hzsdbz": "string",
"ncpfpbz": "string",
"jkshm": "string"
}
],
"page": {
"pageSize": "string",
"currentPage": "string",
"totalPage": "string",
"totalCount": "string"
},
"zt": "string",
"code": "string",
"message": "string"
},
"status": 0,
"errorMessage": "string"
}
修改于 2024-08-26 06:29:53