in-search-paymentorder{
"operation": {
"method": "none"
}
}| 序号 | 字段 | 名称 | 类型 | 默认值 | 必填 | 描述 |
|---|---|---|---|---|---|---|
| 1 | associateNum | 关联单号 | string | — | 可选 | 支持批量查询(最大100个);与ordertype和orderNum至少传一个 |
| 2 | ordertype | 单据类型 | string | — | 可选 | 1收款单 2 付款单 3费用单;与associateNum和orderNum至少传一个 |
| 3 | orderNum | 付款单号 | string | — | 可选 | 支持批量查询(最大100个);与associateNum和ordertype至少传一个 |
| 4 | timeCreatedStart | 创建开始时间 | datetime | — | 可选 | 创建开始时间 |
| 5 | timeCreatedEnd | 创建结束时间 | datetime | — | 可选 | 创建结束时间 |
| 6 | maxRows | 分页查询数 | string | — | 可选 | 默认100,上限支持1000 |
| 7 | cursor | 偏移量 | string | — | 可选 | 不传默认第一页 传值根据回参字段 nextCursor |
| 序号 | 字段 | 名称 | 类型 | 默认值 | 必填 | 描述 |
|---|---|---|---|---|---|---|
| 1 | id | id | string | — | 可选 | id |
| 2 | amount | 实付金额 | string | — | 可选 | 实付金额 |
| 3 | associateNum | 关联单号 | string | — | 可选 | 关联单号 |
| 4 | ordertype | 收付款类型 | string | — | 可选 | 1=收款单 2=付款单 3=费用单 |
| 5 | comment | 备注 | string | — | 可选 | 备注 |
| 6 | completeTime | 付款时间 | string | — | 可选 | 付款时间 |
| 7 | checkTime | 审核时间 | string | — | 可选 | 审核时间 |
| 8 | createTime | 创建时间 | string | — | 可选 | 创建时间 |
| 9 | paymentType | 收/付款类型 | string | — | 可选 | 收/付款类型 |
| 10 | orderNum | 付款单号 | string | — | 可选 | 付款单号 |
| 11 | prepayTime | 预计付款时间 | string | — | 可选 | 预计付款时间 |
| 12 | status | 状态 | string | — | 可选 | 1=待审核; 2=待支付; 3=已完成; 4=审核不通过; 9=已冲销; |
| 13 | totalAmount | 应付金额 | string | — | 可选 | 应付金额 |
| 14 | account | 付款账户 | string | — | 可选 | 付款账户 |
| 15 | createrId | 创建人ID | string | — | 可选 | 创建人ID |
| 16 | checkOperId | 审核人ID | string | — | 可选 | 审核人ID |
| 17 | completerId | 付款人ID | string | — | 可选 | 付款人ID |
马帮的接口:查询收/付款单/费用单V3.0(in-search-paymentorder),由轻易云数据集成平台 API 资产管理模块整理收纳,并随马帮版本更新同步更新。