微报账API文档
  1. 单据
微报账API文档
  • 介绍
  • 鉴权
  • 公司人员
    • 查询公司人员列表
      GET
  • 发票
    • 查询全票种列表
      GET
    • 查询全票种详情
      GET
    • 全票种状态批量修改
      PATCH
  • 单据
    • 查询员工报账单列表
      GET
    • 查询公司报账单列表
      GET
    • 查询付款单详情
      GET
    • 查询付款单列表
      GET
  • 公司配置信息
    • 查询公司的费用类型列表
      GET
  • 公共信息
    • 发票票种
    • 发票查验状态
    • 抬头校验状态
    • 发票使用状态
    • 发票推送状态
    • 发票录入方式
    • 手工记账类型
    • 付款单状态
    • 接口返回码
  1. 单据

查询员工报账单列表

GET
/ext/getUserReimbursementForm
查询用户报账单据列表

请求参数

Query 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/ext/getUserReimbursementForm?appId&timestamp&sig&userId&phone&status&page&pageSize'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 10000,
    "data": [
        {
            "applicant": "某某",
            "applyCode": "xxxxxxx",
            "applyStatus": 9,
            "avatarUrl": "https://xxxxxx",
            "certificate": null,
            "createTime": "2021-07-12 16:46:01",
            "creator": {
                "atpId": 0,
                "company": "xxxxxxx",
                "headUrl": "https://xxxxxxx",
                "name": "xxxx",
                "tel": "xxxxxx",
                "title": "xxxxx",
                "workNumber": "xxxxxx",
                "uuid": "xxxxx"
            },
            "hasRedSpot": false,
            "headUrl": "https://xxxxxx",
            "instanceId": "0",
            "invoiceList": [
                {
                    "applyMoney": 79,
                    "applyStatus": 9,
                    "costTag": "办公用品",
                    "costTagId": 9678160,
                    "costTagImg": "https://xxxxxxxxx",
                    "createTime": "2021-06-06 12:54:41",
                    "creator": "xxxxxx",
                    "externalUUID": "xxxxxx",
                    "feeFlag": 0,
                    "images": [
                        "https://xxxxxxxxx"
                    ],
                    "invoiceDate": "2021-02-02 00:00:00",
                    "invoiceSource": "notocr",
                    "invoiceType": "invoiceEleNormal",
                    "invoice_no": "76185114",
                    "money": 79,
                    "remark": "",
                    "taxAmount": 9.09,
                    "taxRate": null,
                    "tel": null,
                    "updateTime": "2021-07-12 17:01:58",
                    "uuid": "xxxx"
                }
            ],
            "modelId": 1,
            "name": "xxxxx",
            "nickName": "xxxxxx",
            "preTax": 3063,
            "qrString": "https://xxxxxxxx",
            "recordingInfo": {
                "company": "某某公司",
                "companyId": 0,
                "department": "某某部门",
                "project": "某某项目"
            },
            "remark": "某某事由",
            "sheetNumber": "xxxxx",
            "tax": 0,
            "templateName": "xxx",
            "title": "某某差旅报销标题",
            "topicImage": "/wbz/images/banner.png",
            "totalAmount": 3063,
            "updateTime": "2021-07-12 17:01:58",
            "uuid": "xxxx",
            "wfTime": {
                "endTime": "2021-07-12 16:57:56",
                "paymentTime": "2021-07-12 17:01:59",
                "reviewTime": "2021-07-12 16:59:23",
                "submitTime": "2021-07-12 16:56:59"
            }
        }
    ],
    "message": "成功"
}
修改于 2024-07-29 06:41:05
上一页
全票种状态批量修改
下一页
查询公司报账单列表
Built with