1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| http get :
|
| http://localhost:8080/api/appointment/getDetail/{appointmentId}
|
|
| response body:
|
| {
| "id": 26,
| "phone": "09123456789",
| "email": "123",
| "contactType": "email",
| "gender": "male",
| "age": "20",
| "job": "外勤",
| "requirement": "防疫保單相關",
| "communicateStatus": "contacted",
| "hopeContactTime": "','",
| "otherRequirement": "",
| "appointmentDate": "2021-11-12T10:17:14.107Z",
| "agentNo": "6",
| "customerId": 2,
| "name": "Jack"
| }
|
|