铱云开放API 2.0
易订货2.0
易订货2.0
  1. 资金-收付款
  • 开发指南
    • 开发须知
    • 更新历史
  • 登录授权
    • 获取 access_token
      GET
  • 基础数据
    • 区域列表
      GET
    • 仓库列表
      GET
    • 员工列表
      POST
    • 客户分类列表
      GET
    • 商品单位列表
      GET
    • 商品分类列表
      GET
    • 商品品牌列表
      GET
    • 商品展示分类列表
      GET
    • 商品授权方案列表
      GET
    • 查询价格等级
      GET
    • 查询组织(店铺)信息
      GET
  • 公共
    • 省市区域
      • 获取国家城市列表
      • 获得国家列表
      • 获取市区列表
      • 获取省份列表
    • 物流公司
      • 获取物流公司列表
  • 客户
    • 客户列表
    • 创建客户
    • 修改客户
  • 商品
    • 商品列表
    • 增量更新的skuId列表
    • 新增商品
    • 新增商品-新增规格
    • 更新商品
    • 新增等级调价单并审核
    • 新增客户调价单并审核
  • 订单
    • 订单列表
    • 订单出库
    • 关闭一个B2B订单
    • 创建订单
    • 订单审核
    • 商家订单列表
    • 商家订单发货记录
  • 退单
    • 退单列表
    • 商家退单列表
    • 退单审核
    • 退单收货审核
    • 退单入库
  • 采购
    • 直发采购单和销售单关系
    • 采购订单列表
    • 采购退单列表
    • 创建采购单
    • 采购单入库
    • 采购退单审核
    • 采购退单出库
  • 库存
    • 库存列表
    • 同步库存(同步失败看接口返回)
    • 签收单列表
    • 出库签收
    • 创建其它入库单
    • 审核其它入库单
    • 创建其它出库单
    • 新增盘点单
    • 审核其它出库单
    • 采购入库单列表
    • 销售退货入库单列表
    • 采购退货出库单列表
    • 销售出库单列表
    • 查询供应商列表
    • 查询供应商商品
  • 资金-收付款
    • 收付款单列表
      POST
    • 收款记录列表
      POST
    • 往来对象核销触发
      POST
    • 新增收款单(强鉴权)
      POST
    • 查询核销单列表
      POST
    • 添加其他应付单
      POST
    • 查询其他应付单列表
      POST
    • 添加其他应收单
      POST
    • 查询其他应收单列表
      POST
    • 查询其他应收/应付收费用类型列表
      GET
  • 常见问题与解答
    • 常见问题与解答
  • 开放接口-商家端-商家订单管理
  1. 资金-收付款

查询其他应收单列表

POST
/order-aggregation/other-receivable-bills/search
open-other-receivable-bill-controller
查询其他应收单列表

请求参数

Header 参数
access_token
string 
必需
oauth2接口获取的access_token
x-client-id
string 
必需
申请对接时的clientId
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: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>
可选
其他应收费用类型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>
可选
示例
{
  "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 02:57:48
上一页
添加其他应收单
下一页
查询其他应收/应付收费用类型列表
Built with