保誠-保戶業務員媒合平台
Tomas
2023-08-05 965db8f11b4ce3df0c0604cc5f008d42aa6db7d4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
http post: http://localhost:8080/api/consultant/favorite
 
request body:
{
    "consultantList": [
        {
            "agentNo": "Z152717443",
            "createdTime": "2020-05-18T03:24:40Z"   // 若為null時,後端自動帶目前時刻
        },
        {
            "agentNo": "AGAM11249699",
            "createdTime": "2020-05-18T03:24:42Z"
        }
        ...
    ]
}
response body: 無,回http status 202