查询财务关系详情
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListFinancialRelation | 要执行的操作,取值:ListFinancialRelation |
Version | String | 是 | 2022-01-01 | API的版本,取值:2022-01-01 |
AccountIDSearchList | Array of String | 否 | ["2000000000"] | 对手方账号ID(查询条件) |
Relation | Array of String | 否 | ["1"] | 关系类型(查询条件) |
Status | Array of String | 否 | ["200"] | 对手方账号与当前账号目前所处关系的状态 |
Limit | Integer | 否 | 10 | 数量:[1-100] |
Offset | Integer | 否 | 0 | 偏移,默认为0 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
List | Array of FinancialRelation | "" | 财务关系详情 |
Total | Integer | 100 | 总数 |
Limit | Integer | 10 | 步长 |
Offset | Integer | 0 | 偏移量 |
{}
{ "ResponseMetadata": { "RequestId": "20230327113355546653D988035BA94DB1", "Action": "ListFinancialRelation", "Version": "2022-01-01" }, "Result": { "List": [ { "MajorAccountID": 2100250145, "MajorAccountName": "robintest1", "SubAccountID": 2100250375, "SubAccountName": "robintest10", "AccountAlias": "", "Filiation": 1, "FiliationDesc": "主", "Relation": 4, "RelationDesc": "", "Status": 200, "StatusDesc": "关系已建立", "UpdateTime": "2023-05-31 19:07:37", "RelationID": "rel23", "AuthInfo": [ { "AuthID": "xxxxxxx", "AuthList": [1, 3, 5], "AuthStatus": 200 }, { "AuthID": "yyyyyyy", "AuthList": [1, 3, 5], "AuthStatus": 100 } ], } ] "BaseResp": { "StatusMessage": "", "StatusCode": 0 } } }
您可访问公共错误码,获取更多错误码信息。