- 原接口重写
- 订阅相关接口
- 规范申报接口
- 用户账户信息
- 支付接口
- 退款接口
- 用户消费记录查询
- 用户充值记录查询
- 广告内容
- 发票
- 档位接口
- 金币转换接口
- 意见反馈
- 全流程接口
- 报关单核验
修改发票接口
开发中
POST
https://wusan53.cn/fzx-tgb-api/invoice/updateInvoice
请求参数
Body 参数application/json
invoiceId
string
必需
titleType
string
必需
invoiceType
string
必需
invoiceTitle
string
必需
taxIdentificationNumber
string
必需
bankName
string
必需
bankAccount
string
必需
registrationAddress
string
必需
registrationPhone
string
必需
示例
{
"invoiceId": "1737016869946183681",
"titleType": "1",
"invoiceType": "1",
"invoiceTitle": "马瑞龙",
"taxIdentificationNumber": "7897979789",
"bankName": "中国银行",
"bankAccount": "456456456456464",
"registrationAddress": "上海佘山",
"registrationPhone": "17633882621"
}
示例代码
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://wusan53.cn/fzx-tgb-api/invoice/updateInvoice' \
--header 'Content-Type: application/json' \
--data-raw '{
"invoiceId": "1737016869946183681",
"titleType": "1",
"invoiceType": "1",
"invoiceTitle": "马瑞龙",
"taxIdentificationNumber": "7897979789",
"bankName": "中国银行",
"bankAccount": "456456456456464",
"registrationAddress": "上海佘山",
"registrationPhone": "17633882621"
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
success
boolean
必需
message
string
必需
timestmp
integer
必需
data
boolean
必需
示例
{
"code": 200,
"success": true,
"message": "请求成功",
"timestmp": 1702972249656,
"data": true
}
修改于 2023-12-19 08:02:00