{
"creditCode": "",
"companyName": "厦门嘉戎技术股份有限公司",
"page": 1,
"pageSize": 20,
"clientId": "26edab18d1594e03a59191e5c28d4374"
}
curl --location --request POST '/v3api/adv/corp_investment' \
--header 'Content-Type: application/json' \
--data-raw '{
"creditCode": "",
"companyName": "厦门嘉戎技术股份有限公司",
"page": 1,
"pageSize": 20,
"clientId": "26edab18d1594e03a59191e5c28d4374"
}'
{
"code": 0,
"gid": "b692a764054b478ea282d240c3bc4fb7",
"data": {
"detail": [
{
"invested_company": "宙泽(上海)新能源有限公司",
"business_scope": "一般项目:新能源原动设备销售;电池销售;技术服务、技术开发、技术咨询、技术交流、技术转让、技术推广(除依法须经批准的项目外,凭营业执照依法自主开展经营活动)。",
"corporation": "翟琴",
"registered_capital": "500万人民币",
"establish_date": "2021-05-08 00:00:00",
"contribute_ratio": "100%",
"status": "注销"
}
],
"page": {
"page_total": 1,
"total_count": 2,
"page_no": 1,
"page_size": 20
}
},
"bizcode": 10000,
"success": true,
"message": "OK"
}