查询其他应收/应付收费用类型列表
GET
/order-aggregation/other-receivable-bills/cost-type查询其他应收/应付收费用类型列表
请求参数
Query 参数
currentPage
integer
当前页,默认:1
pageSize
integer
可选
每页大小,默认:20,最大100
status
string
可选
是否启用(DISABLE:不启用,ENABLE:启用)
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
currentPage
integer <int32>
可选
items
array[object (OPENAPI-其他收支单类型出参) {6}]
可选
code
string
费用类型编码
id
integer <int64>
费用类型id
isDefault
boolean
是否为默认
name
string
费用类型名称
otherReceivableBillType
enum<string>
可选
单据类型(OTHER_RECEIVABLE:其他应收 OTHER_PAYABLE:其他应付)
枚举值:
OTHER_PAYABLEOTHER_RECEIVABLE
status
enum<string>
可选
是否启用(DISABLE 不启用 ,ENABLE 启用)
枚举值:
DISABLEENABLE
pageSize
integer <int32>
可选
totalCount
integer <int64>
可选
totalPage
integer <int64>
可选
示例
未设置
最后修改时间: 9 个月前