用款
开发中
POST
/collectandpay/out/interface/useReceipt
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Body 参数application/json
array of:
fnumber
string
用款记录唯一标识
farreceiptno
string
用款单号
fusetype
string
用款类型
fcurrency
string
币别
fexchangerate
number
汇率
fuseamount
number
用款金额
fuseamountloc
number
用款金额本位币
fsourcebillNumber
string
业务系统原结算单单号
compNo
string
收款公司编号
fcaanumber
string
付款客户编码
fsourcesys
string
来源系统
示例
[
{
"fnumber": "string",
"farreceiptno": "string",
"fusetype": "string",
"fcurrency": "string",
"fexchangerate": 0,
"fuseamount": 0,
"fuseamountloc": 0,
"fsourcebillNumber": "string",
"compNo": "string",
"fcaanumber": "string",
"fsourcesys": "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 'http://10.36.8.67/stage-api/collectandpay/out/interface/useReceipt' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"fnumber": "string",
"farreceiptno": "string",
"fusetype": "string",
"fcurrency": "string",
"fexchangerate": 0,
"fuseamount": 0,
"fuseamountloc": 0,
"fsourcebillNumber": "string",
"compNo": "string",
"fcaanumber": "string",
"fsourcesys": "string"
}
]'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2023-04-18 01:03:13