Project

General

Profile

WebService » History » Version 2

Soh Keong, 10/12/2023 10:27 AM

1 1 Soh Keong
{{toc}}
2
3
h1. Web Service
4
5
h2. URL
6
7
Internal : http://202.129.164.38:8441/OnlineWSService/Local.jsp
8
External : http://202.129.164.38:8441/OnlineWSService/WebService.jsp
9
10
h2. Function
11
12
h3. GetAllRPBalanceWithExpiryDate
13
14
Service : EcHkMemberController
15
Method  : getRPBalanceExpiryDateList
16
17
h3. GetRPBalanceWithExpiryDateByMemberId
18
19
Service : EcHkMemberController
20
Method  : getRPBalanceExpiryDate
21 2 Soh Keong
22
Request		: {"Data":"{\"MemberId\":\"HK123456\"}","Service":"EcHkMemberController","Method":"getRPBalanceExpiryDate"}
23
Response	: {"Data":"{\"20241231\":609.0,\"20250630\":0.0}","ResponseCode":"00000","ResponseMessage":"SUCCESS."}