- 错误编码信息
- 开发指南
- 发票夹业务
- 进项业务
- 税局登陆业务
- 发票归集
- 发票文件下载
- 发票开具
- 智能编码
- 企业相关接口
红字确认单撤销操作
POST
/InvoiceKP/HzqrxxQx/1.0
请求参数
Body 参数application/json
hzuuid
string
红字信息UUID
默认值:
xsfNsrsbh
string
销售方识别号
默认值:
示例
{
"hzuuid": "",
"xsfNsrsbh": ""
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/InvoiceKP/HzqrxxQx/1.0' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
code
integer
业务代码
message
string
业务消息
默认值:
requestID
string
业务流水号
默认值:
timestamp
integer
业务提交时间戳
token
string
登陆Token
默认值:
codeType
integer
业务返回编码格式
iszip
integer
业务返回数据压缩标记
data
object
业务返回数据
hzuuid
string
红字申请uuid
默认值:
code
string
状态
默认值:
示例
{
"code": 0,
"message": "",
"requestID": "",
"timestamp": 0,
"token": "",
"codeType": 0,
"iszip": 0,
"data": {
"hzuuid": "",
"code": ""
}
}
修改于 2024-12-20 11:25:12