信用证
开发中
POST
/collectandpay/out/interface/receivecredit
应收
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Body 参数application/json
compNo
string
公司编码
fbilltype
string
单据类型id
fnumber
string
单据编号 (信用 证编号)
fbizdate
string
单据日期
fstatus
string
单据状态
flctype
string
信用证类型
fclaimtype
string
收款类型
fcurrency
string
币别
fexchangerate
number
汇率
flcamount
number
信用证金额
flcamountloc
number
信用证金额本位币
fusableamount
number
可用余额
fcaanumber
string
往来编码
fcaaname
string
往来名称
flcopendate
string
开证日期
flcopenbank
string
开证行
flcopenbebank
string
开证行联行号
fduedate
string
有效期到期日
fcontractnumber
string
合同编号
flcpaybank
string
付款行
flcpaybebank
string
付款行联行号
forgunitid
string
业务部门ID
forgunitnumber
string
业务部门编码
forgunitname
string
业务部门名称
forgunitfullname
string
业务部门全称
fpersonnumber
string
业务员工号
fpersonname
string
业务员名称
fdesc
string
摘要
fsubmitdate
string
提交日期
fcheckdate
string
审核日期
fcheckdateby
string
审核人
finvaliddate
string
作废日期
finvaliddateby
string
作废人
fdeletedate
string
删除日期
fdeletedateby
string
删除人
fisverification
string
核销状态
fisattachemt
number
附件数
fsourcesys
string
来源系统
remark
string
备注
fmsg
string
接口返回信息
fisinitializebill
string
是否初始化单据
frelamounthand
number
关联交单金额
fclosedhand
string
关联交单状态
frelamountclaim
number
关联用款金额
fclosedclaim
number
关联用款状态
createBy
string
创建人
applyaddress
string
受益人地址
iscancel
boolean
是否可撤销
ismakeover
boolean
是否可转让
isnationalcard
boolean
是否国际证
isforward
boolean
是否远期
forwarddays
integer
远期天数
receiptdate
string
收证日期
benefitertype
string
开证人类型
benefiterother
string
开证人
bank_number
string
通知行
cargodesc
string
货物描述
transportway
string
运输方式
startplace
string
起运地
destination
string
目的地
unloadplace
string
卸货地
isbatch
string
是否分批
istransfer
string
是否转运
arrivalway
string
交单对方处理方式
endpaydate
string
对方最迟付款日期,默认:创建日期
entryList
array [object {17}]
可选
fseq
string
可选
fhandnumber
string
可选
fhanddate
string
可选
fhandamount
integer
可选
fhandamountloc
integer
可选
frecbillid
string
可选
fsourcebillnumber
string
可选
fsettletype
string
可选
fstockdate
string
可选
fsourcesys
string
可选
fdesc
string
可选
finvaliddate
string
可选
finvaliddateby
string
可选
fdeletedate
string
可选
fdeletedateby
string
可选
remark
string
可选
fmsg
string
可选
creditFiles
array [object {2}]
附件
name
string
附件名称
url
string
附件url
示例
{
"compNo": "string",
"fbilltype": "string",
"fnumber": "string",
"fbizdate": "string",
"fstatus": "string",
"flctype": "string",
"fclaimtype": "string",
"fcurrency": "string",
"fexchangerate": 0,
"flcamount": 0,
"flcamountloc": 0,
"fusableamount": 0,
"fcaanumber": "string",
"fcaaname": "string",
"flcopendate": "string",
"flcopenbank": "string",
"flcopenbebank": "string",
"fduedate": "string",
"fcontractnumber": "string",
"flcpaybank": "string",
"flcpaybebank": "string",
"forgunitid": "string",
"forgunitnumber": "string",
"forgunitname": "string",
"forgunitfullname": "string",
"fpersonnumber": "string",
"fpersonname": "string",
"fdesc": "string",
"fsubmitdate": "string",
"fcheckdate": "string",
"fcheckdateby": "string",
"finvaliddate": "string",
"finvaliddateby": "string",
"fdeletedate": "string",
"fdeletedateby": "string",
"fisverification": "string",
"fisattachemt": 0,
"fsourcesys": "string",
"remark": "string",
"fmsg": "string",
"fisinitializebill": "string",
"frelamounthand": 0,
"fclosedhand": "string",
"frelamountclaim": 0,
"fclosedclaim": 0,
"createBy": "string",
"applyaddress": "string",
"iscancel": true,
"ismakeover": true,
"isnationalcard": true,
"isforward": true,
"forwarddays": 0,
"receiptdate": "string",
"benefitertype": "string",
"benefiterother": "string",
"bank_number": "string",
"cargodesc": "string",
"transportway": "string",
"startplace": "string",
"destination": "string",
"unloadplace": "string",
"isbatch": "string",
"istransfer": "string",
"arrivalway": "string",
"endpaydate": "string",
"entryList": [
{
"fseq": "string",
"fhandnumber": "string",
"fhanddate": "string",
"fhandamount": 0,
"fhandamountloc": 0,
"frecbillid": "string",
"fsourcebillnumber": "string",
"fsettletype": "string",
"fstockdate": "string",
"fsourcesys": "string",
"fdesc": "string",
"finvaliddate": "string",
"finvaliddateby": "string",
"fdeletedate": "string",
"fdeletedateby": "string",
"remark": "string",
"fmsg": "string"
}
],
"creditFiles": [
{
"name": "string",
"url": "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/receivecredit' \
--header 'Content-Type: application/json' \
--data-raw '{
"compNo": "string",
"fbilltype": "string",
"fnumber": "string",
"fbizdate": "string",
"fstatus": "string",
"flctype": "string",
"fclaimtype": "string",
"fcurrency": "string",
"fexchangerate": 0,
"flcamount": 0,
"flcamountloc": 0,
"fusableamount": 0,
"fcaanumber": "string",
"fcaaname": "string",
"flcopendate": "string",
"flcopenbank": "string",
"flcopenbebank": "string",
"fduedate": "string",
"fcontractnumber": "string",
"flcpaybank": "string",
"flcpaybebank": "string",
"forgunitid": "string",
"forgunitnumber": "string",
"forgunitname": "string",
"forgunitfullname": "string",
"fpersonnumber": "string",
"fpersonname": "string",
"fdesc": "string",
"fsubmitdate": "string",
"fcheckdate": "string",
"fcheckdateby": "string",
"finvaliddate": "string",
"finvaliddateby": "string",
"fdeletedate": "string",
"fdeletedateby": "string",
"fisverification": "string",
"fisattachemt": 0,
"fsourcesys": "string",
"remark": "string",
"fmsg": "string",
"fisinitializebill": "string",
"frelamounthand": 0,
"fclosedhand": "string",
"frelamountclaim": 0,
"fclosedclaim": 0,
"createBy": "string",
"applyaddress": "string",
"iscancel": true,
"ismakeover": true,
"isnationalcard": true,
"isforward": true,
"forwarddays": 0,
"receiptdate": "string",
"benefitertype": "string",
"benefiterother": "string",
"bank_number": "string",
"cargodesc": "string",
"transportway": "string",
"startplace": "string",
"destination": "string",
"unloadplace": "string",
"isbatch": "string",
"istransfer": "string",
"arrivalway": "string",
"endpaydate": "string",
"entryList": [
{
"fseq": "string",
"fhandnumber": "string",
"fhanddate": "string",
"fhandamount": 0,
"fhandamountloc": 0,
"frecbillid": "string",
"fsourcebillnumber": "string",
"fsettletype": "string",
"fstockdate": "string",
"fsourcesys": "string",
"fdesc": "string",
"finvaliddate": "string",
"finvaliddateby": "string",
"fdeletedate": "string",
"fdeletedateby": "string",
"remark": "string",
"fmsg": "string"
}
],
"creditFiles": [
{
"name": "string",
"url": "string"
}
]
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2023-05-04 06:42:47