1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| http put:
| http://localhost:8080/api/appointment
|
| consultationMethod: 諮詢方式(online,offline)
|
|
|
| http request body:
| {
| "id": 170,
| "phone": "0938520091",
| "email": "",
| "contactType": "phone",
| "gender": "male",
| "age": "under_20",
| "job": "內勤",
| "requirement": "健康與保障,子女教育,資產規劃",
| "hopeContactTime": "'禮拜一,禮拜二,禮拜三,禮拜四,禮拜五,禮拜六,禮拜日、9:00~12:00,12:00~14:00,14:00~18:00,18:00~21:00'",
| "otherRequirement": null,
| "consultationMethod": "offline"
| }
|
| http response status: 204
|
|