Project

General

Profile

Wiki » History » Version 2

Soh Keong, 08/23/2021 09:37 AM

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
|10001	| Invalid Token.                 |
14
|10005	| StockistID is empty.           |
15
|10006	| CountryID is empty.            |
16
|10007	| MemberID is empty.             |
17
|10008	| InvNo is empty.                |
18
|10009	| InvDate is empty.              |
19
|10010	| Invalid InvDate.               |
20
|10011	| Voucher is already exist.      |
21
|10012	| Invalid voucher date.          |
22
|10013	| Invalid Voucher ID.            |
23
|10015	| Member is not found.           |
24
|44444	| Unknown system error.          |
25
26 2 Soh Keong
h2. Vouher Status 
27
28
|StatusID     |	StatusMsg     |
29
|A	      | Active        |
30
|C	      | Cancelled     |
31
|E	      | Expired       |
32
|N	      | Not Found     |
33
|T	      | Invalid Token |
34
|U	      | Utilized      |
35
|V	      | Not active    |
36
37 1 Soh Keong
h2. SCM
38
39
<pre>
40
Host: cwapp4 [IP address:192.168.2.66]
41
Path: /cvs/ecoswayNew
42
Module: VoucherTwService
43
Tag: HEAD
44
</pre>