- 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
- v4.5.0.1
- V4.5.3
- v4.5.1.1
- v4.5.4
- v4.5.6
- v4.5.7
- 智审v1.1.0
查询合同列表(自采需求单)
POST
/app/exp/queryContractList
请求参数
Body 参数application/json
pageNo
integer | null
页码:默认1
默认值:
1
pageSize
integer | null
每页大小:默认20
默认值:
20
keyWords
string | null
可选
contractStatus
array[integer] | null
可选
currencyCode
string | null
币种编码
companyCode
string | null
公司编码
personCodes
array[string] | null
可见范围的用户工号
businessTypeCode
string | null
业务类型编码
planId
string | null
计划ID
示例
{
"pageNo": "1",
"pageSize": "20",
"keyWords": "string",
"contractStatus": [
0
],
"currencyCode": "string",
"companyCode": "string",
"personCodes": [
"string"
],
"businessTypeCode": "string",
"planId": "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/queryContractList' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
合同列表
msgCode
string | null
消息码
message
string | null
消息描述
sysMessage
string | null
消息描述
responseData
null | null
业务数据
ext
object (Object)
扩展数据
iTotalRecords
integer | null
可选
iTotalDisplayRecords
integer | null
可选
示例
{
"msgCode": "",
"message": "",
"sysMessage": "",
"responseData": null,
"ext": {},
"iTotalRecords": 0,
"iTotalDisplayRecords": 0
}
修改于 2024-03-15 08:58:09