Project

General

Profile

Wiki » History » Version 5

Soh Keong, 09/27/2021 02:36 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 3 Soh Keong
|_.Code |_.Message                                                    |
12 4 Soh Keong
|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 3 Soh Keong
|10009	| InvDate is empty!                                           |
23
|10010	| Invalid InvDate!                                            |
24
|10011	| Voucher is already exist!                                   |
25
|10012	| Invalid date format!                                        |
26
|10013	| Invalid VoucherCode!                                        |
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
|10019	| Invalid Sales Type!                                         |
33
|10020	| InvNo is already exist!                                     |
34
|10021	| Invalid datatype!                                           |
35
|10024	| ProductSection: R2 sales cannot mix with others             |
36
|10038	| Payment Method is empty!                                    |
37
|10039	| Voucher Amt is empty!                                       |
38 4 Soh Keong
|10040	| Missing CGCCollection Code                                  |
39
|10041	| Missing Handling %                                          |
40
|10042	| Voucher is not active                                       |
41
|10043	| Voucher is cancelled                                        |
42
|10044	| Voucher is expired                                          |
43 3 Soh Keong
|10050	| Missing NoOfRecord                                          |
44
|10051	| Total No of records not tally with web service call details |
45 5 Soh Keong
|10052	| Invalid Status Code                                         |
46
|10053  | Invalid Matress Status Code                                 |
47 2 Soh Keong
48 1 Soh Keong
49
50
h2. SCM
51
52
<pre>
53
Host: cwapp4 [IP address:192.168.2.66]
54
Path: /cvs/ecoswayNew
55
Module: MomRestfulService
56
Tag: HEAD
57
</pre>