ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
S NoParameter NameDescriptionField SpecificationsSample Value
2
1List{at}AT InvoicesRefer A 1.1
3
4
A 1.1          AT Invoices
5
S NoParameter NameDescriptionField SpecificationsSample Value
6
1flagInvoice StatusString(N) N-No action
7
2chksumInvoice Check sum valueString (Max length:64)AflJufPlFStqKBZ
8
3posPlace of SupplyString(Max length:2)04
9
4sply_tySupply TypeString (Length - 5)INTER / INTRA
10
5diff_percentDifferential percentageDecimal (3,2).65 (65%)If the attribute is present then the value should be only 0.65
11
6List {itms}Item DetailsRefer A 1.1.2
12
13
A 1.1.2          Item Details
14
S NoParameter NameDescriptionField SpecificationsSample Value
15
1rtRate of InvoiceDecimal(3, 2)10.00
16
2ad_amtAdvance receivedDecimal(11, 2)10001.00
17
3iamtIGST Amount as per invoiceDecimal(11,2)650.00
18
4camtCGST Amount as per invoiceDecimal(11, 2)650.00
19
5samtSGST Amount as per invoiceDecimal(11, 2)650.00
20
6csamtCess Amount 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