- 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
/pc/pending/rePaymentExpPendingPayee
请求参数
Body 参数application/json
cid
string | null
可选
name
string | null
可选
appSource
string | null
可选
reqSource
string | null
可选
dataVersion
string | null
可选
acceptingDays
string | null
承兑天数
useClasses
string | null
使用类别
payeeId
string | null
收款人主键
billId
string | null
报销单主键
payeeName
string | null
收款人名称
payeeAccount
string | null
收款人账号
payeeBankCode
string | null
收款人联行号
payeeBankName
string | null
收款人银行名称
remark
string | null
可选
operate
enum<string> <R> | enum<null>
R
R-重新支付
T-终止支付
O-线下支付
>= R 字符<= R 字符
枚举值:
R
默认值:
R
示例值:
R
正则匹配:
R
paidDate
string | null
线下支付日期
attachIds
array[string] | null
附件id
settlementModeCode
string | null
结算方式编码
示例
{
"cid": "string",
"name": "string",
"appSource": "string",
"reqSource": "string",
"dataVersion": "string",
"acceptingDays": "string",
"useClasses": "string",
"payeeId": "string",
"billId": "string",
"payeeName": "string",
"payeeAccount": "string",
"payeeBankCode": "string",
"payeeBankName": "string",
"remark": "string",
"operate": "R",
"paidDate": "string",
"attachIds": [
"string"
],
"settlementModeCode": "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 '/pc/pending/rePaymentExpPendingPayee' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
com.cttq.framework.common.base.Result
msgCode
string | null
消息码
message
string | null
消息描述
sysMessage
string | null
消息描述
responseData
object ()
业务数据
ext
object (Object)
扩展数据
iTotalRecords
integer | null
可选
iTotalDisplayRecords
integer | null
可选
示例
{
"msgCode": "",
"message": "",
"sysMessage": "",
"responseData": {},
"ext": {},
"iTotalRecords": 0,
"iTotalDisplayRecords": 0
}
修改于 2023-11-27 08:46:30