Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel2
outlinefalse
typelist
printablefalse

...

基准URL: /smartfin/api/v1/whitelist


获取公司数据

...

POST /smartfin/api/v1/whitelist/select

...

Code Block
entity_name, entity_type - string

  • entity_name - 公司名称 客户名称 (必填项)

  • entity_type - 公司类型 (COUNTERPARTY (客户) or BROKER (经纪商))

...

Code Block
client_attr - array[integer] or null

  • client_attr - 客商属性客户属性

  • 数据以参数数组( array )形式存在,或者如果参数、为空,则将解析为 null。

...

Code Block
credit_amt, aff_group_credit_amt , rec_credit_amt, credit_lvl, 
credit_score, own_eq, reg_cap, company_auth_amt, aff_group_auth_amt - integer
aff_group, biz_abbrev - string

  • credit_amt - 授信额度 单一客户授信总额

  • aff_group_credit_amt - 所属集团联合授信总额(折人民币万元)

  • biz_abbrev - 客商简称客户简称

  • aff_group - 所属集团

  • rec_credit_amt - 建议信用额度 (折人民币万元)

  • credit_lvl- 信用评级

  • credit_score- 信用分值

  • own_eq- 所有者权益 (折人民币万元)

  • reg_cap- 注册资本(折人民币万元)注册资本(本位币万元)

  • company_auth_amt - 单一客户未了结合同总额(折人民币万元)

  • aff_group_auth_amt - 所属集团未了结合同总额(折人民币万元)

Code Block
invalid - boolean

公司的现状 (true (停用) or ““ )

更新 / 输入公司数据

...

更新URL:
POST/smartfin/api/v1/whitelist/update

输入URL:
POST/smartfin/api/v1/whitelist/insert

...

删除公司数据

...

DELETE/smartfin/api/v1/whitelist/delete

...