信用证信息查询
将废弃
GET
v3/letter-credit/bis/letter-credit-query(待调整和推送接口list数据一致)
信用证
业务错误码#
错误码 | 错误描述(详情请看返回响应示例) | 解决方案 |
---|---|---|
000000 | 操作成功 | |
300000 | 业务处理异常 | 根据详细提示检查信息或联系相关技术人员进行排查 |
900001 | 入参校验错误 | 请检查入参信息(必填,格式,枚举值,长度等) |
请求参数
Query 参数
page_no
integer
可选
示例值:
1
page_size
integer
可选
示例值:
200
letter_credit_number
array[string]
可选
示例值:
["LC0000000000"]
letter_credit_category
integer
可选
示例值:
1
示例代码
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-query(待调整和推送接口list数据一致)?page_no=1&page_size=200&letter_credit_number=LC0000000000&letter_credit_category=1'
返回响应
🟢200成功
application/json
Body
code
string
响应code
msg
string
响应信息
data
object
响应数据
total
integer
总记录数
total_pages
integer
总页数
page_no
integer
当前页码
page_size
integer
页大小
records
array [object {40}]
数据信息
示例
{
"code": "string",
"msg": "string",
"data": {
"total": 0,
"total_pages": 0,
"page_no": 0,
"page_size": 0,
"records": [
{
"letter_credit_category": 1,
"letter_credit_mode": 0,
"issue_way": 0,
"letter_credit_number": "string",
"letter_credit_biz_type": "string",
"issue_date": "2019-08-24",
"due_date": "2019-08-24",
"currency_code": "string",
"amount": "string",
"exchange_rate": "string",
"excess_shortage_up_ratio": "string",
"excess_shortage_down_ratio": "string",
"confirmation_instruction": "N",
"confirmation_undertaker": "APL",
"allow_transfer": true,
"allow_cancel": true,
"allow_telegraphic_transfer": true,
"apply_org": "string",
"issuer": "string",
"issuer_address": "string",
"issue_bank_code": "string",
"issue_bank_location": "string",
"beneficiary": "string",
"beneficiary_account_number": "string",
"beneficiary_account_name": "string",
"beneficiary_address": "string",
"advise_bank_code": "string",
"advise_bank_location": "string",
"negotiation_bank_code": "string",
"negotiation_bank_location": "string",
"international_practice": "UCP LATEST VERSION",
"attachment_info": [
{
"attachment_name": "string",
"attachment_url": "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": true,
"partial_shipment_description": "string",
"allow_transport": true,
"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"
},
"financing_info": {
"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_info": {
"waybill_date": "2019-08-24",
"waybill_currency_code": "string",
"waybill_amount": "string",
"waybill_exchange_rate": "string",
"waybill_plan_payment_date": "2019-08-24",
"waybill_memo": "string"
},
"honour_info": {
"honour_date": "2019-08-24",
"honour_currency_code": "string",
"honour_amount": "string",
"honour_exchange_rate": "string",
"honour_memo": "string"
},
"nonpayment_info": {
"nonpayment_date": "2019-08-24",
"nonpayment_currency_code": "string",
"nonpayment_amount": "string",
"discrepancy": true,
"nonpayment_memo": "string"
},
"completed_payment_info": [
{
"completed_date": "2019-08-24",
"completed_currency_code": "string",
"completed_amount": "string",
"completed_exchange_rate": "string",
"completed_capital_source": "string",
"completed_memo": "string"
}
]
}
]
}
}