Appearance
回款列表
Request
Url
text
[POST] : https://eapi.paiago.com/ZKGJ/currentAccount/Collection/?access_token={access_token}请求参数:
| 参数 | 类型 | 描述 | 示例 |
|---|---|---|---|
| Field | array | 请求字段 | [] |
| > id | string | 回款id | |
| > advance_money | string | 预收款金额 | |
| > remark | string | 备注 | |
| > account_id | string | 收款账户id | |
| > return_money | string | 回款金额 | |
| > arrival_date | string | 回款日期 | |
| > customer_id | string | 客户id | |
| > customer | string | 客户名称 | |
| > payment_method | string | 户名 | |
| > bank_name | string | 开户银行 | |
| > custom_account | string | 开户账号 | |
| > discount_money | string | 折让金额 | |
| > arrival_money | string | 到账金额 | |
| > contract_id | string | 合同id | |
| > contract | string | 合同名称 | |
| > contract_number | string | 合同编号 | |
| > contract_date | string | 合同日期 | |
| > contract_money | string | 合同金额 | |
| > add_user | string | 添加人id | |
| > add_date | string | 添加时间 | |
| > project | string | 所属项目 | |
| > billing_list | string | 发票数据 | |
| > bill_id | string | 发票id | |
| > billing_code | string | 发票号码 | |
| > billing_encoded | string | 发票代码 | |
| > billing_date | string | 发票日期 | |
| > billing_price | string | 发票金额 | |
| Order | array | 排序规则 | |
| Where | array | 查询条件 | |
| Page | number | 页数 | 0 |
| ListRow | number | 条数 | 20 |
请求示例:
json
{
"Field":[
"customer_id",
"customer",
"account_id",
"custom_account",
"arrival_date",
"return_money",
"advance_money",
"remark",
"add_user",
"add_date",
"contract_id",
"contract",
"contract_number",
"arrival_money",
"contract_date",
"contract_money",
"add_user",
"add_date",
"discount_money",
"arrival_money",
"project",
"payment_method",
"bank_name",
"custom_account",
"billing_list"
],
"Order":[
],
"Where":[
],
"Page":1,
"ListRow":1
}Response
响应参数
| 参数 | 描述 | 类型 | 示例 |
|---|---|---|---|
| count | 总数 | int | |
| data | 列表(详见请求Field释义) | array(object) |
响应示例:
json
{
"data":[
{
"customer_id":"FyiiCa7qC",
"customer":"五月",
"account_id":"XxyQx007V",
"custom_account":"622878803094345",
"arrival_date":"2022-05-25",
"return_money":"1.00",
"advance_money":"0.00",
"remark":"",
"add_user":"WiiiJmSy0",
"add_date":1653446348,
"contract_id":"lSi0kVqjj",
"contract":"数值自定义",
"contract_number":"PTxt00095首发式发生",
"arrival_money":"1.00",
"contract_date":"2022-05-25",
"contract_money":"11.00",
"discount_money":"0.00",
"project":"",
"payment_method":"户名",
"bank_name":"杭州商业银行",
"id":"lzJ0Cj7g0",
"billing_list": [
{
"bill_id": "FzSNs0s0j",
"receivable_id": "lNm0CqsCs",
"billing_code": "79084301",
"billing_encoded": "",
"billing_date": "2022-06-07",
"billing_price": "18.19"
}
]
}
],
"count":512,
"errcode":0,
"errmsg":"请求成功",
"request_id":null,
"env":"zkgj-cs"
}