信用证信息-推送(新版信用证)
设计中
GET
v3/letter-credit/bis/letter-credit-push
信用证
业务错误码#
错误码 | 错误描述(详情请看返回响应示例) | 解决方案 |
---|---|---|
000000 | 操作成功 | |
300000 | 业务处理异常 | 根据详细提示检查信息或联系相关技术人员进行排查 |
900001 | 入参校验错误 | 请检查入参信息(必填,格式,枚举值,长度等) |
请求参数
Body 参数application/json
data
object
响应数据
total
integer
总记录数
records
array [object {58}]
数据信息
示例
{
"data": {
"total": 0,
"records": [
{
"issue_way": 0,
"letter_credit_number": "string",
"letter_credit_category": 1,
"letter_credit_mode": 0,
"letter_credit_biz_type": "string",
"letter_credit_behavior_type": 0,
"letter_credit_state": 0,
"issue_date": "2019-08-24",
"due_date": "2019-08-24",
"currency_code": "string",
"amount": "string",
"exchange_rate": "string",
"confirmation_instruction": "N",
"confirmation_undertaker": "APL",
"allow_transfer": 0,
"allow_cancel": 0,
"allow_telegraphic_transfer": 0,
"issuer": "string",
"issuer_org_id": "string",
"issuer_org_code": "string",
"issuer_ctrpty_id": "string",
"issuer_bank_code": "string",
"issuer_account_name": "string",
"issuer_account_number": "string",
"issuer_bank_location": "string",
"issuer_cnaps": "string",
"issuer_address": "string",
"beneficiary": "string",
"beneficiary_org_id": "string",
"beneficiary_org_code": "string",
"beneficiary_ctrpty_id": "string",
"beneficiary_bank_code": "string",
"beneficiary_account_number": "string",
"beneficiary_account_name": "string",
"beneficiary_bank_location": "string",
"beneficiary_cnaps": "string",
"beneficiary_address": "string",
"negotiation_bank_code": "string",
"negotiation_bank_location": "string",
"negotiation_cnaps": "string",
"advise_bank_code": "string",
"advise_bank_location": "string",
"advise_cnaps": "string",
"international_practice": "UCP LATEST VERSION",
"excess_shortage_up_ratio": "string",
"excess_shortage_down_ratio": "string",
"apply_info": {
"apply_org": "string"
},
"our_info": {
"our": "string",
"our_org_id": "string",
"our_org_code": "string",
"our_bank_code": "string",
"our_account_number": "string",
"our_account_name": "string",
"our_bank_location": "string",
"our_cnaps": "string"
},
"opp_info": {
"opp": "string",
"opp_ctrpty_id": "string",
"opp_bank_code": "string",
"opp_account_number": "string",
"opp_account_name": "string",
"opp_bank_location": "string",
"opp_cnaps": "string"
},
"payment_info": {
"payment_way": "PY",
"payment_period": "ST",
"long_dated": 0,
"plan_payment_date": "2019-08-24",
"submit_money_order": true,
"drawee_bank_code": "string",
"drawee_bank_location": "string"
},
"guarantee_info": {
"guarantee_way": "string",
"guarantee_ratio": "string",
"guarantee_amount": "string",
"guarantee_Interest_way": 0,
"guarantee_account_number": "string"
},
"contract_terms_info": {
"partial_shipment": 0,
"partial_shipment_description": "string",
"allow_transport": 0,
"transport_description": "string",
"shipment_place": "string",
"loading_place": "string",
"discharge_place": "string",
"destination": "string",
"latest_shipment_date": "2019-08-24",
"freight_description": "string",
"documents_clause": "string",
"special_clause": "string",
"fee_clause": "string",
"trade_term": "EXW",
"cost_amount": "string",
"cost_rate": "string",
"cost_currency_code": "string"
},
"financing_infos": [
{
"id": "string",
"financing_type": 0,
"financing_currency_code": "string",
"financing_amount": "string",
"financing_start_date": "2019-08-24",
"financing_end date": "2019-08-24",
"financing_days": 0,
"financing_rate": "string",
"financing_interest": "string",
"financing_fee": "string",
"financing_rec_account_number": "string",
"financing_repayment_account_number": "string",
"financing_memo": "string"
}
],
"waybill_infos": [
{
"id": "string",
"waybill_date": "2019-08-24",
"waybill_biz_type": "string",
"waybill_currency_code": "string",
"waybill_amount": "string",
"waybill_exchange_rate": "string",
"waybill_plan_payment_date": "2019-08-24",
"waybill_memo": "string"
}
],
"honour_info": {
"id": "string",
"honour_date": "2019-08-24",
"honour_amount": "string",
"honour_memo": "string"
},
"nonpayment_info": {
"id": "string",
"nonpayment_date": "2019-08-24",
"nonpayment_currency_code": "string",
"nonpayment_amount": "string",
"discrepancy": 0,
"nonpayment_memo": "string"
},
"completed_payment_infos": [
{
"id": "string",
"completed_date": "string",
"completed_currency_code": "string",
"completed_amount": "string",
"completed_exchange_rate": "string",
"completed_capital_source": "string",
"completed_memo": "string"
}
],
"repayment_infos": [
{
"id": "string",
"financing_concat_id": "string",
"repayment_date": "string",
"repayment_currency_code": "string",
"repayment_amount": "string",
"repayment_exchange_rate": "string",
"repayment_account_number": "string",
"repayment_account_name": "",
"repayment_bank_code": "string",
"repayment_memo": "string"
}
]
}
]
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'v3/letter-credit/bis/letter-credit-push' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"total": 0,
"records": [
{
"issue_way": 0,
"letter_credit_number": "string",
"letter_credit_category": 1,
"letter_credit_mode": 0,
"letter_credit_biz_type": "string",
"letter_credit_behavior_type": 0,
"letter_credit_state": 0,
"issue_date": "2019-08-24",
"due_date": "2019-08-24",
"currency_code": "string",
"amount": "string",
"exchange_rate": "string",
"confirmation_instruction": "N",
"confirmation_undertaker": "APL",
"allow_transfer": 0,
"allow_cancel": 0,
"allow_telegraphic_transfer": 0,
"issuer": "string",
"issuer_org_id": "string",
"issuer_org_code": "string",
"issuer_ctrpty_id": "string",
"issuer_bank_code": "string",
"issuer_account_name": "string",
"issuer_account_number": "string",
"issuer_bank_location": "string",
"issuer_cnaps": "string",
"issuer_address": "string",
"beneficiary": "string",
"beneficiary_org_id": "string",
"beneficiary_org_code": "string",
"beneficiary_ctrpty_id": "string",
"beneficiary_bank_code": "string",
"beneficiary_account_number": "string",
"beneficiary_account_name": "string",
"beneficiary_bank_location": "string",
"beneficiary_cnaps": "string",
"beneficiary_address": "string",
"negotiation_bank_code": "string",
"negotiation_bank_location": "string",
"negotiation_cnaps": "string",
"advise_bank_code": "string",
"advise_bank_location": "string",
"advise_cnaps": "string",
"international_practice": "UCP LATEST VERSION",
"excess_shortage_up_ratio": "string",
"excess_shortage_down_ratio": "string",
"apply_info": {
"apply_org": "string"
},
"our_info": {
"our": "string",
"our_org_id": "string",
"our_org_code": "string",
"our_bank_code": "string",
"our_account_number": "string",
"our_account_name": "string",
"our_bank_location": "string",
"our_cnaps": "string"
},
"opp_info": {
"opp": "string",
"opp_ctrpty_id": "string",
"opp_bank_code": "string",
"opp_account_number": "string",
"opp_account_name": "string",
"opp_bank_location": "string",
"opp_cnaps": "string"
},
"payment_info": {
"payment_way": "PY",
"payment_period": "ST",
"long_dated": 0,
"plan_payment_date": "2019-08-24",
"submit_money_order": true,
"drawee_bank_code": "string",
"drawee_bank_location": "string"
},
"guarantee_info": {
"guarantee_way": "string",
"guarantee_ratio": "string",
"guarantee_amount": "string",
"guarantee_Interest_way": 0,
"guarantee_account_number": "string"
},
"contract_terms_info": {
"partial_shipment": 0,
"partial_shipment_description": "string",
"allow_transport": 0,
"transport_description": "string",
"shipment_place": "string",
"loading_place": "string",
"discharge_place": "string",
"destination": "string",
"latest_shipment_date": "2019-08-24",
"freight_description": "string",
"documents_clause": "string",
"special_clause": "string",
"fee_clause": "string",
"trade_term": "EXW",
"cost_amount": "string",
"cost_rate": "string",
"cost_currency_code": "string"
},
"financing_infos": [
{
"id": "string",
"financing_type": 0,
"financing_currency_code": "string",
"financing_amount": "string",
"financing_start_date": "2019-08-24",
"financing_end date": "2019-08-24",
"financing_days": 0,
"financing_rate": "string",
"financing_interest": "string",
"financing_fee": "string",
"financing_rec_account_number": "string",
"financing_repayment_account_number": "string",
"financing_memo": "string"
}
],
"waybill_infos": [
{
"id": "string",
"waybill_date": "2019-08-24",
"waybill_biz_type": "string",
"waybill_currency_code": "string",
"waybill_amount": "string",
"waybill_exchange_rate": "string",
"waybill_plan_payment_date": "2019-08-24",
"waybill_memo": "string"
}
],
"honour_info": {
"id": "string",
"honour_date": "2019-08-24",
"honour_amount": "string",
"honour_memo": "string"
},
"nonpayment_info": {
"id": "string",
"nonpayment_date": "2019-08-24",
"nonpayment_currency_code": "string",
"nonpayment_amount": "string",
"discrepancy": 0,
"nonpayment_memo": "string"
},
"completed_payment_infos": [
{
"id": "string",
"completed_date": "string",
"completed_currency_code": "string",
"completed_amount": "string",
"completed_exchange_rate": "string",
"completed_capital_source": "string",
"completed_memo": "string"
}
],
"repayment_infos": [
{
"id": "string",
"financing_concat_id":"string",
"repayment_date": "string",
"repayment_currency_code": "string",
"repayment_amount": "string",
"repayment_exchange_rate": "string",
"repayment_account_number": "string",
"repayment_account_name":"",
"repayment_bank_code":"string",
"repayment_memo": "string"
}
]
}
]
}
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2025-04-25 09:05:57