亮色模式
回款单列表
GET
/v1/invoices/receipt/list请求参数
Query 参数
start_index
string
页码,默认1
示例值:
1
count
integer
每页条数,默认20
示例值:
20
start_time
string
更新时间开始日期
示例值:
2023-01-11 00:00:00
end_time
string
更新时间结束日期
示例值:
2023-12-11 23:59:59
removed
string
可选
是否返回删除的回款单
示例值:
0
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
now
string
必需
data
object
必需
list
array [object {40}]
必需
totalItem
integer
列表总数
示例
{
"code": 200,
"message": "success",
"now": "2025-04-15 20:04:51",
"data": {
"list": [
{
"cash_collection_id": 5221565013,
"constraint": "",
"primary": "",
"create_time": "2025-04-15 17:47:13",
"update_time": "2025-04-15 17:47:13",
"order_id": 0,
"collection_date": "2025-04-16",
"amount": "201.00",
"currency": "CNY",
"exchange_rate": "100.00000",
"finance_verify": {
"date": null,
"name": null
},
"comment": "1",
"file_list": [],
"department_id": [],
"opportunity_id": 0,
"user_id": [],
"client_id": 351383,
"op_user_id": 249521383,
"type": "T/T",
"cash_collection_no": "HK202504150112",
"amount_rmb": "201.00",
"amount_usd": "27.59",
"exchange_rate_usd": "13.72480",
"company_id": 0,
"create_user_id": 249521383,
"payee": "阿红",
"collect_status": 0,
"real_amount": "200.00",
"real_amount_rmb": "200.00",
"real_amount_usd": "27.45",
"bank_charge": "1.00",
"bank_charge_rmb": "1.00",
"bank_charge_usd": "0.14",
"trade_no": "",
"external_field_data_info": {
"3564970299": "444",
"3564970303": 3.5,
"3574900796": [],
"3581725246": [],
"5208992912": "文本框",
"5208993420": "",
"5208993489": "",
"5208993841": "",
"5208993892": "",
"5208994105": ""
},
"company_info": [],
"user_info": [],
"order_info": [],
"opportunity_info": [],
"create_user_info": {
"user_id": "249521383",
"nickname": "sky",
"avatar": "https://v4client.oss-cn-hangzhou.aliyuncs.com/invoice-file/img/249520527/37a36aa206b71d6c7177f419e5e98a7f05830d2f9906c02d89f6166dc346c9d8.jpeg"
},
"op_user_info": {
"user_id": "249521383",
"nickname": "sky",
"avatar": "https://v4client.oss-cn-hangzhou.aliyuncs.com/invoice-file/img/249520527/37a36aa206b71d6c7177f419e5e98a7f05830d2f9906c02d89f6166dc346c9d8.jpeg"
},
"lock_flag": "0"
}
],
"totalItem": 1
}
}
最后修改时间: 2 个月前