新增发票配置
POST
http://192.168.110.33:51849/app/invoice/config/entity
请求头
参数名
类型
描述
必填
Authorization
string
token
必填
请求参数
参数名
类型
描述
必填
invoiceType
int
发票大类 1.专票 2.普票
必填
isOnline
int
发票性质 0:纸质发票 1:电子发票
必填
proName
string
发票类型
必填
receiveChannel
int
公户id
必填
factoryId
int
供应商id
必填
factoryName
string
户名简称 或 供应商
必填
isPublic
int
是否必须公对公转账 0否 1是
必填
factoryInfo
string
厂家信息
必填
basePoint
Bigdecimal
报价税点
必填
showPoint
Bigdecimal
票面税点
必填
lowestPoint
Bigdecimal
最低税点
必填
factoryPoint
Bigdecimal
厂家收点
必填
响应参数
参数名
类型
描述
必填
status
int
三种状态码: 200(成功) 503(该厂商已配置过该类型的发票) 501(必填项未填) 500(后台错误)
必填
msg
string
200:OK 503:该厂商已配置过该类型的发票 501:必填项未填 500:后台错误
必填
data
object
示例:null
必填
ok
boolean
示例:true
必填