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
| http post :
| http://localhost:8080/api/appointment/markAsContacted/{appointmentId}
|
| response body:
| {
| "id": 401,
| "phone": "0912345678",
| "email": "wayne@pollex.com.tw",
| "contactType": "EMAIL",
| "gender": "male",
| "age": "under_20",
| "job": "123",
| "requirement": "健康與保障,保單健檢/規劃",
| "communicateStatus": "contacted",
| "hopeContactTime": "'星期一,星期二,星期三,星期四,星期五,星期六,星期日、9:00~12:00,12:00~14:00,14:00~18:00,18:00~21:00'",
| "otherRequirement": null,
| "appointmentDate": "2021-12-21T08:13:50.154Z",
| "lastModifiedDate": "2022-01-04T09:40:13.715Z",
| "agentNo": "J149388015",
| "customerId": 155,
| "name": "123",
| "consultantViewTime": "2021-12-24T07:27:48.681Z",
| "consultantReadTime": null,
| "contactTime": "2022-01-04T09:40:13.715Z",
| "satisfactionScore": null,
| "appointmentMemoList": []
| }
|
|