ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
S NoParameter NameDescriptionField SpecificationsSample Value
2
1List{ata}ATA InvoicesRefer A 1.1
3
4
A 1.1          ATA Invoices
5
S NoParameter NameDescriptionField SpecificationsSample Value
6
1flagInvoice StatusOne Character(N) N-No action
7
2chksumInvoice chksum valueString(Max length:64)INVOICECHECKSUMVALUE
8
3omonOriginal MonthString(MMYYYY)032017
9
4posOriginal Place of SupplyString(Max length:2)04
10
5sply_tyOriginal Supply TypeString (Length - 5)INTER / INTRA
11
6diff_percentDifferential percentageDecimal (3,2).65 (65%)If the attribute is present then the value should be only 0.65
12
7List {itms}Item DetailsRefer A 1.1.2
13
14
A 1.1.2          Item Details
15
S NoParameter NameDescriptionField SpecificationsSample Value
16
1rtRate of InvoiceDecimal(3, 2)10.00
17
2ad_amtAdvance receivedDecimal(11, 2)10001.00
18
3camtCGST Rate as per invoiceDecimal(11, 2)650.00
19
4samtSGST Rate as per invoiceDecimal(11, 2)650.00
20
5csamtCess Rate as per invoiceDecimal(11, 2)650.00
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100