1.1.07 开票申请单重开单生成(星瀚发票云版本5.0.015支持,不支持数电票)
POST
/kapi/app/sim/openApi请求参数
Query 参数
access_token
string
可选
示例值:
1107974180231447552_L3nqi9yB42ysU25QKA2Z6qgxT3blIVYsp9Nr1eLbP9B63o4Pjb3177JC7544rQ0dgNCgwLEfI92NHbAaM5Cdxz1rsQwF9u1ANbDI
Body 参数application/json
requestId
string
时间戳
businessSystemCode
string
必需
对接业务系统来源编码,用于区分不同业务系统的回调接口
interfaceCode
enum<string>
业务编码
枚举值:
BILL.REISSUE.CREATE
data
object
必需
需要把data里面的base64字符串解密
invoiceCode
string
必需
要重开的发票代码,必须存在对应的红冲单或作废单
invoiceNo
string
必需
要重开的发票号码,必须存在对应的红冲单或作废单
reIssueBill
object
重开单
示例
{
"requestId": "string",
"businessSystemCode": "string",
"interfaceCode": "BILL.REISSUE.CREATE",
"data": {
"invoiceCode": "string",
"invoiceNo": "string",
"reIssueBill": {
"reIssueBillNo": "string",
"buyerName": "string",
"buyerTaxNo": "string",
"buyerAddr": "string",
"buyerBank": "string",
"buyerEmail": "string",
"buyerPhone": "string",
"invoiceRemark": "string"
}
}
}
示例代码
返回响应
成功(200)
失败(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
message
string
必需
errorCode
string
必需
success
boolean
成功响应
data
object
必需
billNo
string
重开单单据编号
示例
{
"message": "生成成功",
"errorCode": "0",
"success": true
}
最后修改时间: 2 个月前