2.1.08 红字确认单撤销
快速开始环境
快速开始环境
POST
/kapi/app/sim/openApi
5.0.027支持
请求参数
Query 参数
access_token
string
必需
Body 参数application/json
requestId
string
必需
interfaceCode
enum<string>
必需
枚举值:
REDCONFIRMBILL.REVOKE
businessSystemCode
string
来源系统
data
object
必需
taxNo
string
请求方税号
<= 20 字符
number
string
税局红字确认单单号
<= 30 字符
enteridentity
string
必需
qrlx
string
确认类型:C撤销
示例
{
"requestId": "string",
"interfaceCode": "REDCONFIRMBILL.REVOKE",
"businessSystemCode": "string",
"data": {
"taxNo": "string",
"number": "string",
"enteridentity": "string",
"qrlx": "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/sim/openApi?access_token=' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
errorCode
string
响应码,成功-0
message
string