Project

General

Profile

Wiki » History » Version 2

Soh Keong, 12/11/2020 04:21 PM

1 1 Soh Keong
{{toc}}
2
3
h1. Wiki
4
5
h2. Specification
6
7
See [[Specification]]
8
9
h2. Status Code
10
11
|_.Code |_.Message                                                            |
12
|00000	| SUCCESS; Successful processed.                                      |
13
|10101	| Insufficient parameter.                                             |
14
|10102	| Record not exist.                                                   |
15
|10103	| Invalid parameter.                                                  |
16
|10104	| Invalid parameter length.                                           |
17
|10105	| Service Unavailable.                                                |
18
|10106	| Invalid Transaction Type.                                           |
19
|10107	| Invalid Process Category                                            |
20
|10108	| Invalid Date Format                                                 |
21
|10109	| CountryID is empty!                                                 |
22
|10110	| MemberID is empty!                                                  |
23
|10111	| EpicPlan.StartDate is empty!                                        |
24
|10112	| EpicPlan.MemberEpicPlan is empty!                                   |
25
|10113	| TransactionID is empty!                                             |
26
|10114	| Plan Status is empty!                                               |
27
|10115	| Center ID is empty!                                                 |
28
|10116	| Approval Code is empty!                                             |
29
|10117	| Invalid Voucher Code.                                               |
30
|10118	| Invoice Date: Invalid Date Format.                                  |
31 2 Soh Keong
|10121  | Transaction ID is not exist. You need an existing Transaction ID to proceed. |
32 1 Soh Keong
|10131	| Voucher Code is empty!                                              |
33
|10132	| Voucher Code not found!                                             |
34
|10133	| Failed to cancel! This is a valid voucher code.                     |
35
|10144	| Voucher is already unlocked                                         |
36
|12001	| Unknown system error.                                               |
37
|13001	| Invoice Not Found!                                                  |
38
|50001	| Member ID not exist.                                                |
39
|50002	| Member ID exist.                                                    |
40 2 Soh Keong
|50003	| Member ID exist without PIN.                                        |
41 1 Soh Keong
|50004	| Account is used.                                                    |
42
|50101	| Invalid designated center.                                          |
43
|50102	| Membership expired.                                                 |
44
|50103	| Incomplete membership.                                              |
45
|50104	| Invalid or Wrong PIN                                                |
46
|50105	| Account has been locked, please contact customer service to assist. |
47
|50106	| Invalid designate country.                                          |
48
|50107	| Insufficient Balance.                                               |
49
|50108	| Balance not zero.                                                   |
50
|50109	| Approval Code is not exist!                                         |
51
|50110	| Approval Code is already exist!                                     |
52
|60001	| Sales Error Code                                                    |
53
|60101	| Sales Amount Not Tally                                              |
54
|60102	| Invalid Transaction                                                 |
55
|60103	| Transaction ID used.                                                |
56
57
58
59
h2. SCM
60
61
<pre>
62
Host: cwapp4 [IP address:192.168.2.66]
63
Path: /cvs/ecoswayNew
64
Module: HKService
65
Tag: HEAD
66
</pre>