文档
测试

新增发票信息

POST
Invoice/updateInvoice

接口描述

修改发票信息

请求参数

参数名
类型
描述
必填
title
string
发票抬头
必填
tax
string
税号
必填
mail
string
邮箱
必填
belongType
int
发票所属 1-公司 2-个人
必填
phone
string
手机号
必填
contentType
int
发票内容类型 1-花艺
必填
bank
string
开户银行 不传时为空
可选
connect
string
联系人 不传时为空
可选
remark
string
备注 不传时为空
可选

说明 / 示例

{ "id": 1,//自增id "belongType": 1,发票所属 1-公司 2-个人 "title": "上海奇迹礼仪服务有限公司",抬头 "tax": "9131010157418024x9",税号 "phone": "13761745242",手机 "bank": null,所属银行 "connect": null,联系人 "mail": "miraclewedding@hotmail.com",邮箱 "address": "中国(上海)自由贸易试验区世纪大道1196号10楼1083室",地址 "userId": 3,用户id "contentType": 1,发票内容类型 1-花艺 "updated_at": null, "deleted_at": null, "remark": null备注 }