# 机构-退出事件

# 接口地址

/investment/get_investment_quitevent_v2

# 接口参数

参数名 必选 说明
institution_id 机构ID

# 返回实例

{
    "code":1000,
    "info":"Success",
    "data":{
        "institution_id":1771,
        "institution_name":"鼎峰资本",
        "quit_event_num":2,
        "quitevent":[
            ...
            {
                "event_id":"278",
                "com_id":"15151",
                "com_name":"透景科技",
                "com_legal_name": "杭州卷瓜网络有限公司",
        		"com_credit_code": "911409216880506622",
                "quit_mode_id":"1",
                "quit_mode_name":"IPO",
                "return_amount":"3610",
                "approximate_amount_id":"3",
                "approximate_amount_name":"数千万",
                "currency_id":"1",
                "currency_name":"人民币",
                "roi":"7.22",
                "quit_year":"2017",
                "quit_month":"4",
                "quit_day":"21",
                "other_quit_party":[
                    {
                        "id":"6872",
                        "name":"张江集团",
                        "tpye_id":"2",
                        "tpye_name":"机构",
                        "roi":"36.1",
                        "return_amount":"18050",
                        "approximate_amount_id":"4",
                        "approximate_amount_name":"亿元及以上",
                        "currency_id":"1",
                        "currency_name":"人民币"
                    },
                    {
                        "id":"10",
                        "name":"启明创投",
                        "tpye_id":"2",
                        "tpye_name":"机构",
                        "roi":"7.22",
                        "return_amount":"361",
                        "approximate_amount_id":"2",
                        "approximate_amount_name":"数百万",
                        "currency_id":"1",
                        "currency_name":"人民币"
                    }
                ],
                "specific_quit_party":[
                    {
                        "type":"fund",
                        "id":"3080",
                        "name":"苏州启明创智股权投资合伙企业(有限合伙)",
                        "institution_id":"10",
                        "institution_name":"启明创投",
                        "roi":"7.22",
                        "return_amount":"361",
                        "approximate_amount_name":"数百万",
                        "currency_name":"人民币"
                    },
                    {
                        "type":"fund",
                        "id":"",
                        "name":"启明创投二期人民币基金",
                        "institution_id":"",
                        "institution_name":"",
                        "roi":"7.22",
                        "return_amount":"3610",
                        "approximate_amount_name":"数千万",
                        "currency_name":"人民币"
                    },
                    {
                        "type":"fund",
                        "id":"11781",
                        "name":"启明维创(上海)股权投资中心(有限合伙) ",
                        "institution_id":"10",
                        "institution_name":"启明创投",
                        "roi":"7.22",
                        "return_amount":"22692",
                        "approximate_amount_name":"亿元及以上",
                        "currency_name":"人民币"
                    }
                ]
            }
        ]
    }
}

# 字段说明

字段 说明
institution_id 机构ID
institution_name 机构名称
quit_event_num 退出事件总数
quit_event/ 退出事件详情
quit_event/event_id 退出事件id
quit_event/com_id 被退出公司id
quit_event/com_name 被退出公司名称
quit_event/com_legal_name 被退出公司工商全称
quit_event/com_credit_code 被退出公司信用代码
quit_event/quit_mode_id 退出方式id
quit_event/quit_mode_name 退出方式名称
quit_event/return_amount 回报具体金额(单位:万)
quit_event/approximate_amount_id 近似金额ID
quit_event/approximate_amount_name 近似金额名称
quit_event/currency_id 币种ID
quit_event/currency_name 币种名称
quit_event/roi 回报倍数
quit_event/quit_year 退出时间 - 年
quit_event/quit_month 退出时间 - 月
quit_event/quit_day 退出时间 - 日
quit_event/other_quit_party/ 其他退出方
quit_event/other_quit_party/id 退出方ID
quit_event/other_quit_party/name 退出方名称
quit_event/other_quit_party/type_id 退出方类型ID
quit_event/other_quit_party/type_name 退出方类型
quit_event/other_quit_party/roi 回报倍数
quit_event/other_quit_party/return_amount 回报具体金额(单位:万)
quit_event/other_quit_party/approximate_amount_id 近似金额ID
quit_event/other_quit_party/approximate_amount_name 近似金额名称
quit_event/other_quit_party/currency_id 币种ID
quit_event/other_quit_party/currency_name 币种名称
quit_event/specific_quit_party/ 具体退出方
quit_event/specific_quit_party/type 负责人或基金类型
quit_event/specific_quit_party/id 负责人或基金ID
quit_event/specific_quit_party/name 负责人或基金名称
quit_event/specific_quit_party/institution_id 所属机构ID
quit_event/specific_quit_party/institution_name 所属机构名称
quit_event/specific_quit_party/roi 回报倍数
quit_event/specific_quit_party/return_amount 回报具体金额(单位:万)
quit_event/specific_quit_party/approximate_amount_name 近似金额名称
quit_event/specific_quit_party/currency_name 币种名称