Project

General

Profile

Wiki » History » Version 1

Soh Keong, 10/26/2020 04:38 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                                       |
13
| 44444	| Unknown system error!                         |
14
| 10001	| Invalid Token!                                |
15
| 10002	| Invalid Array!                                |
16
| 10003	| TrxID is already exist!                       |
17
| 10004	| TrxID is empty!                               |
18
| 10005	| CenterID is empty!                            |
19
| 10006	| CountryID is empty!                           |
20
| 10007	| MemberID is empty!                            |
21
| 10008	| InvNo is empty!                               |
22
| 10009	| InvDate is empty!                             |
23
| 10010	| Invalid InvDate!                              |
24
| 10011	| Voucher is already exist!                     |
25
| 10012	| Invalid date format!                          |
26
| 10013	| Invalid Voucher Code.                         |
27
| 10014	| Member is locked by another trx!              |
28
| 10015	| Member is not found!                          |
29
| 10016	| Member is already unlocked by another trx!    |
30
| 10017	| Invalid TrxID!                                |
31
| 10018	| Invalid Qty!                                  |
32
| 10035	| Voucher is locked by another trx!             |
33
| 10036	| Voucher is already unlocked by another trx!   |
34
| 10037	| Voucher is already utilized                   |
35
| 10042	| Voucher is not active                         |
36
| 10043	| Voucher is cancelled                          |
37
| 10044	| Voucher is expired                            |
38
39
40
41
h2. SCM
42
43
<pre>
44
Host: cwapp4 [IP address:192.168.2.66]
45
Path: /cvs/ecoswayNew
46
Module: VoucherService
47
Tag: HEAD
48
</pre>