From f8ab133a7dc20562c25a092a402266f5e7b0b296 Mon Sep 17 00:00:00 2001 From: Jack <jack.su@pollex.com.tw> Date: 星期一, 24 一月 2022 10:29:38 +0800 Subject: [PATCH] Merge branch 'Phase3' of ssh://dev.pollex.com.tw:29418/pcalife/PAM into Phase3 --- pamapi/src/doc/預約單/標記為已聯絡API.txt | 67 ++++++++++++++++++++++++--------- 1 files changed, 49 insertions(+), 18 deletions(-) diff --git "a/pamapi/src/doc/\351\240\220\347\264\204\345\226\256/\346\250\231\350\250\230\347\202\272\345\267\262\350\201\257\347\265\241API.txt" "b/pamapi/src/doc/\351\240\220\347\264\204\345\226\256/\346\250\231\350\250\230\347\202\272\345\267\262\350\201\257\347\265\241API.txt" index d4f900c..ad86aac 100644 --- "a/pamapi/src/doc/\351\240\220\347\264\204\345\226\256/\346\250\231\350\250\230\347\202\272\345\267\262\350\201\257\347\265\241API.txt" +++ "b/pamapi/src/doc/\351\240\220\347\264\204\345\226\256/\346\250\231\350\250\230\347\202\272\345\267\262\350\201\257\347\265\241API.txt" @@ -3,25 +3,56 @@ response body: { - "id": 401, - "phone": "0912345678", - "email": "wayne@pollex.com.tw", - "contactType": "EMAIL", - "gender": "male", - "age": "under_20", - "job": "123", - "requirement": "�摨瑁����,靽�瑼�/閬��", - "communicateStatus": "contacted", + "id": 385, + "phone": "0911223344", + "email": "SDD", + "contactType": "phone", + "gender": "female", + "age": "21-30", + "job": "��", + "requirement": "�摨瑁����", + "communicateStatus": "done", "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", + "appointmentDate": "2021-12-16T07:11:05.400Z", + "lastModifiedDate": "2022-01-19T10:57:51.380Z", + "agentNo": "A568420", + "customerId": 139, + "name": "Angula-test", + "consultantViewTime": "2021-12-27T02:02:18.711Z", + "consultantReadTime": "2021-12-28T07:16:01.295Z", + "contactTime": "2021-12-28T07:16:37.004Z", "satisfactionScore": null, - "appointmentMemoList": [] + "appointmentMemoList": [], + "interviewRecordDTOs": [], + "appointmentNoticeLogs": [ + { + "id": 4, + "phone": "0912345678", + "email": "pollex@gmail.com", + "appointmentId": 385, + "content": "notice customer invterview time", + "createdDate": "2022-01-11T09:33:57.754Z", + "interviewDate": null + }, + { + "id": 6, + "phone": "0912345678", + "email": "pollex@gmail.com", + "appointmentId": 385, + "content": "notice customer invterview time", + "createdDate": "2022-01-19T10:38:42.187Z", + "interviewDate": "2022-11-01T08:00:00.000+00:00" + } + ], + "appointmentClosedInfo": { + "id": 9, + "policyholderIdentityId": "A123456789", + "planCode": "ATMdd", + "policyEntryDate": "2022-01-12T00:00:00.000+00:00", + "remark": "test remark", + "closedReason": "other2", + "closedOtherReason": "敹��末銝鞎�2", + "appointmentId": 385 + } } -- Gitblit v1.9.3