- V4.2.4
- 基线
- 嗨报销(app)-报销
- 嗨报销(app)-公共
- 嗨报销(app)-发票
- 嗨报销(app)-挂帐单
- 嗨报销(app)-大数据
- 请款(app)
- V4.4.0
- 嗨报销(app)-报销
- 嗨报销(app)-挂帐单
- 嗨报销(app)-发票
- Copyright (C) 正大天晴药业集团股份有限公司
- 核心接口
- 嗨报销(app)-大数据
- 嗨报销(app)-报销
- 嗨报销(app)-公共
- 嗨报销(app)-发票
- v4.4.1
- v4.3.4
- v4.3.5
- v4.4.0.1
- 嗨报销(app)-报销
- 嗨报销(app)-挂帐单
- 嗨报销(app)-发票
- v4.5.0.1
- V4.5.3
- v4.5.1.1
- v4.5.4
- v4.5.6
- v4.5.7
- 智审v1.1.0
- 智审v1.2.0
- 智审v1.1.0补充,风控接口
- v4.5.9
查询报销单列表(带分页,筛选)
POST
/app/exp/qryExpOrderList
请求参数
Body 参数application/json
cid
string | null
创建人cid
pageNo
integer | null
当前页码
默认值:
1
pageSize
integer | null
每页数量
默认值:
50
startDate
string | null
开始日期
endDate
string | null
结束日期
businessCodes
array[string] | null
业务类型编码
orderStates
array[string] | null
报销单的状态
businessId
string | null
可选
fuzzyValue
string | null
可选
orderNum
string | null
单据号
compayCodes
array[string] | null
公司编码列表
orderRule
string | null
可选
payeeName
string | null
收款人名称
planName
string | null
计划名称
contractName
string | null
合同名称
contractCode
string | null
合同编码
userCode
string | null
可选
示例
{
"cid": "string",
"pageNo": "1",
"pageSize": "50",
"startDate": "string",
"endDate": "string",
"businessCodes": [
"string"
],
"orderStates": [
"string"
],
"businessId": "string",
"fuzzyValue": "string",
"orderNum": "string",
"compayCodes": [
"string"
],
"orderRule": "string",
"payeeName": "string",
"planName": "string",
"contractName": "string",
"contractCode": "string",
"userCode": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/app/exp/qryExpOrderList' \
--header 'Content-Type: application/json' \
--data-raw '{
"cid": "string",
"pageNo": "1",
"pageSize": "50",
"startDate": "string",
"endDate": "string",
"businessCodes": [
"string"
],
"orderStates": [
"string"
],
"businessId": "string",
"fuzzyValue": "string",
"orderNum": "string",
"compayCodes": [
"string"
],
"orderRule": "string",
"payeeName": "string",
"planName": "string",
"contractName": "string",
"contractCode": "string",
"userCode": "string"
}'
返回响应
🟢200成功
application/json
Body
msgCode
string | null
消息码
message
string | null
消息描述
sysMessage
string | null
消息描述
responseData
object (PageInfo«ExpOrderListDTO»)
业务数据
pageNum
integer | null
当前页
pageSize
integer | null
每页的数量
size
integer | null
当前页的数量
startRow
integer | null
可选
endRow
integer | null
可选
total
integer | null
总记录数
pages
integer | null
总页数
list
array[object (ExpOrderListDTO) {20}] | null
结果集
prePage
integer | null
前一页
nextPage
integer | null
下一页
isFirstPage
boolean | null
是否为第一页
默认值:
false
isLastPage
boolean | null
是否为最后一页
默认值:
false
hasPreviousPage
boolean | null
是否有前一页
默认值:
false
hasNextPage
boolean | null
是否有下一页
默认值:
false
navigatePages
integer | null
导航页码数
navigatepageNums
array[integer] | null
所有导航页号
navigateFirstPage
integer | null
导航条上的第一页
navigateLastPage
integer | null
导航条上的最后一页
ext
object (Object)