Authorization: Bearer ********************curl --location 'https://open.qfei.cn/open-apis/mdm/v1/legal_entities/list_all?page_size=20&page_token=abcdefxxxx&user_id_type=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"code": 0,
"msg": "success",
"data": {
"items": [
{
"id": "7003410079584092448",
"legalEntity": "L00002002",
"legalEntityText": "legal Person",
"shortText": "legalPerson",
"certificationType": "0",
"certificationId": "91310120MA1H23N81AX",
"legalPerson": "张三",
"country": "CN",
"province": "MDPS00004000",
"city": "MDCY00006000",
"address": "地址",
"taxpayerType": "1",
"telephone": "010-58341796",
"bankId": "MDBK00072319",
"bankName": "中原银行股份有限公司南阳华瑞支行",
"bankAccount": "644666446",
"status": 1,
"legalEntityBanks": [
{
"id": "1433492736852541442",
"companyCode": "1002",
"bankId": "MDBK00131739",
"bankCode": "001755053005",
"bankName": "中国人民银行丽江市中心支行",
"bankAcronym": "PBC",
"country": "CN",
"accountName": "账户名称",
"bankAccount": "122907287xxxxx9",
"swiftCode": "CMBCCNBS",
"bankControlCode": "40001xxxxxxx00313261",
"extendInfo": [
{
"fieldType": 0,
"fieldValue": "文本值",
"options": [
""
],
"num": 1.11,
"date": "2021-10-14",
"rangeDate": [
""
],
"fieldCode": "X00000001",
"appendix": [
{
"fileId": "5c7237e821a8409d9b8b2e1041cdc9a4",
"fileName": "附件",
"fileType": "DOX",
"fileSize": 1024,
"downloadUrl": "http://download.com/xxxxx"
}
]
}
],
"ibanAccount": "6446777"
}
],
"extendInfo": [
{
"fieldType": 0,
"fieldValue": "文本值",
"options": [
""
],
"num": 1.11,
"date": "2021-10-14",
"rangeDate": [
""
],
"fieldCode": "X00000001",
"appendix": [
{
"fileId": "5c7237e821a8409d9b8b2e1041cdc9a4",
"fileName": "附件",
"fileType": "DOX",
"fileSize": 1024,
"downloadUrl": "http://download.com/xxxxx"
}
]
}
],
"appendix": [
{
"fileId": "5c7237e821a8409d9b8b2e1041cdc9a4",
"fileName": "附件",
"fileType": "DOX",
"fileSize": 1024,
"downloadUrl": "http://download.com/xxxxx"
}
],
"accountName": "12",
"bankControlCode": "12",
"swiftCode": "123",
"clearingAccount": "12333"
}
],
"pageToken": "",
"hasMore": true
}
}