Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...
基准URL: /smartfin/api/v1/entity_credit_matrix
获取额度矩阵
...
POST /smartfin/api/v1/entity_credit_matrix/select
...
trade_cat
- 交易品种, 参数以字符串数组形式存在,或者如果参数为空,则将解析为 null。dept
- 申请部门
更新 / 输入额度矩阵
...
更新URL:
POST/smartfin/api/v1/entity_credit_matrix/update
输入URL:
POST/smartfin/api/v1/entity_credit_matrix/insert
...
与 https://mafint.atlassian.net/wiki/spaces/MAD/pages/2156298244#%E5%93%8D%E5%BA%94 ( 请参考每个参数的定义 ) 的响应主体相同。
删除额度矩阵
...
DELETE/smartfin/api/v1/
...
entity_credit_matrix/delete
根据其 ecm_id
删除单个/多个额度。
验证 / 授权
...