文档
测试

获取企业-发票类型-列表

POST
queryCustomerInvoiceTypeList

接口描述

获取企业的发票类型列表(有效的)

请求参数

参数名
类型
描述
必填
corpId
bigint
企业主键id
必填

响应参数

参数名
类型
描述
必填
invoiceTypeList
List
发票类型列表
必填
invoiceType
Object
发票类型对象
必填
invoiceTypeName
string
发票类型名称
必填
invoiceTypeCode
string
发票类型编码
必填
taxRate
bigDecimal
默认税率(0.13 代表13%的税率值)
必填
systemInit
int
是否是初始化内置的 1:是内置的(编号禁止改变) 0:不是内置的
必填