功能说明:获取发票信息列表
请求方式:POST(HTTPS)
请求地址:https://qwif.do1.com.cn/qwcgi/api/reimApiCtl/invoiceList.do?token=token&corpId=corpId
startTime:2021-01-01 endTime:2021-02-28 currentPage:1 pageSize:10
参数 |
说明 |
类型 |
是否必须 |
备注 |
---|---|---|---|---|
token |
用于验证 |
String |
是 |
|
corpId |
公司唯一标识 |
String |
是 |
|
startTime |
创建时间上限 |
String |
是 |
格式必须为:yyy-MM-dd |
endTime |
创建时间下限 |
String |
是 |
创建时间间隔不的超过两个月 |
currentPage |
查询页码 |
String |
是 |
必须是正整数,如果超过最大页,当前页默认为最大页 |
pageSize |
分页大小 |
String |
否 |
默认为100,并且不超过1000 |
{ "currPage":1, "invoiceList": [ { "createTime":"2021-02-22 15:37:23", "date":"2020-12-03", "departmentName":"业支中心;业支中心", "invoiceCode":"04400204444", "invoiceImageUrl":"/upload/img/b17efb43292e4cc9ac5d0b46bce059c4/20210222/86cde94226914699aaf8b9e33ac6d188.jpg", "invoiceNumber":"64442586682", "mediaList": [ { "fileName":"3fabdd25e86d425ebfea19dfd7a58967.pdf", "url":"/upload/img/b17efb43292e4cc9ac5d0b46bce059c4/20210222/86cde94226914699aaf8b9e33ac6d188.pdf" } ], "noTaxAmount":255, "personName":"卢", "reimState":"已审批", "seller":"广州市天河区冼村海盈饮品店ss", "sellerTaxId":"92440101MA5AWT076Rss", "taxAmount":0, "total":255, "type":"增值税电子普通发票", "validation":1 } ], "maxPage":1, "pageSize":10, "totalRows":5 }
参数 |
说明 |
---|---|
currPage |
当前页 |
totalRows
|
信息总条数 |
maxPage
|
信息总页数 |
pageSize |
每页信息条数 |
invoiceList参数
|
说明 |
---|---|
createTime
|
报销单提单时间 |
date |
开票日期 |
departmentName |
提单人部门 |
invoiceCode
|
发票代码 |
invoiceImageUr
|
发票图片地址 |
invoiceNumber
|
发票号码 |
mediaList
|
fileName:附件名称 url:附件地址
|
noTaxAmount
|
不含税金额 |
personName
|
提单人名称 |
reimState |
单据状态(审批中,已取消,退审,已审批,转账中,已转账,转账失败) |
personName |
创建人名称 |
seller
|
销售方名称 |
sellerTaxId |
销售方纳税人识别号 |
taxAmount
|
税额 |
total
|
发票-总金额 |
type
|
识别的发票类型 |
validation
|
1已验真2验真失败3无需验真 |