- 开发指南
- 登录授权
- 基础数据
- 公共
- 客户
- 商品
- 订单
- 退单
- 采购
- 库存
- 资金-收付款
- 常见问题与解答
- 开放接口-商家端-商家订单管理
查询其他应付单列表
POST
/order-aggregation/other-payable-bills/search
open-other-receivable-bill-controller
请求参数
Header 参数
access_token
string
必需
x-client-id
string
必需
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>
可选
<= 100
searchPaymentStatuses
array[integer <int32>]
可选
searchStatuses
array[integer <int32>]
可选
示例
{
"createTimeEnd": "2019-08-24T14:15:22Z",
"createTimeStart": "2019-08-24T14:15:22Z",
"currentPage": 0,
"modifyTimeEnd": "2019-08-24T14:15:22Z",
"modifyTimeStart": "2019-08-24T14:15:22Z",
"otherReceivableBillCodes": [
"string"
],
"otherReceivableBillCostTypeIds": [
0
],
"pageSize": 100,
"searchPaymentStatuses": [
0
],
"searchStatuses": [
0
]
}
返回响应
🟢200OK
application/json
Body
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>
可选
otherReceivableBillCostTypeName
string
可选
otherReceivableBillType
enum<string>
可选
枚举值:
OTHER_PAYABLEOTHER_RECEIVABLE
otherReceivableBusinessType
enum<string>
可选
枚举值:
DAILYDEALINGS
paidMoney
number
已收金额
payableMoney
number
应收金额
paymentStatus
enum<string>
可选
枚举值:
COLLECTIONPART_COLLECTIONWAIT_COLLECTION
remark
string
备注
status
enum<string>
可选
枚举值:
ALREADY_AUDITDISCARDWAIT_AUDIT
unPaidMoney
number
未收金额
pageSize
integer <int32>
可选
totalCount
integer <int64>
可选
totalPage
integer <int64>
可选
示例
{
"currentPage": 0,
"items": [
{
"billAuditTime": "2019-08-24T14:15:22Z",
"billAuditor": "string",
"billAuditorId": 0,
"billDiscardOperator": "string",
"billDiscardOperatorId": 0,
"billDiscardTime": "2019-08-24T14:15:22Z",
"createId": 0,
"createName": "string",
"createTime": "2019-08-24T14:15:22Z",
"discardRemark": "string",
"id": 0,
"modifyTime": "2019-08-24T14:15:22Z",
"orgType": "BRANCH",
"otherOrgCode": "string",
"otherOrgId": 0,
"otherOrgName": "string",
"otherOrgType": "BRANCH",
"otherReceivableBillCode": "string",
"otherReceivableBillCostTypeId": 0,
"otherReceivableBillCostTypeName": "string",
"otherReceivableBillType": "OTHER_PAYABLE",
"otherReceivableBusinessType": "DAILY",
"paidMoney": 0,
"payableMoney": 0,
"paymentStatus": "COLLECTION",
"remark": "string",
"status": "ALREADY_AUDIT",
"unPaidMoney": 0
}
],
"pageSize": 0,
"totalCount": 0,
"totalPage": 0
}
修改于 2024-03-25 05:43:53