修改
PUT
/webtenant/system/invoice/open请求参数
Body 参数application/json
address
string
企业地址
attachment
string
发票附件
bankNumber
string
银行账号
content
string
发票内容
contentType
integer <int32>
发票内容
contentTypeDesc
string
发票内容-转译
createBy
integer <int64>
可选
createName
string
可选
createTime
string <date-time>
可选
delFlag
string
可选
email
string
收票人邮箱
enterpriseName
string
企业名称
id
integer <int64>
主键
ids
array[integer <int64>]
可选
invoiceId
integer <int64>
发票Id
invoicingMethod
integer <int32>
可选
isExport
boolean
可选
openBank
string
开户银行
openTime
string <date-time>
开票时间
orderAmount
number
订单金额
orderId
integer <int64>
订单Id
orderNumber
integer <int64>
订单编号
params
object
可选
payTime
string <date-time>
支付时间
phone
string
收票人手机号
recipient
string
收票人
recipientAddress
string
收票人地址
remarks
string
备注信息
status
integer <int32>
开票状态
statusDesc
string
开票状态-转译
studentId
integer <int64>
学员ID
studentName
string
学员名称
taxNumber
string
企业税号
telephone
string
企业电话
tenantId
integer <int64>
可选
tenantName
string
可选
title
string
发票抬头
type
integer <int32>
发票类型
typeDesc
string
发票类型-转译
示例
{
"address": "string",
"attachment": "string",
"bankNumber": "string",
"content": "string",
"contentType": 0,
"contentTypeDesc": "string",
"createBy": 0,
"createName": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"delFlag": "string",
"email": "string",
"enterpriseName": "string",
"id": 0,
"ids": [
0
],
"invoiceId": 0,
"invoicingMethod": 0,
"isExport": true,
"openBank": "string",
"openTime": "2019-08-24T14:15:22.123Z",
"orderAmount": 0,
"orderId": 0,
"orderNumber": 0,
"params": {},
"payTime": "2019-08-24T14:15:22.123Z",
"phone": "string",
"recipient": "string",
"recipientAddress": "string",
"remarks": "string",
"status": 0,
"statusDesc": "string",
"studentId": 0,
"studentName": "string",
"taxNumber": "string",
"telephone": "string",
"tenantId": 0,
"tenantName": "string",
"title": "string",
"type": 0,
"typeDesc": "string"
}
示例代码
返回响应
OK(200)
Created(201)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
额外字段
object
可选
示例
{
"property1": {},
"property2": {}
}
最后修改时间: 11 小时前