- 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
PC_EXP_PEND_审批挂账单-同意
POST
/pc/pending/aprExpPendingOrderAgree
请求参数
Body 参数application/json
id
string | null
挂账单id
cid
string | null
当前操作人cid
name
string | null
当前操作人姓名
appSource
string | null
应用来源
reqSource
string | null
请求来源
dataVersion
string | null
版本
personCode
string | null
当前操作人工号
dingId
string | null
钉钉id
processInstId
string | null
审批流程id
taskInstId
string | null
任务id
auditDesc
string | null
审批留言
totalAmountApr
number | null
总金额(核准)
audit
integer | null
可选
expPendingPayeeS
array[object (ExpPendingPayeeApprovalMvcDTO) {14}] | null
收款人列表
id
string | null
收款人记录id
payBankNum
string | null
付款银行账号
payeeNameAprv
string | null
收款人名称(核准)
payeeAccountAprv
string | null
收款人账号(核准)
payeeBankNameAprv
string | null
可选
payeeBankCodeAprv
string | null
可选
amountAprv
number | null
收款金额(核准)
pendingAmount
number | null
挂账金额
approvalComment
string | null
核准意见
remark
string | null
备注
paymentMethodCode
string | null
可选
paymentMethodName
string | null
可选
acceptingDays
string | null
承兑天数
useClasses
string | null
使用类别
questionDetail
string | null
可选
questionIds
array[string] | null
可选
示例
{
"id": "string",
"cid": "string",
"name": "string",
"appSource": "string",
"reqSource": "string",
"dataVersion": "string",
"personCode": "string",
"dingId": "string",
"processInstId": "string",
"taskInstId": "string",
"auditDesc": "string",
"totalAmountApr": 0,
"audit": 0,
"expPendingPayeeS": [
{
"id": "string",
"payBankNum": "string",
"payeeNameAprv": "string",
"payeeAccountAprv": "string",
"payeeBankNameAprv": "string",
"payeeBankCodeAprv": "string",
"amountAprv": 0,
"pendingAmount": 0,
"approvalComment": "string",
"remark": "string",
"paymentMethodCode": "string",
"paymentMethodName": "string",
"acceptingDays": "string",
"useClasses": "string"
}
],
"questionDetail": "string",
"questionIds": [
"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/aprExpPendingOrderAgree' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"cid": "string",
"name": "string",
"appSource": "string",
"reqSource": "string",
"dataVersion": "string",
"personCode": "string",
"dingId": "string",
"processInstId": "string",
"taskInstId": "string",
"auditDesc": "string",
"totalAmountApr": 0,
"audit": 0,
"expPendingPayeeS": [
{
"id": "string",
"payBankNum": "string",
"payeeNameAprv": "string",
"payeeAccountAprv": "string",
"payeeBankNameAprv": "string",
"payeeBankCodeAprv": "string",
"amountAprv": 0,
"pendingAmount": 0,
"approvalComment": "string",
"remark": "string",
"paymentMethodCode": "string",
"paymentMethodName": "string",
"acceptingDays": "string",
"useClasses": "string"
}
],
"questionDetail": "string",
"questionIds": [
"string"
]
}'
返回响应
🟢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
}
修改于 2023-11-27 08:46:30