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

查询员工报账单列表

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

请求参数

Query 参数
appId
string 
签名所用的应用ID
必需
timestamp
string 
签名所用的时间戳
必需
sig
string 
签名
必需
userId
integer 
用户id
必需
phone
string 
用户手机号
可选
status
integer 
报销状态
可选
page
integer 
当前页
可选
pageSize
integer 
每页显示的记录数量
可选

示例代码

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
integer 
状态码
必需
data
array [object {27}] 
结果集
必需
applicant
string 
报账申请人
可选
显示在报账单中的申请人名字
applyCode
string 
审批单号
可选
applyStatus
integer 
报账状态
可选
avatarUrl
string 
可选
certificate
null 
凭证
可选
createTime
string 
创建时间
可选
creator
object 
创建者
可选
hasRedSpot
boolean 
可选
headUrl
string 
头像
可选
instanceId
string 
可选
invoiceList
array [object {21}] 
报账明细
可选
modelId
integer 
单据类型
可选
name
string 
提交人名称
可选
nickName
string 
可选
preTax
integer 
税前金额
可选
qrString
string 
可选
recordingInfo
object 
入账公司
可选
remark
string 
备注
可选
sheetNumber
string 
单号
可选
tax
integer 
税额
可选
templateName
string 
模板名称
可选
title
string 
单据标题
可选
topicImage
string 
报账单主题图
可选
totalAmount
integer 
总金额
可选
updateTime
string 
更新时间
可选
uuid
string 
报账单UUID
可选
wfTime
object 
审批流程时间
可选
message
string 
消息
必需
示例
{
  "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