# 人物退出案例

# 接口地址

person/get_person_quitevent_v2

# 接口参数

参数名 必选 说明
person_id 人物ID

# 返回实例

{
    "code":1000,
    "info":"Success",
    "data":{
        "person_id":41721,
        "person_name":"郭广昌",
        "quit_event":[
            {
                "event_id":"36",
                "com_id":"2474",
                "com_name":"百合网",
                "quit_mode_id":"5",
                "quit_mode_name":"股权转让",
                "return_amount":"",
                "approximate_amount":"",
                "currency_name":"",
                "quit_year":"2018",
                "quit_month":"7",
                "quit_day":"4"
            }
        ],
        "quit_event_num":1
    }
}

# 字段说明

字段 说明
person_id 人物id
person_name 人物名称
person_id 人物id
person_name 人物名称
quit_event/ 退出事件
quit_event/event_id 退出事件id
quit_event/com_name 被退出公司名称
quit_event/quit_mode_id 退出方式id
quit_event/quit_mode_name 退出方式名称
quit_event/return_amount 回报详细金额
quit_event/approximate_amount 回报近似金额
quit_event/currency_name 币种名称
quit_event/quit_year 退出时间-年
quit_event/quit_month 退出时间-月
quit_event/quit_day 退出时间-日
quit_event_num 退出事件总数