1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| http post :
|
| http://localhost:8080/api/appointment/customer/create
|
|
| contactType: email,phone
| gender: male, female
|
| request body:
|
| {
| "phone":"09123456789",
| "email":"pollex@pollex.comm.tw",
| "contactType":"phone",
| "gender":"male",
| "age":"20-25",
| "job":"專案經理",
| "requirement":"財務規劃,資產移轉",
| "hopeContactTime":"'星期一~星期五, 12:00~14:00, 18:00~21:00'",
| "otherRequirement":"外幣投資",
| "agentNo":"admin"
| }
|
|