采购收票
采购收票列表
curl -i -X GET --header "Authorization: Token token=<user_token>, uid=<uid>" \
http://example.com/api/invoices/in.json
```json
{
"status": {
"code": 200,
"message": "OK"
},
"invoices": {
"id": 190
}
}HTTP 请求
GET api/invoices/in.json请求参数
| 参数名 | 是否必须 | 说明 |
|---|---|---|
| page | 是 | 1 |
| per | 是 | 15 |
| date | 否 | 无 |
| status | 否 | 无 |
| supplier_id | 否 | 无 |
| creator_id | 否 | 无 |
| operator_id | 否 | 无 |
| keyword | 否 | 无 |
| keyword_type | 否 | 无 |
- 返回字段说明
| 返回值字段 | 字段类型 | 说明 |
|---|---|---|
| id | string | ID |
| number | string | 收票编号 |
| title | string | 发票抬头 |
| note | string | 发票备注 |
| invoiced_at | string | 开票时间 |
| operator_name | string | 操作人 |
| documents | array | 收款单据 |
文档更新时间: 2025-06-12 14:32 作者:张艳军