保誠-保戶業務員媒合平台
HelenHuang
2021-12-30 ac594e4efb30ba28776d74b0fb08ab34d7c32023
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
http get :
 
http://localhost:8080/api/appointment/getDetail/{appointmentId}
 
 
response body:
{
    "id": 110,
    "phone": "09123456789",
    "email": "",
    "contactType": "mobile",
    "gender": "male",
    "age": "30",
    "job": "內勤",
    "requirement": "子女教育,資產規劃,防疫保單相關",
    "communicateStatus": "contacted",
    "hopeContactTime": "'禮拜三,禮拜五、12:00~14:00,14:00~18:00'",
    "otherRequirement": null,
    "appointmentDate": "2021-12-02T09:58:58.932Z",
    "lastModifiedDate": "2021-12-02T09:58:58.932Z",
    "agentNo": "AG0109051204",
    "customerId": 70,
    "name": null,
    "consultantViewTime": "2021-12-02T09:58:12.066Z",
    "consultantReadTime": "2021-12-02T09:58:58.930Z",
    "contactTime": "2021-12-02T09:58:58.930Z",
    "satisfactionScore":3 // null 代表該筆預約單尚未填寫滿意度
}