查询其他应付单列表
POST
/order-aggregation/other-payable-bills/search查询其他应付单列表
请求参数
Body 参数application/json
createTimeEnd
string <date-time>
制单时间结束
createTimeStart
string <date-time>
制单时间开始
currentPage
integer <int32>
当前页,默认:1
modifyTimeEnd
string <date-time>
修改时间结束
modifyTimeStart
string <date-time>
修改时间开始
otherReceivableBillCodes
array[string]
可选
批量单号查询,有单个时这个参数不生效
otherReceivableBillCostTypeIds
array[integer <int64>]
应收类型id
pageSize
integer <int32>
可选
每页大小,默认:20,最大100
<= 100
searchPaymentStatuses
array[integer <int32>]
可选
收款状态 0 未付款 1 部分付款 2 已付款
searchStatuses
array[integer <int32>]
可选
单据状态 0 未审核 1 已审核 -1 已作废
示例
{
"createTimeEnd": "2019-08-24T14:15:22.123Z",
"createTimeStart": "2019-08-24T14:15:22.123Z",
"currentPage": 0,
"modifyTimeEnd": "2019-08-24T14:15:22.123Z",
"modifyTimeStart": "2019-08-24T14:15:22.123Z",
"otherReceivableBillCodes": [
"string"
],
"otherReceivableBillCostTypeIds": [
0
],
"pageSize": 100,
"searchPaymentStatuses": [
0
],
"searchStatuses": [
0
]
}
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
currentPage
integer <int32>
可选
items
array[object (OPENAPI-其他收支单出参) {28}]
可选
billAuditTime
string <date-time>
单据审核时间
billAuditor
string
单据审核人
billAuditorId
integer <int64>
单据审核人id
billDiscardOperator
string
单据作废人
billDiscardOperatorId
integer <int64>
单据作废人id
billDiscardTime
string <date-time>
单据作废时间
createId
integer <int64>
制单人id
createName
string
制单人名称
createTime
string <date-time>
制单时间
discardRemark
string
作废备注
id
integer <int64>
其他应收单id
modifyTime
string <date-time>
修改时间
orgType
enum<string>
当前机构类型
枚举值:
BRANCHCUSTOMERHEADQUARTERMERCHANTSTORESUPPLIERVOID
otherOrgCode
string
交易对手结构编码
otherOrgId
integer <int64>
交易对手id
otherOrgName
string
交易对手结构名称
otherOrgType
enum<string>
交易对手结构类型
枚举值:
BRANCHCUSTOMERHEADQUARTERMERCHANTSTORESUPPLIERVOID
otherReceivableBillCode
string
其他应收单单号
otherReceivableBillCostTypeId
integer <int64>
可选
其他应收费用类型id
otherReceivableBillCostTypeName
string
可选
其他应收费用类型名称
otherReceivableBillType
enum<string>
可选
单据类型(OTHER_RECEIVABLE:其他应收 OTHER_PAYABLE:其他应付)
枚举值:
OTHER_PAYABLEOTHER_RECEIVABLE
otherReceivableBusinessType
enum<string>
可选
业务类型(DEALINGS:往来收支 DEALINGS:日常收支)
枚举值:
DAILYDEALINGS
paidMoney
number
已收金额
payableMoney
number
应收金额
paymentStatus
enum<string>
可选
收款状态(WAIT_COLLECTION:未收款,PART_COLLECTION:部分收款,COLLECTION:已收款)
枚举值:
COLLECTIONPART_COLLECTIONWAIT_COLLECTION
remark
string
备注
status
enum<string>
可选
单据状态(WAIT_AUDIT:未审核,ALREADY_AUDIT:已审核,DISCARD:作废)
枚举值:
ALREADY_AUDITDISCARDWAIT_AUDIT
unPaidMoney
number
未收金额
pageSize
integer <int32>
可选
totalCount
integer <int64>
可选
totalPage
integer <int64>
可选
示例
未设置
最后修改时间: 9 个月前