1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| http post :
|
| http://localhost:8080/api/notice/send
|
| message: 發送的文字內容
| appointmentId : 約訪通知的預約單id
| interviewDate: 預計約訪時段
|
| request body:
|
| {
| "message":"notice customer invterview time",
| "email":"pollex@gmail.com",
| "phone":"0912345678",
| "appointmentId": 406,
| "interviewDate":"2022-11-01T08:00:00.000"
| }
|
|