保誠-保戶業務員媒合平台
pamapi/src/doc/ÅU°ÝAPI/¨ú±o¥þ³¡ÅU°Ý¸ê®Æ.txt
@@ -2,15 +2,50 @@
http://localhost:8080/api/consultant/all
response body:
{
    "name": "",
    "agentNo": "",
    "role": "",
    "avgScore": 0,
    "serveArea": ["新北市","宜蘭縣","台中市"],
    "seniority_year": 22,
    "seniority_month": 10,
    "expertise": [],
    "gender": "female", // "male": ç”·æ€§ã€ "female": å¥³æ€§
    "communicationStyle" : "謹慎務實、明快主動、耐心傾聽、健談風趣"
}
[
    {
        "name": "崔寨",
        "agentNo": "R221444250",
        "role": "台名保險經紀人",
        "avgScore": 3.3,
        "serveArea": [
            "全台"
        ],
        "seniority_year": 38,
        "seniority_month": 0,
        "expertise": [
            "健康與保障",
            "子女教育",
            "資產規劃",
            "樂活退休",
            "保單健檢/規劃",
            "分紅保單"
        ],
        "gender": "female",
        "communicationStyle": "謹慎務實、明快主動、耐心傾聽、健談風趣"
    },
    {
        "name": "喬妹",
        "agentNo": "B282677963",
        "role": "錠嵂保險經紀人",
        "avgScore": 3.4,
        "serveArea": [
            "南投縣",
            "高雄市",
            "屏東縣"
        ],
        "seniority_year": 30,
        "seniority_month": 8,
        "expertise": [
            "健康與保障",
            "子女教育",
            "資產規劃",
            "樂活退休",
            "保單健檢/規劃",
            "分紅保單"
        ],
        "gender": "female",
        "communicationStyle": "謹慎務實、明快主動、耐心傾聽、健談風趣"
    },
    ...
]