保誠-保戶業務員媒合平台
Tomas
2021-12-09 ac235850a9287dae6977c964213176fa7c86b140
pamapi/src/doc/ÅU°ÝAPI/ÄY¿ï°t¹ï.txt
@@ -1,16 +1,16 @@
http get: http://localhost:8080/api/consultant/strictQuery
http post: http://localhost:8080/api/consultant/strictQuery
request body:
{
{
    "gender":"female",
    "avgScore":5,
    "status": "online", // phase 1 disalbed
    "area":"桃園",
    "requirements": ["健康與保障","保單健檢/規劃"],
    "otherRequirement": "長照險",
    "seniority":"資深",
    "seniority":        // "資深"帶"SENIOR"、"年輕"帶"YOUNG"、"不限"帶"UNLIMITED"
    "popularTags":["防疫","失能","防癌"],
    "otherPopularTags":"旅行險"
    "otherPopularTags":"旅行險",
}
response body:
@@ -27,7 +27,9 @@
        "contactStatus": null,
        "updateTime": null,
        "seniority": "4å¹´2個月",
        "new": false
        "role": "台名保險經紀人",
        "new": false,
        "latestAppointmentId": null
    },
    {
        "agentNo": "12346",
@@ -42,6 +44,8 @@
        "contactStatus": null,
        "updateTime": null,
        "seniority": "2å¹´3個月",
        "new": false
        "role": "台名保險經紀人",
        "new": false,
        "latestAppointmentId": null
    }
]