- 错误编码信息
- 开发指南
- 发票夹业务
- 进项业务
- 税局登陆业务
- 发票归集
- 发票文件下载
- 发票开具
- 智能编码
- 企业相关接口
发票使用状态推送
POST
/invoiceTicket/InvoiceStatusReceive/1.0
请求参数
Body 参数application/json
fplist
array [object {2}]
需要更新状态的发票列表
fplsh
string
发票流水号
use_type
enum<integer>
发票状态
枚举值:
012
nsrsbh
string
发票所属企业税号
示例
{
"fplist": [
{
"fplsh": "string",
"use_type": 0
}
],
"nsrsbh": "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 '/invoiceTicket/InvoiceStatusReceive/1.0' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200返回信息001
application/json
Body
code
integer
业务代码
message
string
业务消息
requestID
string
业务流水号
timestamp
integer
业务提交时间戳
token
string
登陆Token
codeType
integer
业务返回编码格式
iszip
integer
业务返回数据压缩标记
data
string
业务返回数据
示例
{
"code": 0,
"message": "操作成功",
"requestID": "f5b5bb8c15cf443c901df4fb07e1aff8",
"timestamp": 1726544748698,
"token": "",
"codeType": 0,
"iszip": 0,
"data": ""
}
修改于 2024-10-09 03:55:30