保誠-保戶業務員媒合平台
wayne
2022-01-26 6fa4bba623713c396432ba8b863846883d6a1906
pamapi/src/doc/º¡·N«×/«È¤á¶ñ¼gº¡·N«×.txt
@@ -1,8 +1,9 @@
http post :
http://localhost:8080/api/satisfaction/create
http://localhost:8080/api/satisfaction/score
填寫一筆:
request body:
@@ -21,4 +22,33 @@
    "agentNo": "admin",
    "status": "UNFILLED",
    "score": 4
}
}
=====================================================
填寫多筆滿意度:
http post :
http://localhost:8080/api/satisfaction/score/all
request body:
[{
    "appointmentId": 67,
    "score":4
}]
response body:
[{
    "id": 3,
    "customerId": 2,
    "agentNo": "admin",
    "status": "UNFILLED",
    "score": 4
}]