@twin.org/standards-unece 0.0.1-next.23 → 0.0.1-next.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs +4113 -4080
- package/dist/esm/index.mjs +4092 -4059
- package/dist/types/codeTypes/{amountCurrencyCodes.d.ts → uneceAmountCurrencyCodes.d.ts} +182 -182
- package/dist/types/codeTypes/{countryIdCodes.d.ts → uneceCountryIdCodes.d.ts} +251 -251
- package/dist/types/codeTypes/uneceDocumentCodes.d.ts +3225 -0
- package/dist/types/codeTypes/uneceDocumentStatusCodes.d.ts +189 -0
- package/dist/types/codeTypes/uneceGovernmentActionCodes.d.ts +53 -0
- package/dist/types/codeTypes/uneceReferenceCodes.d.ts +3281 -0
- package/dist/types/codeTypes/uneceResponsibleGovernmentAgencyCodes.d.ts +89 -0
- package/dist/types/codeTypes/uneceStatusCodes.d.ts +1417 -0
- package/dist/types/codeTypes/uneceTransportMeansTypeCodes.d.ts +549 -0
- package/dist/types/codeTypes/uneceTransportModeCodes.d.ts +53 -0
- package/dist/types/codeTypes/uneceWorkflowStatusCodes.d.ts +109 -0
- package/dist/types/codes/{amountCurrencyCodes.d.ts → uneceAmountCurrencyCodes.d.ts} +1 -1
- package/dist/types/codes/{countryIdCodes.d.ts → uneceCountryIdCodes.d.ts} +1 -1
- package/dist/types/codes/{documentCodes.d.ts → uneceDocumentCodes.d.ts} +1 -1
- package/dist/types/codes/{documentStatusCodes.d.ts → uneceDocumentStatusCodes.d.ts} +1 -1
- package/dist/types/codes/{governmentActionCodes.d.ts → uneceGovernmentActionCodes.d.ts} +1 -1
- package/dist/types/codes/{referenceCodes.d.ts → uneceReferenceCodes.d.ts} +1 -1
- package/dist/types/codes/{responsibleGovernmentAgencyCodes.d.ts → uneceResponsibleGovernmentAgencyCodes.d.ts} +1 -1
- package/dist/types/codes/{statusCodes.d.ts → uneceStatusCodes.d.ts} +1 -1
- package/dist/types/codes/{transportMeansTypeCodes.d.ts → uneceTransportMeansTypeCodes.d.ts} +1 -1
- package/dist/types/codes/{transportModeCodes.d.ts → uneceTransportModeCodes.d.ts} +1 -1
- package/dist/types/codes/{workflowStatusCodes.d.ts → uneceWorkflowStatusCodes.d.ts} +1 -1
- package/dist/types/index.d.ts +22 -22
- package/docs/changelog.md +1 -1
- package/docs/reference/index.md +33 -33
- package/docs/reference/type-aliases/UneceAmountCurrencyCodes.md +7 -0
- package/docs/reference/type-aliases/{CountryIdCodes.md → UneceCountryIdCodes.md} +2 -2
- package/docs/reference/type-aliases/{DocumentCodes.md → UneceDocumentCodes.md} +2 -2
- package/docs/reference/type-aliases/UneceDocumentStatusCodes.md +7 -0
- package/docs/reference/type-aliases/UneceGovernmentActionCodes.md +7 -0
- package/docs/reference/type-aliases/UneceReferenceCodes.md +7 -0
- package/docs/reference/type-aliases/UneceResponsibleGovernmentAgencyCodes.md +7 -0
- package/docs/reference/type-aliases/UneceStatusCodes.md +7 -0
- package/docs/reference/type-aliases/UneceTransportMeansTypeCodes.md +7 -0
- package/docs/reference/type-aliases/UneceTransportModeCodes.md +7 -0
- package/docs/reference/type-aliases/UneceWorkflowStatusCodes.md +7 -0
- package/docs/reference/variables/{AMOUNT_CURRENCY_CODES.md → UNECE_AMOUNT_CURRENCY_CODES.md} +2 -2
- package/docs/reference/variables/{COUNTRY_ID_CODES.md → UNECE_COUNTRY_ID_CODES.md} +2 -2
- package/docs/reference/variables/{DOCUMENT_CODES.md → UNECE_DOCUMENT_CODES.md} +2 -2
- package/docs/reference/variables/{DOCUMENT_STATUS_CODES.md → UNECE_DOCUMENT_STATUS_CODES.md} +2 -2
- package/docs/reference/variables/{GOVERNMENT_ACTION_CODES.md → UNECE_GOVERNMENT_ACTION_CODES.md} +2 -2
- package/docs/reference/variables/{REFERENCE_CODES.md → UNECE_REFERENCE_CODES.md} +2 -2
- package/docs/reference/variables/{RESPONSIBLE_GOVERNMENT_AGENCY_CODES.md → UNECE_RESPONSIBLE_GOVERNMENT_AGENCY_CODES.md} +2 -2
- package/docs/reference/variables/{STATUS_CODES.md → UNECE_STATUS_CODES.md} +2 -2
- package/docs/reference/variables/{TRANSPORT_MEANS_TYPE_CODES.md → UNECE_TRANSPORT_MEANS_TYPE_CODES.md} +2 -2
- package/docs/reference/variables/{TRANSPORT_MODE_CODES.md → UNECE_TRANSPORT_MODE_CODES.md} +2 -2
- package/docs/reference/variables/{WORKFLOW_STATUS_CODES.md → UNECE_WORKFLOW_STATUS_CODES.md} +2 -2
- package/docs/reference/variables/{AmountCurrencyCodes.md → UneceAmountCurrencyCodes.md} +182 -182
- package/docs/reference/variables/{CountryIdCodes.md → UneceCountryIdCodes.md} +251 -251
- package/docs/reference/variables/UneceDocumentCodes.md +4827 -0
- package/docs/reference/variables/UneceDocumentStatusCodes.md +273 -0
- package/docs/reference/variables/UneceGovernmentActionCodes.md +69 -0
- package/docs/reference/variables/{ReferenceCodes.md → UneceReferenceCodes.md} +819 -819
- package/docs/reference/variables/UneceResponsibleGovernmentAgencyCodes.md +123 -0
- package/docs/reference/variables/UneceStatusCodes.md +2115 -0
- package/docs/reference/variables/UneceTransportMeansTypeCodes.md +813 -0
- package/docs/reference/variables/UneceTransportModeCodes.md +69 -0
- package/docs/reference/variables/UneceWorkflowStatusCodes.md +153 -0
- package/package.json +1 -1
- package/dist/types/codeTypes/documentCodes.d.ts +0 -3225
- package/dist/types/codeTypes/documentStatusCodes.d.ts +0 -189
- package/dist/types/codeTypes/governmentActionCodes.d.ts +0 -53
- package/dist/types/codeTypes/referenceCodes.d.ts +0 -3281
- package/dist/types/codeTypes/responsibleGovernmentAgencyCodes.d.ts +0 -89
- package/dist/types/codeTypes/statusCodes.d.ts +0 -1417
- package/dist/types/codeTypes/transportMeansTypeCodes.d.ts +0 -549
- package/dist/types/codeTypes/transportModeCodes.d.ts +0 -53
- package/dist/types/codeTypes/workflowStatusCodes.d.ts +0 -109
- package/docs/reference/type-aliases/AmountCurrencyCodes.md +0 -7
- package/docs/reference/type-aliases/DocumentStatusCodes.md +0 -7
- package/docs/reference/type-aliases/GovernmentActionCodes.md +0 -7
- package/docs/reference/type-aliases/ReferenceCodes.md +0 -7
- package/docs/reference/type-aliases/ResponsibleGovernmentAgencyCodes.md +0 -7
- package/docs/reference/type-aliases/StatusCodes.md +0 -7
- package/docs/reference/type-aliases/TransportMeansTypeCodes.md +0 -7
- package/docs/reference/type-aliases/TransportModeCodes.md +0 -7
- package/docs/reference/type-aliases/WorkflowStatusCodes.md +0 -7
- package/docs/reference/variables/DocumentCodes.md +0 -4827
- package/docs/reference/variables/DocumentStatusCodes.md +0 -273
- package/docs/reference/variables/GovernmentActionCodes.md +0 -69
- package/docs/reference/variables/ResponsibleGovernmentAgencyCodes.md +0 -123
- package/docs/reference/variables/StatusCodes.md +0 -2115
- package/docs/reference/variables/TransportMeansTypeCodes.md +0 -813
- package/docs/reference/variables/TransportModeCodes.md +0 -69
- package/docs/reference/variables/WorkflowStatusCodes.md +0 -153
|
@@ -1,3225 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* A character string denoting the type of a document. [Reference United Nations Code List (UNCL) 1001]
|
|
3
|
-
* https://vocabulary.uncefact.org/DocumentCodeList
|
|
4
|
-
* https://github.com/uncefact/vocabulary-outputs/blob/main/_data/documentcodelist.json
|
|
5
|
-
*/
|
|
6
|
-
export declare const DocumentCodes: {
|
|
7
|
-
/**
|
|
8
|
-
* 1 Certificate of analysis.
|
|
9
|
-
*/
|
|
10
|
-
1: string;
|
|
11
|
-
/**
|
|
12
|
-
* 10 Party information.
|
|
13
|
-
*/
|
|
14
|
-
10: string;
|
|
15
|
-
/**
|
|
16
|
-
* 100 Excise certificate.
|
|
17
|
-
*/
|
|
18
|
-
100: string;
|
|
19
|
-
/**
|
|
20
|
-
* 101 Registration document.
|
|
21
|
-
*/
|
|
22
|
-
101: string;
|
|
23
|
-
/**
|
|
24
|
-
* 102 Tax notification.
|
|
25
|
-
*/
|
|
26
|
-
102: string;
|
|
27
|
-
/**
|
|
28
|
-
* 103 Transport equipment direct interchange report.
|
|
29
|
-
*/
|
|
30
|
-
103: string;
|
|
31
|
-
/**
|
|
32
|
-
* 104 Transport equipment impending arrival advice.
|
|
33
|
-
*/
|
|
34
|
-
104: string;
|
|
35
|
-
/**
|
|
36
|
-
* 105 Purchase order.
|
|
37
|
-
*/
|
|
38
|
-
105: string;
|
|
39
|
-
/**
|
|
40
|
-
* 106 Transport equipment damage report.
|
|
41
|
-
*/
|
|
42
|
-
106: string;
|
|
43
|
-
/**
|
|
44
|
-
* 107 Transport equipment maintenance and repair work estimate advice.
|
|
45
|
-
*/
|
|
46
|
-
107: string;
|
|
47
|
-
/**
|
|
48
|
-
* 108 Transport equipment empty release instruction.
|
|
49
|
-
*/
|
|
50
|
-
108: string;
|
|
51
|
-
/**
|
|
52
|
-
* 109 Transport movement gate in report.
|
|
53
|
-
*/
|
|
54
|
-
109: string;
|
|
55
|
-
/**
|
|
56
|
-
* 11 Federal label approval.
|
|
57
|
-
*/
|
|
58
|
-
11: string;
|
|
59
|
-
/**
|
|
60
|
-
* 110 Manufacturing instructions.
|
|
61
|
-
*/
|
|
62
|
-
110: string;
|
|
63
|
-
/**
|
|
64
|
-
* 111 Transport movement gate out report.
|
|
65
|
-
*/
|
|
66
|
-
111: string;
|
|
67
|
-
/**
|
|
68
|
-
* 112 Transport equipment unpacking instruction.
|
|
69
|
-
*/
|
|
70
|
-
112: string;
|
|
71
|
-
/**
|
|
72
|
-
* 113 Transport equipment unpacking report.
|
|
73
|
-
*/
|
|
74
|
-
113: string;
|
|
75
|
-
/**
|
|
76
|
-
* 114 Transport equipment pick-up availability request.
|
|
77
|
-
*/
|
|
78
|
-
114: string;
|
|
79
|
-
/**
|
|
80
|
-
* 115 Transport equipment pick-up availability confirmation.
|
|
81
|
-
*/
|
|
82
|
-
115: string;
|
|
83
|
-
/**
|
|
84
|
-
* 116 Transport equipment pick-up report.
|
|
85
|
-
*/
|
|
86
|
-
116: string;
|
|
87
|
-
/**
|
|
88
|
-
* 117 Transport equipment shift report.
|
|
89
|
-
*/
|
|
90
|
-
117: string;
|
|
91
|
-
/**
|
|
92
|
-
* 118 Transport discharge instruction.
|
|
93
|
-
*/
|
|
94
|
-
118: string;
|
|
95
|
-
/**
|
|
96
|
-
* 119 Transport discharge report.
|
|
97
|
-
*/
|
|
98
|
-
119: string;
|
|
99
|
-
/**
|
|
100
|
-
* 12 Mill certificate.
|
|
101
|
-
*/
|
|
102
|
-
12: string;
|
|
103
|
-
/**
|
|
104
|
-
* 120 Stores requisition.
|
|
105
|
-
*/
|
|
106
|
-
120: string;
|
|
107
|
-
/**
|
|
108
|
-
* 121 Transport loading instruction.
|
|
109
|
-
*/
|
|
110
|
-
121: string;
|
|
111
|
-
/**
|
|
112
|
-
* 122 Transport loading report.
|
|
113
|
-
*/
|
|
114
|
-
122: string;
|
|
115
|
-
/**
|
|
116
|
-
* 123 Transport equipment maintenance and repair work authorisation.
|
|
117
|
-
*/
|
|
118
|
-
123: string;
|
|
119
|
-
/**
|
|
120
|
-
* 124 Transport departure report.
|
|
121
|
-
*/
|
|
122
|
-
124: string;
|
|
123
|
-
/**
|
|
124
|
-
* 125 Transport empty equipment advice.
|
|
125
|
-
*/
|
|
126
|
-
125: string;
|
|
127
|
-
/**
|
|
128
|
-
* 126 Transport equipment acceptance order.
|
|
129
|
-
*/
|
|
130
|
-
126: string;
|
|
131
|
-
/**
|
|
132
|
-
* 127 Transport equipment special service instruction.
|
|
133
|
-
*/
|
|
134
|
-
127: string;
|
|
135
|
-
/**
|
|
136
|
-
* 128 Transport equipment stock report.
|
|
137
|
-
*/
|
|
138
|
-
128: string;
|
|
139
|
-
/**
|
|
140
|
-
* 129 Transport cargo release order.
|
|
141
|
-
*/
|
|
142
|
-
129: string;
|
|
143
|
-
/**
|
|
144
|
-
* 13 Post receipt.
|
|
145
|
-
*/
|
|
146
|
-
13: string;
|
|
147
|
-
/**
|
|
148
|
-
* 130 Invoicing data sheet.
|
|
149
|
-
*/
|
|
150
|
-
130: string;
|
|
151
|
-
/**
|
|
152
|
-
* 131 Transport equipment packing instruction.
|
|
153
|
-
*/
|
|
154
|
-
131: string;
|
|
155
|
-
/**
|
|
156
|
-
* 132 Customs clearance notice.
|
|
157
|
-
*/
|
|
158
|
-
132: string;
|
|
159
|
-
/**
|
|
160
|
-
* 133 Customs documents expiration notice.
|
|
161
|
-
*/
|
|
162
|
-
133: string;
|
|
163
|
-
/**
|
|
164
|
-
* 134 Transport equipment on-hire request.
|
|
165
|
-
*/
|
|
166
|
-
134: string;
|
|
167
|
-
/**
|
|
168
|
-
* 135 Transport equipment on-hire order.
|
|
169
|
-
*/
|
|
170
|
-
135: string;
|
|
171
|
-
/**
|
|
172
|
-
* 136 Transport equipment off-hire request.
|
|
173
|
-
*/
|
|
174
|
-
136: string;
|
|
175
|
-
/**
|
|
176
|
-
* 137 Transport equipment survey order.
|
|
177
|
-
*/
|
|
178
|
-
137: string;
|
|
179
|
-
/**
|
|
180
|
-
* 138 Transport equipment survey order response.
|
|
181
|
-
*/
|
|
182
|
-
138: string;
|
|
183
|
-
/**
|
|
184
|
-
* 139 Transport equipment survey report.
|
|
185
|
-
*/
|
|
186
|
-
139: string;
|
|
187
|
-
/**
|
|
188
|
-
* 14 Weight certificate.
|
|
189
|
-
*/
|
|
190
|
-
14: string;
|
|
191
|
-
/**
|
|
192
|
-
* 140 Packing instructions.
|
|
193
|
-
*/
|
|
194
|
-
140: string;
|
|
195
|
-
/**
|
|
196
|
-
* 141 Advising items to be booked to a financial account.
|
|
197
|
-
*/
|
|
198
|
-
141: string;
|
|
199
|
-
/**
|
|
200
|
-
* 142 Transport equipment maintenance and repair work estimate order.
|
|
201
|
-
*/
|
|
202
|
-
142: string;
|
|
203
|
-
/**
|
|
204
|
-
* 143 Transport equipment maintenance and repair notice.
|
|
205
|
-
*/
|
|
206
|
-
143: string;
|
|
207
|
-
/**
|
|
208
|
-
* 144 Empty container disposition order.
|
|
209
|
-
*/
|
|
210
|
-
144: string;
|
|
211
|
-
/**
|
|
212
|
-
* 145 Cargo vessel discharge order.
|
|
213
|
-
*/
|
|
214
|
-
145: string;
|
|
215
|
-
/**
|
|
216
|
-
* 146 Cargo vessel loading order.
|
|
217
|
-
*/
|
|
218
|
-
146: string;
|
|
219
|
-
/**
|
|
220
|
-
* 147 Multidrop order.
|
|
221
|
-
*/
|
|
222
|
-
147: string;
|
|
223
|
-
/**
|
|
224
|
-
* 148 Bailment contract.
|
|
225
|
-
*/
|
|
226
|
-
148: string;
|
|
227
|
-
/**
|
|
228
|
-
* 149 Basic agreement.
|
|
229
|
-
*/
|
|
230
|
-
149: string;
|
|
231
|
-
/**
|
|
232
|
-
* 15 Weight list.
|
|
233
|
-
*/
|
|
234
|
-
15: string;
|
|
235
|
-
/**
|
|
236
|
-
* 150 Internal transport order.
|
|
237
|
-
*/
|
|
238
|
-
150: string;
|
|
239
|
-
/**
|
|
240
|
-
* 151 Grant.
|
|
241
|
-
*/
|
|
242
|
-
151: string;
|
|
243
|
-
/**
|
|
244
|
-
* 152 Indefinite delivery indefinite quantity contract.
|
|
245
|
-
*/
|
|
246
|
-
152: string;
|
|
247
|
-
/**
|
|
248
|
-
* 153 Indefinite delivery definite quantity contract.
|
|
249
|
-
*/
|
|
250
|
-
153: string;
|
|
251
|
-
/**
|
|
252
|
-
* 154 Requirements contract.
|
|
253
|
-
*/
|
|
254
|
-
154: string;
|
|
255
|
-
/**
|
|
256
|
-
* 155 Task order.
|
|
257
|
-
*/
|
|
258
|
-
155: string;
|
|
259
|
-
/**
|
|
260
|
-
* 156 Make or buy plan.
|
|
261
|
-
*/
|
|
262
|
-
156: string;
|
|
263
|
-
/**
|
|
264
|
-
* 157 Subcontractor plan.
|
|
265
|
-
*/
|
|
266
|
-
157: string;
|
|
267
|
-
/**
|
|
268
|
-
* 158 Cost data summary.
|
|
269
|
-
*/
|
|
270
|
-
158: string;
|
|
271
|
-
/**
|
|
272
|
-
* 159 Certified cost and price data.
|
|
273
|
-
*/
|
|
274
|
-
159: string;
|
|
275
|
-
/**
|
|
276
|
-
* 16 Certificate.
|
|
277
|
-
*/
|
|
278
|
-
16: string;
|
|
279
|
-
/**
|
|
280
|
-
* 160 Wage determination.
|
|
281
|
-
*/
|
|
282
|
-
160: string;
|
|
283
|
-
/**
|
|
284
|
-
* 161 Contract Funds Status Report (CFSR).
|
|
285
|
-
*/
|
|
286
|
-
161: string;
|
|
287
|
-
/**
|
|
288
|
-
* 162 Certified inspection and test results.
|
|
289
|
-
*/
|
|
290
|
-
162: string;
|
|
291
|
-
/**
|
|
292
|
-
* 163 Material inspection and receiving report.
|
|
293
|
-
*/
|
|
294
|
-
163: string;
|
|
295
|
-
/**
|
|
296
|
-
* 164 Purchasing specification.
|
|
297
|
-
*/
|
|
298
|
-
164: string;
|
|
299
|
-
/**
|
|
300
|
-
* 165 Payment or performance bond.
|
|
301
|
-
*/
|
|
302
|
-
165: string;
|
|
303
|
-
/**
|
|
304
|
-
* 166 Contract security classification specification.
|
|
305
|
-
*/
|
|
306
|
-
166: string;
|
|
307
|
-
/**
|
|
308
|
-
* 167 Manufacturing specification.
|
|
309
|
-
*/
|
|
310
|
-
167: string;
|
|
311
|
-
/**
|
|
312
|
-
* 168 Buy America certificate of compliance.
|
|
313
|
-
*/
|
|
314
|
-
168: string;
|
|
315
|
-
/**
|
|
316
|
-
* 169 Container off-hire notice.
|
|
317
|
-
*/
|
|
318
|
-
169: string;
|
|
319
|
-
/**
|
|
320
|
-
* 17 Combined certificate of value and origin.
|
|
321
|
-
*/
|
|
322
|
-
17: string;
|
|
323
|
-
/**
|
|
324
|
-
* 170 Cargo acceptance order.
|
|
325
|
-
*/
|
|
326
|
-
170: string;
|
|
327
|
-
/**
|
|
328
|
-
* 171 Pick-up notice.
|
|
329
|
-
*/
|
|
330
|
-
171: string;
|
|
331
|
-
/**
|
|
332
|
-
* 172 Authorisation to plan and suggest orders.
|
|
333
|
-
*/
|
|
334
|
-
172: string;
|
|
335
|
-
/**
|
|
336
|
-
* 173 Authorisation to plan and ship orders.
|
|
337
|
-
*/
|
|
338
|
-
173: string;
|
|
339
|
-
/**
|
|
340
|
-
* 174 Drawing.
|
|
341
|
-
*/
|
|
342
|
-
174: string;
|
|
343
|
-
/**
|
|
344
|
-
* 175 Cost Performance Report (CPR) format 2.
|
|
345
|
-
*/
|
|
346
|
-
175: string;
|
|
347
|
-
/**
|
|
348
|
-
* 176 Cost Schedule Status Report (CSSR).
|
|
349
|
-
*/
|
|
350
|
-
176: string;
|
|
351
|
-
/**
|
|
352
|
-
* 177 Cost Performance Report (CPR) format 1.
|
|
353
|
-
*/
|
|
354
|
-
177: string;
|
|
355
|
-
/**
|
|
356
|
-
* 178 Cost Performance Report (CPR) format 3.
|
|
357
|
-
*/
|
|
358
|
-
178: string;
|
|
359
|
-
/**
|
|
360
|
-
* 179 Cost Performance Report (CPR) format 4.
|
|
361
|
-
*/
|
|
362
|
-
179: string;
|
|
363
|
-
/**
|
|
364
|
-
* 18 Movement certificate A.TR.1.
|
|
365
|
-
*/
|
|
366
|
-
18: string;
|
|
367
|
-
/**
|
|
368
|
-
* 180 Cost Performance Report (CPR) format 5.
|
|
369
|
-
*/
|
|
370
|
-
180: string;
|
|
371
|
-
/**
|
|
372
|
-
* 181 Progressive discharge report.
|
|
373
|
-
*/
|
|
374
|
-
181: string;
|
|
375
|
-
/**
|
|
376
|
-
* 182 Balance confirmation.
|
|
377
|
-
*/
|
|
378
|
-
182: string;
|
|
379
|
-
/**
|
|
380
|
-
* 183 Container stripping order.
|
|
381
|
-
*/
|
|
382
|
-
183: string;
|
|
383
|
-
/**
|
|
384
|
-
* 184 Container stuffing order.
|
|
385
|
-
*/
|
|
386
|
-
184: string;
|
|
387
|
-
/**
|
|
388
|
-
* 185 Conveyance declaration (arrival).
|
|
389
|
-
*/
|
|
390
|
-
185: string;
|
|
391
|
-
/**
|
|
392
|
-
* 186 Conveyance declaration (departure).
|
|
393
|
-
*/
|
|
394
|
-
186: string;
|
|
395
|
-
/**
|
|
396
|
-
* 187 Conveyance declaration (combined).
|
|
397
|
-
*/
|
|
398
|
-
187: string;
|
|
399
|
-
/**
|
|
400
|
-
* 188 Project recovery plan.
|
|
401
|
-
*/
|
|
402
|
-
188: string;
|
|
403
|
-
/**
|
|
404
|
-
* 189 Project production plan.
|
|
405
|
-
*/
|
|
406
|
-
189: string;
|
|
407
|
-
/**
|
|
408
|
-
* 19 Certificate of quantity.
|
|
409
|
-
*/
|
|
410
|
-
19: string;
|
|
411
|
-
/**
|
|
412
|
-
* 190 Statistical and other administrative internal documents.
|
|
413
|
-
*/
|
|
414
|
-
190: string;
|
|
415
|
-
/**
|
|
416
|
-
* 191 Project master schedule.
|
|
417
|
-
*/
|
|
418
|
-
191: string;
|
|
419
|
-
/**
|
|
420
|
-
* 192 Priced alternate tender bill of quantity.
|
|
421
|
-
*/
|
|
422
|
-
192: string;
|
|
423
|
-
/**
|
|
424
|
-
* 193 Estimated priced bill of quantity.
|
|
425
|
-
*/
|
|
426
|
-
193: string;
|
|
427
|
-
/**
|
|
428
|
-
* 194 Draft bill of quantity.
|
|
429
|
-
*/
|
|
430
|
-
194: string;
|
|
431
|
-
/**
|
|
432
|
-
* 195 Documentary credit collection instruction.
|
|
433
|
-
*/
|
|
434
|
-
195: string;
|
|
435
|
-
/**
|
|
436
|
-
* 196 Request for an amendment of a documentary credit.
|
|
437
|
-
*/
|
|
438
|
-
196: string;
|
|
439
|
-
/**
|
|
440
|
-
* 197 Documentary credit amendment information.
|
|
441
|
-
*/
|
|
442
|
-
197: string;
|
|
443
|
-
/**
|
|
444
|
-
* 198 Advice of an amendment of a documentary credit.
|
|
445
|
-
*/
|
|
446
|
-
198: string;
|
|
447
|
-
/**
|
|
448
|
-
* 199 Response to an amendment of a documentary credit.
|
|
449
|
-
*/
|
|
450
|
-
199: string;
|
|
451
|
-
/**
|
|
452
|
-
* 2 Certificate of conformity.
|
|
453
|
-
*/
|
|
454
|
-
2: string;
|
|
455
|
-
/**
|
|
456
|
-
* 20 Quality data message.
|
|
457
|
-
*/
|
|
458
|
-
20: string;
|
|
459
|
-
/**
|
|
460
|
-
* 200 Documentary credit issuance information.
|
|
461
|
-
*/
|
|
462
|
-
200: string;
|
|
463
|
-
/**
|
|
464
|
-
* 201 Direct payment valuation request.
|
|
465
|
-
*/
|
|
466
|
-
201: string;
|
|
467
|
-
/**
|
|
468
|
-
* 202 Direct payment valuation.
|
|
469
|
-
*/
|
|
470
|
-
202: string;
|
|
471
|
-
/**
|
|
472
|
-
* 203 Provisional payment valuation.
|
|
473
|
-
*/
|
|
474
|
-
203: string;
|
|
475
|
-
/**
|
|
476
|
-
* 204 Payment valuation.
|
|
477
|
-
*/
|
|
478
|
-
204: string;
|
|
479
|
-
/**
|
|
480
|
-
* 205 Quantity valuation.
|
|
481
|
-
*/
|
|
482
|
-
205: string;
|
|
483
|
-
/**
|
|
484
|
-
* 206 Quantity valuation request.
|
|
485
|
-
*/
|
|
486
|
-
206: string;
|
|
487
|
-
/**
|
|
488
|
-
* 207 Contract bill of quantities - BOQ.
|
|
489
|
-
*/
|
|
490
|
-
207: string;
|
|
491
|
-
/**
|
|
492
|
-
* 208 Unpriced bill of quantity.
|
|
493
|
-
*/
|
|
494
|
-
208: string;
|
|
495
|
-
/**
|
|
496
|
-
* 209 Priced tender BOQ.
|
|
497
|
-
*/
|
|
498
|
-
209: string;
|
|
499
|
-
/**
|
|
500
|
-
* 21 Query.
|
|
501
|
-
*/
|
|
502
|
-
21: string;
|
|
503
|
-
/**
|
|
504
|
-
* 210 Enquiry.
|
|
505
|
-
*/
|
|
506
|
-
210: string;
|
|
507
|
-
/**
|
|
508
|
-
* 211 Interim application for payment.
|
|
509
|
-
*/
|
|
510
|
-
211: string;
|
|
511
|
-
/**
|
|
512
|
-
* 212 Agreement to pay.
|
|
513
|
-
*/
|
|
514
|
-
212: string;
|
|
515
|
-
/**
|
|
516
|
-
* 213 Request for financial cancellation.
|
|
517
|
-
*/
|
|
518
|
-
213: string;
|
|
519
|
-
/**
|
|
520
|
-
* 214 Pre-authorised direct debit(s).
|
|
521
|
-
*/
|
|
522
|
-
214: string;
|
|
523
|
-
/**
|
|
524
|
-
* 215 Letter of intent.
|
|
525
|
-
*/
|
|
526
|
-
215: string;
|
|
527
|
-
/**
|
|
528
|
-
* 216 Approved unpriced bill of quantity.
|
|
529
|
-
*/
|
|
530
|
-
216: string;
|
|
531
|
-
/**
|
|
532
|
-
* 217 Payment valuation for unscheduled items.
|
|
533
|
-
*/
|
|
534
|
-
217: string;
|
|
535
|
-
/**
|
|
536
|
-
* 218 Final payment request based on completion of work.
|
|
537
|
-
*/
|
|
538
|
-
218: string;
|
|
539
|
-
/**
|
|
540
|
-
* 219 Payment request for completed units.
|
|
541
|
-
*/
|
|
542
|
-
219: string;
|
|
543
|
-
/**
|
|
544
|
-
* 22 Response to query.
|
|
545
|
-
*/
|
|
546
|
-
22: string;
|
|
547
|
-
/**
|
|
548
|
-
* 220 Order.
|
|
549
|
-
*/
|
|
550
|
-
220: string;
|
|
551
|
-
/**
|
|
552
|
-
* 221 Blanket order.
|
|
553
|
-
*/
|
|
554
|
-
221: string;
|
|
555
|
-
/**
|
|
556
|
-
* 222 Spot order.
|
|
557
|
-
*/
|
|
558
|
-
222: string;
|
|
559
|
-
/**
|
|
560
|
-
* 223 Lease order.
|
|
561
|
-
*/
|
|
562
|
-
223: string;
|
|
563
|
-
/**
|
|
564
|
-
* 224 Rush order.
|
|
565
|
-
*/
|
|
566
|
-
224: string;
|
|
567
|
-
/**
|
|
568
|
-
* 225 Repair order.
|
|
569
|
-
*/
|
|
570
|
-
225: string;
|
|
571
|
-
/**
|
|
572
|
-
* 226 Call off order.
|
|
573
|
-
*/
|
|
574
|
-
226: string;
|
|
575
|
-
/**
|
|
576
|
-
* 227 Consignment order.
|
|
577
|
-
*/
|
|
578
|
-
227: string;
|
|
579
|
-
/**
|
|
580
|
-
* 228 Sample order.
|
|
581
|
-
*/
|
|
582
|
-
228: string;
|
|
583
|
-
/**
|
|
584
|
-
* 229 Swap order.
|
|
585
|
-
*/
|
|
586
|
-
229: string;
|
|
587
|
-
/**
|
|
588
|
-
* 23 Status information.
|
|
589
|
-
*/
|
|
590
|
-
23: string;
|
|
591
|
-
/**
|
|
592
|
-
* 230 Purchase order change request.
|
|
593
|
-
*/
|
|
594
|
-
230: string;
|
|
595
|
-
/**
|
|
596
|
-
* 231 Purchase order response.
|
|
597
|
-
*/
|
|
598
|
-
231: string;
|
|
599
|
-
/**
|
|
600
|
-
* 232 Hire order.
|
|
601
|
-
*/
|
|
602
|
-
232: string;
|
|
603
|
-
/**
|
|
604
|
-
* 233 Spare parts order.
|
|
605
|
-
*/
|
|
606
|
-
233: string;
|
|
607
|
-
/**
|
|
608
|
-
* 234 Campaign price/sales catalogue.
|
|
609
|
-
*/
|
|
610
|
-
234: string;
|
|
611
|
-
/**
|
|
612
|
-
* 235 Container list.
|
|
613
|
-
*/
|
|
614
|
-
235: string;
|
|
615
|
-
/**
|
|
616
|
-
* 236 Delivery forecast.
|
|
617
|
-
*/
|
|
618
|
-
236: string;
|
|
619
|
-
/**
|
|
620
|
-
* 237 Cross docking services order.
|
|
621
|
-
*/
|
|
622
|
-
237: string;
|
|
623
|
-
/**
|
|
624
|
-
* 238 Non-pre-authorised direct debit(s).
|
|
625
|
-
*/
|
|
626
|
-
238: string;
|
|
627
|
-
/**
|
|
628
|
-
* 239 Rejected direct debit(s).
|
|
629
|
-
*/
|
|
630
|
-
239: string;
|
|
631
|
-
/**
|
|
632
|
-
* 24 Restow.
|
|
633
|
-
*/
|
|
634
|
-
24: string;
|
|
635
|
-
/**
|
|
636
|
-
* 240 Delivery instructions.
|
|
637
|
-
*/
|
|
638
|
-
240: string;
|
|
639
|
-
/**
|
|
640
|
-
* 241 Delivery schedule.
|
|
641
|
-
*/
|
|
642
|
-
241: string;
|
|
643
|
-
/**
|
|
644
|
-
* 242 Delivery just-in-time.
|
|
645
|
-
*/
|
|
646
|
-
242: string;
|
|
647
|
-
/**
|
|
648
|
-
* 243 Pre-authorised direct debit request(s).
|
|
649
|
-
*/
|
|
650
|
-
243: string;
|
|
651
|
-
/**
|
|
652
|
-
* 244 Non-pre-authorised direct debit request(s).
|
|
653
|
-
*/
|
|
654
|
-
244: string;
|
|
655
|
-
/**
|
|
656
|
-
* 245 Delivery release.
|
|
657
|
-
*/
|
|
658
|
-
245: string;
|
|
659
|
-
/**
|
|
660
|
-
* 246 Settlement of a letter of credit.
|
|
661
|
-
*/
|
|
662
|
-
246: string;
|
|
663
|
-
/**
|
|
664
|
-
* 247 Bank to bank funds transfer.
|
|
665
|
-
*/
|
|
666
|
-
247: string;
|
|
667
|
-
/**
|
|
668
|
-
* 248 Customer payment order(s).
|
|
669
|
-
*/
|
|
670
|
-
248: string;
|
|
671
|
-
/**
|
|
672
|
-
* 249 Low value payment order(s).
|
|
673
|
-
*/
|
|
674
|
-
249: string;
|
|
675
|
-
/**
|
|
676
|
-
* 25 Container discharge list.
|
|
677
|
-
*/
|
|
678
|
-
25: string;
|
|
679
|
-
/**
|
|
680
|
-
* 250 Crew list declaration.
|
|
681
|
-
*/
|
|
682
|
-
250: string;
|
|
683
|
-
/**
|
|
684
|
-
* 251 Inquiry.
|
|
685
|
-
*/
|
|
686
|
-
251: string;
|
|
687
|
-
/**
|
|
688
|
-
* 252 Response to previous banking status message.
|
|
689
|
-
*/
|
|
690
|
-
252: string;
|
|
691
|
-
/**
|
|
692
|
-
* 253 Project master plan.
|
|
693
|
-
*/
|
|
694
|
-
253: string;
|
|
695
|
-
/**
|
|
696
|
-
* 254 Project plan.
|
|
697
|
-
*/
|
|
698
|
-
254: string;
|
|
699
|
-
/**
|
|
700
|
-
* 255 Project schedule.
|
|
701
|
-
*/
|
|
702
|
-
255: string;
|
|
703
|
-
/**
|
|
704
|
-
* 256 Project planning available resources.
|
|
705
|
-
*/
|
|
706
|
-
256: string;
|
|
707
|
-
/**
|
|
708
|
-
* 257 Project planning calendar.
|
|
709
|
-
*/
|
|
710
|
-
257: string;
|
|
711
|
-
/**
|
|
712
|
-
* 258 Standing order.
|
|
713
|
-
*/
|
|
714
|
-
258: string;
|
|
715
|
-
/**
|
|
716
|
-
* 259 Cargo movement event log.
|
|
717
|
-
*/
|
|
718
|
-
259: string;
|
|
719
|
-
/**
|
|
720
|
-
* 26 Corporate superannuation contributions advice.
|
|
721
|
-
*/
|
|
722
|
-
26: string;
|
|
723
|
-
/**
|
|
724
|
-
* 260 Cargo analysis voyage report.
|
|
725
|
-
*/
|
|
726
|
-
260: string;
|
|
727
|
-
/**
|
|
728
|
-
* 261 Self billed credit note.
|
|
729
|
-
*/
|
|
730
|
-
261: string;
|
|
731
|
-
/**
|
|
732
|
-
* 262 Consolidated credit note - goods and services.
|
|
733
|
-
*/
|
|
734
|
-
262: string;
|
|
735
|
-
/**
|
|
736
|
-
* 263 Inventory adjustment status report.
|
|
737
|
-
*/
|
|
738
|
-
263: string;
|
|
739
|
-
/**
|
|
740
|
-
* 264 Transport equipment movement instruction.
|
|
741
|
-
*/
|
|
742
|
-
264: string;
|
|
743
|
-
/**
|
|
744
|
-
* 265 Transport equipment movement report.
|
|
745
|
-
*/
|
|
746
|
-
265: string;
|
|
747
|
-
/**
|
|
748
|
-
* 266 Transport equipment status change report.
|
|
749
|
-
*/
|
|
750
|
-
266: string;
|
|
751
|
-
/**
|
|
752
|
-
* 267 Fumigation certificate.
|
|
753
|
-
*/
|
|
754
|
-
267: string;
|
|
755
|
-
/**
|
|
756
|
-
* 268 Wine certificate.
|
|
757
|
-
*/
|
|
758
|
-
268: string;
|
|
759
|
-
/**
|
|
760
|
-
* 269 Wool health certificate.
|
|
761
|
-
*/
|
|
762
|
-
269: string;
|
|
763
|
-
/**
|
|
764
|
-
* 27 Industry superannuation contributions advice.
|
|
765
|
-
*/
|
|
766
|
-
27: string;
|
|
767
|
-
/**
|
|
768
|
-
* 270 Delivery note.
|
|
769
|
-
*/
|
|
770
|
-
270: string;
|
|
771
|
-
/**
|
|
772
|
-
* 271 Packing list.
|
|
773
|
-
*/
|
|
774
|
-
271: string;
|
|
775
|
-
/**
|
|
776
|
-
* 272 New code request.
|
|
777
|
-
*/
|
|
778
|
-
272: string;
|
|
779
|
-
/**
|
|
780
|
-
* 273 Code change request.
|
|
781
|
-
*/
|
|
782
|
-
273: string;
|
|
783
|
-
/**
|
|
784
|
-
* 274 Simple data element request.
|
|
785
|
-
*/
|
|
786
|
-
274: string;
|
|
787
|
-
/**
|
|
788
|
-
* 275 Simple data element change request.
|
|
789
|
-
*/
|
|
790
|
-
275: string;
|
|
791
|
-
/**
|
|
792
|
-
* 276 Composite data element request.
|
|
793
|
-
*/
|
|
794
|
-
276: string;
|
|
795
|
-
/**
|
|
796
|
-
* 277 Composite data element change request.
|
|
797
|
-
*/
|
|
798
|
-
277: string;
|
|
799
|
-
/**
|
|
800
|
-
* 278 Segment request.
|
|
801
|
-
*/
|
|
802
|
-
278: string;
|
|
803
|
-
/**
|
|
804
|
-
* 279 Segment change request.
|
|
805
|
-
*/
|
|
806
|
-
279: string;
|
|
807
|
-
/**
|
|
808
|
-
* 28 Corporate superannuation member maintenance message.
|
|
809
|
-
*/
|
|
810
|
-
28: string;
|
|
811
|
-
/**
|
|
812
|
-
* 280 New message request.
|
|
813
|
-
*/
|
|
814
|
-
280: string;
|
|
815
|
-
/**
|
|
816
|
-
* 281 Message in development request.
|
|
817
|
-
*/
|
|
818
|
-
281: string;
|
|
819
|
-
/**
|
|
820
|
-
* 282 Modification of existing message.
|
|
821
|
-
*/
|
|
822
|
-
282: string;
|
|
823
|
-
/**
|
|
824
|
-
* 283 Tracking number assignment report.
|
|
825
|
-
*/
|
|
826
|
-
283: string;
|
|
827
|
-
/**
|
|
828
|
-
* 284 User directory definition.
|
|
829
|
-
*/
|
|
830
|
-
284: string;
|
|
831
|
-
/**
|
|
832
|
-
* 285 United Nations standard message request.
|
|
833
|
-
*/
|
|
834
|
-
285: string;
|
|
835
|
-
/**
|
|
836
|
-
* 286 Service directory definition.
|
|
837
|
-
*/
|
|
838
|
-
286: string;
|
|
839
|
-
/**
|
|
840
|
-
* 287 Status report.
|
|
841
|
-
*/
|
|
842
|
-
287: string;
|
|
843
|
-
/**
|
|
844
|
-
* 288 Kanban schedule.
|
|
845
|
-
*/
|
|
846
|
-
288: string;
|
|
847
|
-
/**
|
|
848
|
-
* 289 Product data message.
|
|
849
|
-
*/
|
|
850
|
-
289: string;
|
|
851
|
-
/**
|
|
852
|
-
* 29 Industry superannuation member maintenance message.
|
|
853
|
-
*/
|
|
854
|
-
29: string;
|
|
855
|
-
/**
|
|
856
|
-
* 290 A claim for parts and/or labour charges.
|
|
857
|
-
*/
|
|
858
|
-
290: string;
|
|
859
|
-
/**
|
|
860
|
-
* 291 Delivery schedule response.
|
|
861
|
-
*/
|
|
862
|
-
291: string;
|
|
863
|
-
/**
|
|
864
|
-
* 292 Inspection request.
|
|
865
|
-
*/
|
|
866
|
-
292: string;
|
|
867
|
-
/**
|
|
868
|
-
* 293 Inspection report.
|
|
869
|
-
*/
|
|
870
|
-
293: string;
|
|
871
|
-
/**
|
|
872
|
-
* 294 Application acknowledgement and error report.
|
|
873
|
-
*/
|
|
874
|
-
294: string;
|
|
875
|
-
/**
|
|
876
|
-
* 295 Price variation invoice.
|
|
877
|
-
*/
|
|
878
|
-
295: string;
|
|
879
|
-
/**
|
|
880
|
-
* 296 Credit note for price variation.
|
|
881
|
-
*/
|
|
882
|
-
296: string;
|
|
883
|
-
/**
|
|
884
|
-
* 297 Instruction to collect.
|
|
885
|
-
*/
|
|
886
|
-
297: string;
|
|
887
|
-
/**
|
|
888
|
-
* 298 Dangerous goods list.
|
|
889
|
-
*/
|
|
890
|
-
298: string;
|
|
891
|
-
/**
|
|
892
|
-
* 299 Registration renewal.
|
|
893
|
-
*/
|
|
894
|
-
299: string;
|
|
895
|
-
/**
|
|
896
|
-
* 3 Certificate of quality.
|
|
897
|
-
*/
|
|
898
|
-
3: string;
|
|
899
|
-
/**
|
|
900
|
-
* 30 Life insurance payroll deductions advice.
|
|
901
|
-
*/
|
|
902
|
-
30: string;
|
|
903
|
-
/**
|
|
904
|
-
* 300 Registration change.
|
|
905
|
-
*/
|
|
906
|
-
300: string;
|
|
907
|
-
/**
|
|
908
|
-
* 301 Response to registration.
|
|
909
|
-
*/
|
|
910
|
-
301: string;
|
|
911
|
-
/**
|
|
912
|
-
* 302 Implementation guideline.
|
|
913
|
-
*/
|
|
914
|
-
302: string;
|
|
915
|
-
/**
|
|
916
|
-
* 303 Request for transfer.
|
|
917
|
-
*/
|
|
918
|
-
303: string;
|
|
919
|
-
/**
|
|
920
|
-
* 304 Cost performance report.
|
|
921
|
-
*/
|
|
922
|
-
304: string;
|
|
923
|
-
/**
|
|
924
|
-
* 305 Application error and acknowledgement.
|
|
925
|
-
*/
|
|
926
|
-
305: string;
|
|
927
|
-
/**
|
|
928
|
-
* 306 Cash pool financial statement.
|
|
929
|
-
*/
|
|
930
|
-
306: string;
|
|
931
|
-
/**
|
|
932
|
-
* 307 Sequenced delivery schedule.
|
|
933
|
-
*/
|
|
934
|
-
307: string;
|
|
935
|
-
/**
|
|
936
|
-
* 308 Delcredere credit note.
|
|
937
|
-
*/
|
|
938
|
-
308: string;
|
|
939
|
-
/**
|
|
940
|
-
* 309 Healthcare discharge report, final.
|
|
941
|
-
*/
|
|
942
|
-
309: string;
|
|
943
|
-
/**
|
|
944
|
-
* 31 Underbond request.
|
|
945
|
-
*/
|
|
946
|
-
31: string;
|
|
947
|
-
/**
|
|
948
|
-
* 310 Offer / quotation.
|
|
949
|
-
*/
|
|
950
|
-
310: string;
|
|
951
|
-
/**
|
|
952
|
-
* 311 Request for quote.
|
|
953
|
-
*/
|
|
954
|
-
311: string;
|
|
955
|
-
/**
|
|
956
|
-
* 312 Acknowledgement message.
|
|
957
|
-
*/
|
|
958
|
-
312: string;
|
|
959
|
-
/**
|
|
960
|
-
* 313 Application error message.
|
|
961
|
-
*/
|
|
962
|
-
313: string;
|
|
963
|
-
/**
|
|
964
|
-
* 314 Cargo movement voyage summary.
|
|
965
|
-
*/
|
|
966
|
-
314: string;
|
|
967
|
-
/**
|
|
968
|
-
* 315 Contract.
|
|
969
|
-
*/
|
|
970
|
-
315: string;
|
|
971
|
-
/**
|
|
972
|
-
* 316 Application for usage of berth or mooring facilities.
|
|
973
|
-
*/
|
|
974
|
-
316: string;
|
|
975
|
-
/**
|
|
976
|
-
* 317 Application for designation of berthing places.
|
|
977
|
-
*/
|
|
978
|
-
317: string;
|
|
979
|
-
/**
|
|
980
|
-
* 318 Application for shifting from the designated place in port.
|
|
981
|
-
*/
|
|
982
|
-
318: string;
|
|
983
|
-
/**
|
|
984
|
-
* 319 Supplementary document for application for cargo operation of dangerous goods.
|
|
985
|
-
*/
|
|
986
|
-
319: string;
|
|
987
|
-
/**
|
|
988
|
-
* 32 Underbond approval.
|
|
989
|
-
*/
|
|
990
|
-
32: string;
|
|
991
|
-
/**
|
|
992
|
-
* 320 Acknowledgement of order.
|
|
993
|
-
*/
|
|
994
|
-
320: string;
|
|
995
|
-
/**
|
|
996
|
-
* 321 Supplementary document for application for transport of dangerous goods.
|
|
997
|
-
*/
|
|
998
|
-
321: string;
|
|
999
|
-
/**
|
|
1000
|
-
* 322 Optical Character Reading (OCR) payment.
|
|
1001
|
-
*/
|
|
1002
|
-
322: string;
|
|
1003
|
-
/**
|
|
1004
|
-
* 323 Preliminary sales report.
|
|
1005
|
-
*/
|
|
1006
|
-
323: string;
|
|
1007
|
-
/**
|
|
1008
|
-
* 324 Transport emergency card.
|
|
1009
|
-
*/
|
|
1010
|
-
324: string;
|
|
1011
|
-
/**
|
|
1012
|
-
* 325 Proforma invoice.
|
|
1013
|
-
*/
|
|
1014
|
-
325: string;
|
|
1015
|
-
/**
|
|
1016
|
-
* 326 Partial invoice.
|
|
1017
|
-
*/
|
|
1018
|
-
326: string;
|
|
1019
|
-
/**
|
|
1020
|
-
* 327 Operating instructions.
|
|
1021
|
-
*/
|
|
1022
|
-
327: string;
|
|
1023
|
-
/**
|
|
1024
|
-
* 328 Name/product plate.
|
|
1025
|
-
*/
|
|
1026
|
-
328: string;
|
|
1027
|
-
/**
|
|
1028
|
-
* 329 Co-insurance ceding bordereau.
|
|
1029
|
-
*/
|
|
1030
|
-
329: string;
|
|
1031
|
-
/**
|
|
1032
|
-
* 33 Certificate of sealing of export meat lockers.
|
|
1033
|
-
*/
|
|
1034
|
-
33: string;
|
|
1035
|
-
/**
|
|
1036
|
-
* 330 Request for delivery instructions.
|
|
1037
|
-
*/
|
|
1038
|
-
330: string;
|
|
1039
|
-
/**
|
|
1040
|
-
* 331 Commercial invoice which includes a packing list.
|
|
1041
|
-
*/
|
|
1042
|
-
331: string;
|
|
1043
|
-
/**
|
|
1044
|
-
* 332 Trade data.
|
|
1045
|
-
*/
|
|
1046
|
-
332: string;
|
|
1047
|
-
/**
|
|
1048
|
-
* 333 Customs declaration for cargo examination.
|
|
1049
|
-
*/
|
|
1050
|
-
333: string;
|
|
1051
|
-
/**
|
|
1052
|
-
* 334 Customs declaration for cargo examination, alternate.
|
|
1053
|
-
*/
|
|
1054
|
-
334: string;
|
|
1055
|
-
/**
|
|
1056
|
-
* 335 Booking request.
|
|
1057
|
-
*/
|
|
1058
|
-
335: string;
|
|
1059
|
-
/**
|
|
1060
|
-
* 336 Customs crew and conveyance.
|
|
1061
|
-
*/
|
|
1062
|
-
336: string;
|
|
1063
|
-
/**
|
|
1064
|
-
* 337 Customs summary declaration with commercial detail, alternate.
|
|
1065
|
-
*/
|
|
1066
|
-
337: string;
|
|
1067
|
-
/**
|
|
1068
|
-
* 338 Items booked to a financial account report.
|
|
1069
|
-
*/
|
|
1070
|
-
338: string;
|
|
1071
|
-
/**
|
|
1072
|
-
* 339 Report of transactions which need further information from the receiver.
|
|
1073
|
-
*/
|
|
1074
|
-
339: string;
|
|
1075
|
-
/**
|
|
1076
|
-
* 34 Cargo status.
|
|
1077
|
-
*/
|
|
1078
|
-
34: string;
|
|
1079
|
-
/**
|
|
1080
|
-
* 340 Shipping instructions.
|
|
1081
|
-
*/
|
|
1082
|
-
340: string;
|
|
1083
|
-
/**
|
|
1084
|
-
* 341 Shipper's letter of instructions (air).
|
|
1085
|
-
*/
|
|
1086
|
-
341: string;
|
|
1087
|
-
/**
|
|
1088
|
-
* 342 Report of transactions for information only.
|
|
1089
|
-
*/
|
|
1090
|
-
342: string;
|
|
1091
|
-
/**
|
|
1092
|
-
* 343 Cartage order (local transport).
|
|
1093
|
-
*/
|
|
1094
|
-
343: string;
|
|
1095
|
-
/**
|
|
1096
|
-
* 344 EDI associated object administration message.
|
|
1097
|
-
*/
|
|
1098
|
-
344: string;
|
|
1099
|
-
/**
|
|
1100
|
-
* 345 Ready for despatch advice.
|
|
1101
|
-
*/
|
|
1102
|
-
345: string;
|
|
1103
|
-
/**
|
|
1104
|
-
* 346 Summary sales report.
|
|
1105
|
-
*/
|
|
1106
|
-
346: string;
|
|
1107
|
-
/**
|
|
1108
|
-
* 347 Order status enquiry.
|
|
1109
|
-
*/
|
|
1110
|
-
347: string;
|
|
1111
|
-
/**
|
|
1112
|
-
* 348 Order status report.
|
|
1113
|
-
*/
|
|
1114
|
-
348: string;
|
|
1115
|
-
/**
|
|
1116
|
-
* 349 Declaration regarding the inward and outward movement of vessel.
|
|
1117
|
-
*/
|
|
1118
|
-
349: string;
|
|
1119
|
-
/**
|
|
1120
|
-
* 35 Inventory report.
|
|
1121
|
-
*/
|
|
1122
|
-
35: string;
|
|
1123
|
-
/**
|
|
1124
|
-
* 350 Despatch order.
|
|
1125
|
-
*/
|
|
1126
|
-
350: string;
|
|
1127
|
-
/**
|
|
1128
|
-
* 351 Despatch advice.
|
|
1129
|
-
*/
|
|
1130
|
-
351: string;
|
|
1131
|
-
/**
|
|
1132
|
-
* 352 Notification of usage of berth or mooring facilities.
|
|
1133
|
-
*/
|
|
1134
|
-
352: string;
|
|
1135
|
-
/**
|
|
1136
|
-
* 353 Application for vessel's entering into port area in night- time.
|
|
1137
|
-
*/
|
|
1138
|
-
353: string;
|
|
1139
|
-
/**
|
|
1140
|
-
* 354 Notification of emergency shifting from the designated place in port.
|
|
1141
|
-
*/
|
|
1142
|
-
354: string;
|
|
1143
|
-
/**
|
|
1144
|
-
* 355 Customs summary declaration without commercial detail, alternate.
|
|
1145
|
-
*/
|
|
1146
|
-
355: string;
|
|
1147
|
-
/**
|
|
1148
|
-
* 356 Performance bond.
|
|
1149
|
-
*/
|
|
1150
|
-
356: string;
|
|
1151
|
-
/**
|
|
1152
|
-
* 357 Payment bond.
|
|
1153
|
-
*/
|
|
1154
|
-
357: string;
|
|
1155
|
-
/**
|
|
1156
|
-
* 358 Healthcare discharge report, preliminary.
|
|
1157
|
-
*/
|
|
1158
|
-
358: string;
|
|
1159
|
-
/**
|
|
1160
|
-
* 359 Request for provision of a health service.
|
|
1161
|
-
*/
|
|
1162
|
-
359: string;
|
|
1163
|
-
/**
|
|
1164
|
-
* 36 Identity card.
|
|
1165
|
-
*/
|
|
1166
|
-
36: string;
|
|
1167
|
-
/**
|
|
1168
|
-
* 360 Request for price quote.
|
|
1169
|
-
*/
|
|
1170
|
-
360: string;
|
|
1171
|
-
/**
|
|
1172
|
-
* 361 Price quote.
|
|
1173
|
-
*/
|
|
1174
|
-
361: string;
|
|
1175
|
-
/**
|
|
1176
|
-
* 362 Delivery quote.
|
|
1177
|
-
*/
|
|
1178
|
-
362: string;
|
|
1179
|
-
/**
|
|
1180
|
-
* 363 Price and delivery quote.
|
|
1181
|
-
*/
|
|
1182
|
-
363: string;
|
|
1183
|
-
/**
|
|
1184
|
-
* 364 Contract price quote.
|
|
1185
|
-
*/
|
|
1186
|
-
364: string;
|
|
1187
|
-
/**
|
|
1188
|
-
* 365 Contract price and delivery quote.
|
|
1189
|
-
*/
|
|
1190
|
-
365: string;
|
|
1191
|
-
/**
|
|
1192
|
-
* 366 Price quote, specified end-customer.
|
|
1193
|
-
*/
|
|
1194
|
-
366: string;
|
|
1195
|
-
/**
|
|
1196
|
-
* 367 Price and delivery quote, specified end-customer.
|
|
1197
|
-
*/
|
|
1198
|
-
367: string;
|
|
1199
|
-
/**
|
|
1200
|
-
* 368 Price quote, ship and debit.
|
|
1201
|
-
*/
|
|
1202
|
-
368: string;
|
|
1203
|
-
/**
|
|
1204
|
-
* 369 Price and delivery quote, ship and debit.
|
|
1205
|
-
*/
|
|
1206
|
-
369: string;
|
|
1207
|
-
/**
|
|
1208
|
-
* 37 Response to a trade statistics message.
|
|
1209
|
-
*/
|
|
1210
|
-
37: string;
|
|
1211
|
-
/**
|
|
1212
|
-
* 370 Advice of distribution of documents.
|
|
1213
|
-
*/
|
|
1214
|
-
370: string;
|
|
1215
|
-
/**
|
|
1216
|
-
* 371 Plan for provision of health service.
|
|
1217
|
-
*/
|
|
1218
|
-
371: string;
|
|
1219
|
-
/**
|
|
1220
|
-
* 372 Prescription.
|
|
1221
|
-
*/
|
|
1222
|
-
372: string;
|
|
1223
|
-
/**
|
|
1224
|
-
* 373 Prescription request.
|
|
1225
|
-
*/
|
|
1226
|
-
373: string;
|
|
1227
|
-
/**
|
|
1228
|
-
* 374 Prescription dispensing report.
|
|
1229
|
-
*/
|
|
1230
|
-
374: string;
|
|
1231
|
-
/**
|
|
1232
|
-
* 375 Certificate of shipment.
|
|
1233
|
-
*/
|
|
1234
|
-
375: string;
|
|
1235
|
-
/**
|
|
1236
|
-
* 376 Standing inquiry on product information.
|
|
1237
|
-
*/
|
|
1238
|
-
376: string;
|
|
1239
|
-
/**
|
|
1240
|
-
* 377 Party credit information.
|
|
1241
|
-
*/
|
|
1242
|
-
377: string;
|
|
1243
|
-
/**
|
|
1244
|
-
* 378 Party payment behaviour information.
|
|
1245
|
-
*/
|
|
1246
|
-
378: string;
|
|
1247
|
-
/**
|
|
1248
|
-
* 379 Request for metering point information.
|
|
1249
|
-
*/
|
|
1250
|
-
379: string;
|
|
1251
|
-
/**
|
|
1252
|
-
* 38 Vaccination certificate.
|
|
1253
|
-
*/
|
|
1254
|
-
38: string;
|
|
1255
|
-
/**
|
|
1256
|
-
* 380 Commercial invoice.
|
|
1257
|
-
*/
|
|
1258
|
-
380: string;
|
|
1259
|
-
/**
|
|
1260
|
-
* 381 Credit note.
|
|
1261
|
-
*/
|
|
1262
|
-
381: string;
|
|
1263
|
-
/**
|
|
1264
|
-
* 382 Commission note.
|
|
1265
|
-
*/
|
|
1266
|
-
382: string;
|
|
1267
|
-
/**
|
|
1268
|
-
* 383 Debit note.
|
|
1269
|
-
*/
|
|
1270
|
-
383: string;
|
|
1271
|
-
/**
|
|
1272
|
-
* 384 Corrected invoice.
|
|
1273
|
-
*/
|
|
1274
|
-
384: string;
|
|
1275
|
-
/**
|
|
1276
|
-
* 385 Consolidated invoice.
|
|
1277
|
-
*/
|
|
1278
|
-
385: string;
|
|
1279
|
-
/**
|
|
1280
|
-
* 386 Prepayment invoice.
|
|
1281
|
-
*/
|
|
1282
|
-
386: string;
|
|
1283
|
-
/**
|
|
1284
|
-
* 387 Hire invoice.
|
|
1285
|
-
*/
|
|
1286
|
-
387: string;
|
|
1287
|
-
/**
|
|
1288
|
-
* 388 Tax invoice.
|
|
1289
|
-
*/
|
|
1290
|
-
388: string;
|
|
1291
|
-
/**
|
|
1292
|
-
* 389 Self-billed invoice.
|
|
1293
|
-
*/
|
|
1294
|
-
389: string;
|
|
1295
|
-
/**
|
|
1296
|
-
* 39 Passport.
|
|
1297
|
-
*/
|
|
1298
|
-
39: string;
|
|
1299
|
-
/**
|
|
1300
|
-
* 390 Delcredere invoice.
|
|
1301
|
-
*/
|
|
1302
|
-
390: string;
|
|
1303
|
-
/**
|
|
1304
|
-
* 391 Metering point information response.
|
|
1305
|
-
*/
|
|
1306
|
-
391: string;
|
|
1307
|
-
/**
|
|
1308
|
-
* 392 Notification of change of supplier.
|
|
1309
|
-
*/
|
|
1310
|
-
392: string;
|
|
1311
|
-
/**
|
|
1312
|
-
* 393 Factored invoice.
|
|
1313
|
-
*/
|
|
1314
|
-
393: string;
|
|
1315
|
-
/**
|
|
1316
|
-
* 394 Lease invoice.
|
|
1317
|
-
*/
|
|
1318
|
-
394: string;
|
|
1319
|
-
/**
|
|
1320
|
-
* 395 Consignment invoice.
|
|
1321
|
-
*/
|
|
1322
|
-
395: string;
|
|
1323
|
-
/**
|
|
1324
|
-
* 396 Factored credit note.
|
|
1325
|
-
*/
|
|
1326
|
-
396: string;
|
|
1327
|
-
/**
|
|
1328
|
-
* 397 Commercial account summary response.
|
|
1329
|
-
*/
|
|
1330
|
-
397: string;
|
|
1331
|
-
/**
|
|
1332
|
-
* 398 Cross docking despatch advice.
|
|
1333
|
-
*/
|
|
1334
|
-
398: string;
|
|
1335
|
-
/**
|
|
1336
|
-
* 399 Transshipment despatch advice.
|
|
1337
|
-
*/
|
|
1338
|
-
399: string;
|
|
1339
|
-
/**
|
|
1340
|
-
* 4 Test report.
|
|
1341
|
-
*/
|
|
1342
|
-
4: string;
|
|
1343
|
-
/**
|
|
1344
|
-
* 40 Driving licence (national).
|
|
1345
|
-
*/
|
|
1346
|
-
40: string;
|
|
1347
|
-
/**
|
|
1348
|
-
* 400 Exceptional order.
|
|
1349
|
-
*/
|
|
1350
|
-
400: string;
|
|
1351
|
-
/**
|
|
1352
|
-
* 401 Pre-packed cross docking order.
|
|
1353
|
-
*/
|
|
1354
|
-
401: string;
|
|
1355
|
-
/**
|
|
1356
|
-
* 402 Intermediate handling cross docking order.
|
|
1357
|
-
*/
|
|
1358
|
-
402: string;
|
|
1359
|
-
/**
|
|
1360
|
-
* 403 Means of transportation availability information.
|
|
1361
|
-
*/
|
|
1362
|
-
403: string;
|
|
1363
|
-
/**
|
|
1364
|
-
* 404 Means of transportation schedule information.
|
|
1365
|
-
*/
|
|
1366
|
-
404: string;
|
|
1367
|
-
/**
|
|
1368
|
-
* 405 Transport equipment delivery notice.
|
|
1369
|
-
*/
|
|
1370
|
-
405: string;
|
|
1371
|
-
/**
|
|
1372
|
-
* 406 Notification to supplier of contract termination.
|
|
1373
|
-
*/
|
|
1374
|
-
406: string;
|
|
1375
|
-
/**
|
|
1376
|
-
* 407 Notification to supplier of metering point changes.
|
|
1377
|
-
*/
|
|
1378
|
-
407: string;
|
|
1379
|
-
/**
|
|
1380
|
-
* 408 Notification of meter change.
|
|
1381
|
-
*/
|
|
1382
|
-
408: string;
|
|
1383
|
-
/**
|
|
1384
|
-
* 409 Instructions for bank transfer.
|
|
1385
|
-
*/
|
|
1386
|
-
409: string;
|
|
1387
|
-
/**
|
|
1388
|
-
* 41 Driving licence (international).
|
|
1389
|
-
*/
|
|
1390
|
-
41: string;
|
|
1391
|
-
/**
|
|
1392
|
-
* 410 Notification of metering point identification change.
|
|
1393
|
-
*/
|
|
1394
|
-
410: string;
|
|
1395
|
-
/**
|
|
1396
|
-
* 411 Utilities time series message.
|
|
1397
|
-
*/
|
|
1398
|
-
411: string;
|
|
1399
|
-
/**
|
|
1400
|
-
* 412 Application for banker's draft.
|
|
1401
|
-
*/
|
|
1402
|
-
412: string;
|
|
1403
|
-
/**
|
|
1404
|
-
* 413 Infrastructure condition.
|
|
1405
|
-
*/
|
|
1406
|
-
413: string;
|
|
1407
|
-
/**
|
|
1408
|
-
* 414 Acknowledgement of change of supplier.
|
|
1409
|
-
*/
|
|
1410
|
-
414: string;
|
|
1411
|
-
/**
|
|
1412
|
-
* 415 Data Plot Sheet.
|
|
1413
|
-
*/
|
|
1414
|
-
415: string;
|
|
1415
|
-
/**
|
|
1416
|
-
* 416 Soil analysis.
|
|
1417
|
-
*/
|
|
1418
|
-
416: string;
|
|
1419
|
-
/**
|
|
1420
|
-
* 417 Farmyard manure analysis.
|
|
1421
|
-
*/
|
|
1422
|
-
417: string;
|
|
1423
|
-
/**
|
|
1424
|
-
* 418 WCO Cargo Report Export, Rail or Road.
|
|
1425
|
-
*/
|
|
1426
|
-
418: string;
|
|
1427
|
-
/**
|
|
1428
|
-
* 419 WCO Cargo Report Export, Air or Maritime.
|
|
1429
|
-
*/
|
|
1430
|
-
419: string;
|
|
1431
|
-
/**
|
|
1432
|
-
* 42 Free pass.
|
|
1433
|
-
*/
|
|
1434
|
-
42: string;
|
|
1435
|
-
/**
|
|
1436
|
-
* 420 Optical Character Reading (OCR) payment credit note.
|
|
1437
|
-
*/
|
|
1438
|
-
420: string;
|
|
1439
|
-
/**
|
|
1440
|
-
* 421 WCO Cargo Report Import, Rail or Road.
|
|
1441
|
-
*/
|
|
1442
|
-
421: string;
|
|
1443
|
-
/**
|
|
1444
|
-
* 422 WCO Cargo Report Import, Air or Maritime.
|
|
1445
|
-
*/
|
|
1446
|
-
422: string;
|
|
1447
|
-
/**
|
|
1448
|
-
* 423 WCO one-step export declaration.
|
|
1449
|
-
*/
|
|
1450
|
-
423: string;
|
|
1451
|
-
/**
|
|
1452
|
-
* 424 WCO first step of two-step export declaration.
|
|
1453
|
-
*/
|
|
1454
|
-
424: string;
|
|
1455
|
-
/**
|
|
1456
|
-
* 425 Collection payment advice.
|
|
1457
|
-
*/
|
|
1458
|
-
425: string;
|
|
1459
|
-
/**
|
|
1460
|
-
* 426 Documentary credit payment advice.
|
|
1461
|
-
*/
|
|
1462
|
-
426: string;
|
|
1463
|
-
/**
|
|
1464
|
-
* 427 Documentary credit acceptance advice.
|
|
1465
|
-
*/
|
|
1466
|
-
427: string;
|
|
1467
|
-
/**
|
|
1468
|
-
* 428 Documentary credit negotiation advice.
|
|
1469
|
-
*/
|
|
1470
|
-
428: string;
|
|
1471
|
-
/**
|
|
1472
|
-
* 429 Application for banker's guarantee.
|
|
1473
|
-
*/
|
|
1474
|
-
429: string;
|
|
1475
|
-
/**
|
|
1476
|
-
* 43 Season ticket.
|
|
1477
|
-
*/
|
|
1478
|
-
43: string;
|
|
1479
|
-
/**
|
|
1480
|
-
* 430 Banker's guarantee.
|
|
1481
|
-
*/
|
|
1482
|
-
430: string;
|
|
1483
|
-
/**
|
|
1484
|
-
* 431 Documentary credit letter of indemnity.
|
|
1485
|
-
*/
|
|
1486
|
-
431: string;
|
|
1487
|
-
/**
|
|
1488
|
-
* 432 Notification to grid operator of contract termination.
|
|
1489
|
-
*/
|
|
1490
|
-
432: string;
|
|
1491
|
-
/**
|
|
1492
|
-
* 433 Notification to grid operator of metering point changes.
|
|
1493
|
-
*/
|
|
1494
|
-
433: string;
|
|
1495
|
-
/**
|
|
1496
|
-
* 434 Notification of balance responsible entity change.
|
|
1497
|
-
*/
|
|
1498
|
-
434: string;
|
|
1499
|
-
/**
|
|
1500
|
-
* 435 Preadvice of a credit.
|
|
1501
|
-
*/
|
|
1502
|
-
435: string;
|
|
1503
|
-
/**
|
|
1504
|
-
* 436 Transport equipment profile report.
|
|
1505
|
-
*/
|
|
1506
|
-
436: string;
|
|
1507
|
-
/**
|
|
1508
|
-
* 437 Request for price and delivery quote, specified end-user.
|
|
1509
|
-
*/
|
|
1510
|
-
437: string;
|
|
1511
|
-
/**
|
|
1512
|
-
* 438 Request for price quote, ship and debit.
|
|
1513
|
-
*/
|
|
1514
|
-
438: string;
|
|
1515
|
-
/**
|
|
1516
|
-
* 439 Request for price and delivery quote, ship and debit.
|
|
1517
|
-
*/
|
|
1518
|
-
439: string;
|
|
1519
|
-
/**
|
|
1520
|
-
* 44 Transport status report.
|
|
1521
|
-
*/
|
|
1522
|
-
44: string;
|
|
1523
|
-
/**
|
|
1524
|
-
* 440 Delivery point list..
|
|
1525
|
-
*/
|
|
1526
|
-
440: string;
|
|
1527
|
-
/**
|
|
1528
|
-
* 441 Transport routing information.
|
|
1529
|
-
*/
|
|
1530
|
-
441: string;
|
|
1531
|
-
/**
|
|
1532
|
-
* 442 Request for delivery quote.
|
|
1533
|
-
*/
|
|
1534
|
-
442: string;
|
|
1535
|
-
/**
|
|
1536
|
-
* 443 Request for price and delivery quote.
|
|
1537
|
-
*/
|
|
1538
|
-
443: string;
|
|
1539
|
-
/**
|
|
1540
|
-
* 444 Request for contract price quote.
|
|
1541
|
-
*/
|
|
1542
|
-
444: string;
|
|
1543
|
-
/**
|
|
1544
|
-
* 445 Request for contract price and delivery quote.
|
|
1545
|
-
*/
|
|
1546
|
-
445: string;
|
|
1547
|
-
/**
|
|
1548
|
-
* 446 Request for price quote, specified end-customer.
|
|
1549
|
-
*/
|
|
1550
|
-
446: string;
|
|
1551
|
-
/**
|
|
1552
|
-
* 447 Collection order.
|
|
1553
|
-
*/
|
|
1554
|
-
447: string;
|
|
1555
|
-
/**
|
|
1556
|
-
* 448 Documents presentation form.
|
|
1557
|
-
*/
|
|
1558
|
-
448: string;
|
|
1559
|
-
/**
|
|
1560
|
-
* 449 Identification match.
|
|
1561
|
-
*/
|
|
1562
|
-
449: string;
|
|
1563
|
-
/**
|
|
1564
|
-
* 45 Transport status request.
|
|
1565
|
-
*/
|
|
1566
|
-
45: string;
|
|
1567
|
-
/**
|
|
1568
|
-
* 450 Payment order.
|
|
1569
|
-
*/
|
|
1570
|
-
450: string;
|
|
1571
|
-
/**
|
|
1572
|
-
* 451 Extended payment order.
|
|
1573
|
-
*/
|
|
1574
|
-
451: string;
|
|
1575
|
-
/**
|
|
1576
|
-
* 452 Multiple payment order.
|
|
1577
|
-
*/
|
|
1578
|
-
452: string;
|
|
1579
|
-
/**
|
|
1580
|
-
* 453 Notice that circumstances prevent payment of delivered goods.
|
|
1581
|
-
*/
|
|
1582
|
-
453: string;
|
|
1583
|
-
/**
|
|
1584
|
-
* 454 Credit advice.
|
|
1585
|
-
*/
|
|
1586
|
-
454: string;
|
|
1587
|
-
/**
|
|
1588
|
-
* 455 Extended credit advice.
|
|
1589
|
-
*/
|
|
1590
|
-
455: string;
|
|
1591
|
-
/**
|
|
1592
|
-
* 456 Debit advice.
|
|
1593
|
-
*/
|
|
1594
|
-
456: string;
|
|
1595
|
-
/**
|
|
1596
|
-
* 457 Reversal of debit.
|
|
1597
|
-
*/
|
|
1598
|
-
457: string;
|
|
1599
|
-
/**
|
|
1600
|
-
* 458 Reversal of credit.
|
|
1601
|
-
*/
|
|
1602
|
-
458: string;
|
|
1603
|
-
/**
|
|
1604
|
-
* 459 Travel ticket.
|
|
1605
|
-
*/
|
|
1606
|
-
459: string;
|
|
1607
|
-
/**
|
|
1608
|
-
* 46 Banking status.
|
|
1609
|
-
*/
|
|
1610
|
-
46: string;
|
|
1611
|
-
/**
|
|
1612
|
-
* 460 Documentary credit application.
|
|
1613
|
-
*/
|
|
1614
|
-
460: string;
|
|
1615
|
-
/**
|
|
1616
|
-
* 461 Payment card.
|
|
1617
|
-
*/
|
|
1618
|
-
461: string;
|
|
1619
|
-
/**
|
|
1620
|
-
* 462 Ready for transshipment despatch advice.
|
|
1621
|
-
*/
|
|
1622
|
-
462: string;
|
|
1623
|
-
/**
|
|
1624
|
-
* 463 Pre-packed cross docking despatch advice.
|
|
1625
|
-
*/
|
|
1626
|
-
463: string;
|
|
1627
|
-
/**
|
|
1628
|
-
* 464 Intermediate handling cross docking despatch advice.
|
|
1629
|
-
*/
|
|
1630
|
-
464: string;
|
|
1631
|
-
/**
|
|
1632
|
-
* 465 Documentary credit.
|
|
1633
|
-
*/
|
|
1634
|
-
465: string;
|
|
1635
|
-
/**
|
|
1636
|
-
* 466 Documentary credit notification.
|
|
1637
|
-
*/
|
|
1638
|
-
466: string;
|
|
1639
|
-
/**
|
|
1640
|
-
* 467 Documentary credit transfer advice.
|
|
1641
|
-
*/
|
|
1642
|
-
467: string;
|
|
1643
|
-
/**
|
|
1644
|
-
* 468 Documentary credit amendment notification.
|
|
1645
|
-
*/
|
|
1646
|
-
468: string;
|
|
1647
|
-
/**
|
|
1648
|
-
* 469 Documentary credit amendment.
|
|
1649
|
-
*/
|
|
1650
|
-
469: string;
|
|
1651
|
-
/**
|
|
1652
|
-
* 47 Extra-Community trade statistical declaration.
|
|
1653
|
-
*/
|
|
1654
|
-
47: string;
|
|
1655
|
-
/**
|
|
1656
|
-
* 470 Waste disposal report.
|
|
1657
|
-
*/
|
|
1658
|
-
470: string;
|
|
1659
|
-
/**
|
|
1660
|
-
* 48 Written instructions in conformance with ADR article number 10385.
|
|
1661
|
-
*/
|
|
1662
|
-
48: string;
|
|
1663
|
-
/**
|
|
1664
|
-
* 481 Remittance advice.
|
|
1665
|
-
*/
|
|
1666
|
-
481: string;
|
|
1667
|
-
/**
|
|
1668
|
-
* 482 Port authority waste disposal report.
|
|
1669
|
-
*/
|
|
1670
|
-
482: string;
|
|
1671
|
-
/**
|
|
1672
|
-
* 483 Visa.
|
|
1673
|
-
*/
|
|
1674
|
-
483: string;
|
|
1675
|
-
/**
|
|
1676
|
-
* 484 Multiple direct debit request.
|
|
1677
|
-
*/
|
|
1678
|
-
484: string;
|
|
1679
|
-
/**
|
|
1680
|
-
* 485 Banker's draft.
|
|
1681
|
-
*/
|
|
1682
|
-
485: string;
|
|
1683
|
-
/**
|
|
1684
|
-
* 486 Multiple direct debit.
|
|
1685
|
-
*/
|
|
1686
|
-
486: string;
|
|
1687
|
-
/**
|
|
1688
|
-
* 487 Certificate of disembarkation permission.
|
|
1689
|
-
*/
|
|
1690
|
-
487: string;
|
|
1691
|
-
/**
|
|
1692
|
-
* 488 Deratting exemption certificate.
|
|
1693
|
-
*/
|
|
1694
|
-
488: string;
|
|
1695
|
-
/**
|
|
1696
|
-
* 489 Reefer connection order.
|
|
1697
|
-
*/
|
|
1698
|
-
489: string;
|
|
1699
|
-
/**
|
|
1700
|
-
* 49 Damage certification.
|
|
1701
|
-
*/
|
|
1702
|
-
49: string;
|
|
1703
|
-
/**
|
|
1704
|
-
* 490 Bill of exchange.
|
|
1705
|
-
*/
|
|
1706
|
-
490: string;
|
|
1707
|
-
/**
|
|
1708
|
-
* 491 Promissory note.
|
|
1709
|
-
*/
|
|
1710
|
-
491: string;
|
|
1711
|
-
/**
|
|
1712
|
-
* 493 Statement of account message.
|
|
1713
|
-
*/
|
|
1714
|
-
493: string;
|
|
1715
|
-
/**
|
|
1716
|
-
* 494 Direct delivery (transport).
|
|
1717
|
-
*/
|
|
1718
|
-
494: string;
|
|
1719
|
-
/**
|
|
1720
|
-
* 495 WCO second step of two-step export declaration.
|
|
1721
|
-
*/
|
|
1722
|
-
495: string;
|
|
1723
|
-
/**
|
|
1724
|
-
* 496 WCO one-step import declaration.
|
|
1725
|
-
*/
|
|
1726
|
-
496: string;
|
|
1727
|
-
/**
|
|
1728
|
-
* 497 WCO first step of two-step import declaration.
|
|
1729
|
-
*/
|
|
1730
|
-
497: string;
|
|
1731
|
-
/**
|
|
1732
|
-
* 498 WCO second step of two-step import declaration.
|
|
1733
|
-
*/
|
|
1734
|
-
498: string;
|
|
1735
|
-
/**
|
|
1736
|
-
* 499 Previous transport document.
|
|
1737
|
-
*/
|
|
1738
|
-
499: string;
|
|
1739
|
-
/**
|
|
1740
|
-
* 5 Product performance report.
|
|
1741
|
-
*/
|
|
1742
|
-
5: string;
|
|
1743
|
-
/**
|
|
1744
|
-
* 50 Validated priced tender.
|
|
1745
|
-
*/
|
|
1746
|
-
50: string;
|
|
1747
|
-
/**
|
|
1748
|
-
* 51 Price/sales catalogue response.
|
|
1749
|
-
*/
|
|
1750
|
-
51: string;
|
|
1751
|
-
/**
|
|
1752
|
-
* 52 Price negotiation result.
|
|
1753
|
-
*/
|
|
1754
|
-
52: string;
|
|
1755
|
-
/**
|
|
1756
|
-
* 520 Insurance certificate.
|
|
1757
|
-
*/
|
|
1758
|
-
520: string;
|
|
1759
|
-
/**
|
|
1760
|
-
* 521 Special requirements permit related to the transport of cargo.
|
|
1761
|
-
*/
|
|
1762
|
-
521: string;
|
|
1763
|
-
/**
|
|
1764
|
-
* 522 Dangerous Goods Notification for Tanker vessel.
|
|
1765
|
-
*/
|
|
1766
|
-
522: string;
|
|
1767
|
-
/**
|
|
1768
|
-
* 523 Dangerous Goods Notification for non-tanker vessel.
|
|
1769
|
-
*/
|
|
1770
|
-
523: string;
|
|
1771
|
-
/**
|
|
1772
|
-
* 524 WCO Conveyance Arrival Report.
|
|
1773
|
-
*/
|
|
1774
|
-
524: string;
|
|
1775
|
-
/**
|
|
1776
|
-
* 525 WCO Conveyance Departure Report.
|
|
1777
|
-
*/
|
|
1778
|
-
525: string;
|
|
1779
|
-
/**
|
|
1780
|
-
* 526 Accounting voucher.
|
|
1781
|
-
*/
|
|
1782
|
-
526: string;
|
|
1783
|
-
/**
|
|
1784
|
-
* 527 Self billed debit note.
|
|
1785
|
-
*/
|
|
1786
|
-
527: string;
|
|
1787
|
-
/**
|
|
1788
|
-
* 528 Military Identification Card.
|
|
1789
|
-
*/
|
|
1790
|
-
528: string;
|
|
1791
|
-
/**
|
|
1792
|
-
* 529 Re-Entry Permit.
|
|
1793
|
-
*/
|
|
1794
|
-
529: string;
|
|
1795
|
-
/**
|
|
1796
|
-
* 53 Safety and hazard data sheet.
|
|
1797
|
-
*/
|
|
1798
|
-
53: string;
|
|
1799
|
-
/**
|
|
1800
|
-
* 530 Insurance policy.
|
|
1801
|
-
*/
|
|
1802
|
-
530: string;
|
|
1803
|
-
/**
|
|
1804
|
-
* 531 Refugee Permit.
|
|
1805
|
-
*/
|
|
1806
|
-
531: string;
|
|
1807
|
-
/**
|
|
1808
|
-
* 532 Forwarder’s credit note.
|
|
1809
|
-
*/
|
|
1810
|
-
532: string;
|
|
1811
|
-
/**
|
|
1812
|
-
* 533 Original accounting voucher.
|
|
1813
|
-
*/
|
|
1814
|
-
533: string;
|
|
1815
|
-
/**
|
|
1816
|
-
* 534 Copy accounting voucher.
|
|
1817
|
-
*/
|
|
1818
|
-
534: string;
|
|
1819
|
-
/**
|
|
1820
|
-
* 535 Pro-forma accounting voucher.
|
|
1821
|
-
*/
|
|
1822
|
-
535: string;
|
|
1823
|
-
/**
|
|
1824
|
-
* 536 International Ship Security Certificate.
|
|
1825
|
-
*/
|
|
1826
|
-
536: string;
|
|
1827
|
-
/**
|
|
1828
|
-
* 537 Interim International Ship Security Certificate.
|
|
1829
|
-
*/
|
|
1830
|
-
537: string;
|
|
1831
|
-
/**
|
|
1832
|
-
* 538 Good Manufacturing Practice (GMP) Certificate.
|
|
1833
|
-
*/
|
|
1834
|
-
538: string;
|
|
1835
|
-
/**
|
|
1836
|
-
* 539 Framework Agreement.
|
|
1837
|
-
*/
|
|
1838
|
-
539: string;
|
|
1839
|
-
/**
|
|
1840
|
-
* 54 Legal statement of an account.
|
|
1841
|
-
*/
|
|
1842
|
-
54: string;
|
|
1843
|
-
/**
|
|
1844
|
-
* 55 Listing statement of an account.
|
|
1845
|
-
*/
|
|
1846
|
-
55: string;
|
|
1847
|
-
/**
|
|
1848
|
-
* 550 Insurance declaration sheet (bordereau).
|
|
1849
|
-
*/
|
|
1850
|
-
550: string;
|
|
1851
|
-
/**
|
|
1852
|
-
* 551 Transport capacity offer.
|
|
1853
|
-
*/
|
|
1854
|
-
551: string;
|
|
1855
|
-
/**
|
|
1856
|
-
* 552 Ship Security Plan.
|
|
1857
|
-
*/
|
|
1858
|
-
552: string;
|
|
1859
|
-
/**
|
|
1860
|
-
* 553 Forwarder’s invoice discrepancy report.
|
|
1861
|
-
*/
|
|
1862
|
-
553: string;
|
|
1863
|
-
/**
|
|
1864
|
-
* 554 Storage capacity offer.
|
|
1865
|
-
*/
|
|
1866
|
-
554: string;
|
|
1867
|
-
/**
|
|
1868
|
-
* 56 Closing statement of an account.
|
|
1869
|
-
*/
|
|
1870
|
-
56: string;
|
|
1871
|
-
/**
|
|
1872
|
-
* 57 Transport equipment on-hire report.
|
|
1873
|
-
*/
|
|
1874
|
-
57: string;
|
|
1875
|
-
/**
|
|
1876
|
-
* 575 Insurer's invoice.
|
|
1877
|
-
*/
|
|
1878
|
-
575: string;
|
|
1879
|
-
/**
|
|
1880
|
-
* 576 Storage capacity request.
|
|
1881
|
-
*/
|
|
1882
|
-
576: string;
|
|
1883
|
-
/**
|
|
1884
|
-
* 577 Transport capacity request.
|
|
1885
|
-
*/
|
|
1886
|
-
577: string;
|
|
1887
|
-
/**
|
|
1888
|
-
* 578 EU Customs declaration for External Community Transit (T1).
|
|
1889
|
-
*/
|
|
1890
|
-
578: string;
|
|
1891
|
-
/**
|
|
1892
|
-
* 579 EU Customs declaration for internal Community Transit (T2).
|
|
1893
|
-
*/
|
|
1894
|
-
579: string;
|
|
1895
|
-
/**
|
|
1896
|
-
* 58 Transport equipment off-hire report.
|
|
1897
|
-
*/
|
|
1898
|
-
58: string;
|
|
1899
|
-
/**
|
|
1900
|
-
* 580 Cover note.
|
|
1901
|
-
*/
|
|
1902
|
-
580: string;
|
|
1903
|
-
/**
|
|
1904
|
-
* 581 EU Customs declaration for non-fiscal area internal Community Transit (T2F).
|
|
1905
|
-
*/
|
|
1906
|
-
581: string;
|
|
1907
|
-
/**
|
|
1908
|
-
* 582 EU Customs declaration for internal transit to San Marino (T2SM).
|
|
1909
|
-
*/
|
|
1910
|
-
582: string;
|
|
1911
|
-
/**
|
|
1912
|
-
* 583 EU Customs declaration for mixed consignments (T).
|
|
1913
|
-
*/
|
|
1914
|
-
583: string;
|
|
1915
|
-
/**
|
|
1916
|
-
* 584 EU Document for establishing the Community status of goods (T2L).
|
|
1917
|
-
*/
|
|
1918
|
-
584: string;
|
|
1919
|
-
/**
|
|
1920
|
-
* 585 EU Document for establishing the Community status of goods for certain fiscal purposes (T2LF).
|
|
1921
|
-
*/
|
|
1922
|
-
585: string;
|
|
1923
|
-
/**
|
|
1924
|
-
* 586 Document for establishing the Customs Status of goods for San Marino (T2LSM).
|
|
1925
|
-
*/
|
|
1926
|
-
586: string;
|
|
1927
|
-
/**
|
|
1928
|
-
* 587 Customs declaration for TIR Carnet goods.
|
|
1929
|
-
*/
|
|
1930
|
-
587: string;
|
|
1931
|
-
/**
|
|
1932
|
-
* 588 Transport Means Security Report.
|
|
1933
|
-
*/
|
|
1934
|
-
588: string;
|
|
1935
|
-
/**
|
|
1936
|
-
* 589 Halal Slaughtering Certificate.
|
|
1937
|
-
*/
|
|
1938
|
-
589: string;
|
|
1939
|
-
/**
|
|
1940
|
-
* 59 Treatment - nil outturn.
|
|
1941
|
-
*/
|
|
1942
|
-
59: string;
|
|
1943
|
-
/**
|
|
1944
|
-
* 6 Product specification report.
|
|
1945
|
-
*/
|
|
1946
|
-
6: string;
|
|
1947
|
-
/**
|
|
1948
|
-
* 60 Treatment - time-up underbond.
|
|
1949
|
-
*/
|
|
1950
|
-
60: string;
|
|
1951
|
-
/**
|
|
1952
|
-
* 61 Treatment - underbond by sea.
|
|
1953
|
-
*/
|
|
1954
|
-
61: string;
|
|
1955
|
-
/**
|
|
1956
|
-
* 610 Forwarding instructions.
|
|
1957
|
-
*/
|
|
1958
|
-
610: string;
|
|
1959
|
-
/**
|
|
1960
|
-
* 62 Treatment - personal effect.
|
|
1961
|
-
*/
|
|
1962
|
-
62: string;
|
|
1963
|
-
/**
|
|
1964
|
-
* 621 Forwarder's advice to import agent.
|
|
1965
|
-
*/
|
|
1966
|
-
621: string;
|
|
1967
|
-
/**
|
|
1968
|
-
* 622 Forwarder's advice to exporter.
|
|
1969
|
-
*/
|
|
1970
|
-
622: string;
|
|
1971
|
-
/**
|
|
1972
|
-
* 623 Forwarder's invoice.
|
|
1973
|
-
*/
|
|
1974
|
-
623: string;
|
|
1975
|
-
/**
|
|
1976
|
-
* 624 Forwarder's certificate of receipt.
|
|
1977
|
-
*/
|
|
1978
|
-
624: string;
|
|
1979
|
-
/**
|
|
1980
|
-
* 625 Heat Treatment Certificate.
|
|
1981
|
-
*/
|
|
1982
|
-
625: string;
|
|
1983
|
-
/**
|
|
1984
|
-
* 626 Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES) Certificate.
|
|
1985
|
-
*/
|
|
1986
|
-
626: string;
|
|
1987
|
-
/**
|
|
1988
|
-
* 627 Free Sale Certificate in the Country of Origin.
|
|
1989
|
-
*/
|
|
1990
|
-
627: string;
|
|
1991
|
-
/**
|
|
1992
|
-
* 628 Transit license.
|
|
1993
|
-
*/
|
|
1994
|
-
628: string;
|
|
1995
|
-
/**
|
|
1996
|
-
* 629 Veterinary quarantine certificate.
|
|
1997
|
-
*/
|
|
1998
|
-
629: string;
|
|
1999
|
-
/**
|
|
2000
|
-
* 63 Treatment - timber.
|
|
2001
|
-
*/
|
|
2002
|
-
63: string;
|
|
2003
|
-
/**
|
|
2004
|
-
* 630 Shipping note.
|
|
2005
|
-
*/
|
|
2006
|
-
630: string;
|
|
2007
|
-
/**
|
|
2008
|
-
* 631 Forwarder's warehouse receipt.
|
|
2009
|
-
*/
|
|
2010
|
-
631: string;
|
|
2011
|
-
/**
|
|
2012
|
-
* 632 Goods receipt.
|
|
2013
|
-
*/
|
|
2014
|
-
632: string;
|
|
2015
|
-
/**
|
|
2016
|
-
* 633 Port charges documents.
|
|
2017
|
-
*/
|
|
2018
|
-
633: string;
|
|
2019
|
-
/**
|
|
2020
|
-
* 634 Certified list of ingredients.
|
|
2021
|
-
*/
|
|
2022
|
-
634: string;
|
|
2023
|
-
/**
|
|
2024
|
-
* 635 Warehouse warrant.
|
|
2025
|
-
*/
|
|
2026
|
-
635: string;
|
|
2027
|
-
/**
|
|
2028
|
-
* 636 Health certificate.
|
|
2029
|
-
*/
|
|
2030
|
-
636: string;
|
|
2031
|
-
/**
|
|
2032
|
-
* 637 Food grade certificate.
|
|
2033
|
-
*/
|
|
2034
|
-
637: string;
|
|
2035
|
-
/**
|
|
2036
|
-
* 638 Certificate of suitability for transport of grains and legumes.
|
|
2037
|
-
*/
|
|
2038
|
-
638: string;
|
|
2039
|
-
/**
|
|
2040
|
-
* 639 Certificate of refrigerated transport equipment inspection.
|
|
2041
|
-
*/
|
|
2042
|
-
639: string;
|
|
2043
|
-
/**
|
|
2044
|
-
* 64 Preliminary credit assessment.
|
|
2045
|
-
*/
|
|
2046
|
-
64: string;
|
|
2047
|
-
/**
|
|
2048
|
-
* 640 Delivery order.
|
|
2049
|
-
*/
|
|
2050
|
-
640: string;
|
|
2051
|
-
/**
|
|
2052
|
-
* 641 Thermographic reading report.
|
|
2053
|
-
*/
|
|
2054
|
-
641: string;
|
|
2055
|
-
/**
|
|
2056
|
-
* 642 Certificate of food item transport readiness.
|
|
2057
|
-
*/
|
|
2058
|
-
642: string;
|
|
2059
|
-
/**
|
|
2060
|
-
* 643 Food packaging contact certificate.
|
|
2061
|
-
*/
|
|
2062
|
-
643: string;
|
|
2063
|
-
/**
|
|
2064
|
-
* 644 Packaging material composition report.
|
|
2065
|
-
*/
|
|
2066
|
-
644: string;
|
|
2067
|
-
/**
|
|
2068
|
-
* 645 Export price certificate.
|
|
2069
|
-
*/
|
|
2070
|
-
645: string;
|
|
2071
|
-
/**
|
|
2072
|
-
* 646 Public price certificate.
|
|
2073
|
-
*/
|
|
2074
|
-
646: string;
|
|
2075
|
-
/**
|
|
2076
|
-
* 647 Drug shelf life study report.
|
|
2077
|
-
*/
|
|
2078
|
-
647: string;
|
|
2079
|
-
/**
|
|
2080
|
-
* 648 Certificate of compliance with standards of the World Organization for Animal Health (OIE).
|
|
2081
|
-
*/
|
|
2082
|
-
648: string;
|
|
2083
|
-
/**
|
|
2084
|
-
* 649 Production facility license.
|
|
2085
|
-
*/
|
|
2086
|
-
649: string;
|
|
2087
|
-
/**
|
|
2088
|
-
* 65 Credit cover.
|
|
2089
|
-
*/
|
|
2090
|
-
65: string;
|
|
2091
|
-
/**
|
|
2092
|
-
* 650 Handling order.
|
|
2093
|
-
*/
|
|
2094
|
-
650: string;
|
|
2095
|
-
/**
|
|
2096
|
-
* 651 Manufacturing license.
|
|
2097
|
-
*/
|
|
2098
|
-
651: string;
|
|
2099
|
-
/**
|
|
2100
|
-
* 652 Low risk country formal letter.
|
|
2101
|
-
*/
|
|
2102
|
-
652: string;
|
|
2103
|
-
/**
|
|
2104
|
-
* 653 Previous correspondence.
|
|
2105
|
-
*/
|
|
2106
|
-
653: string;
|
|
2107
|
-
/**
|
|
2108
|
-
* 654 Declaration for radioactive material.
|
|
2109
|
-
*/
|
|
2110
|
-
654: string;
|
|
2111
|
-
/**
|
|
2112
|
-
* 655 Gate pass.
|
|
2113
|
-
*/
|
|
2114
|
-
655: string;
|
|
2115
|
-
/**
|
|
2116
|
-
* 656 Resale information.
|
|
2117
|
-
*/
|
|
2118
|
-
656: string;
|
|
2119
|
-
/**
|
|
2120
|
-
* 657 Phytosanitary Re-export Certificate.
|
|
2121
|
-
*/
|
|
2122
|
-
657: string;
|
|
2123
|
-
/**
|
|
2124
|
-
* 658 Bayplan/stowage plan, full.
|
|
2125
|
-
*/
|
|
2126
|
-
658: string;
|
|
2127
|
-
/**
|
|
2128
|
-
* 659 Bayplan/stowage plan, partial.
|
|
2129
|
-
*/
|
|
2130
|
-
659: string;
|
|
2131
|
-
/**
|
|
2132
|
-
* 66 Current account.
|
|
2133
|
-
*/
|
|
2134
|
-
66: string;
|
|
2135
|
-
/**
|
|
2136
|
-
* 67 Commercial dispute.
|
|
2137
|
-
*/
|
|
2138
|
-
67: string;
|
|
2139
|
-
/**
|
|
2140
|
-
* 68 Chargeback.
|
|
2141
|
-
*/
|
|
2142
|
-
68: string;
|
|
2143
|
-
/**
|
|
2144
|
-
* 69 Reassignment.
|
|
2145
|
-
*/
|
|
2146
|
-
69: string;
|
|
2147
|
-
/**
|
|
2148
|
-
* 7 Process data report.
|
|
2149
|
-
*/
|
|
2150
|
-
7: string;
|
|
2151
|
-
/**
|
|
2152
|
-
* 70 Collateral account.
|
|
2153
|
-
*/
|
|
2154
|
-
70: string;
|
|
2155
|
-
/**
|
|
2156
|
-
* 700 Waybill.
|
|
2157
|
-
*/
|
|
2158
|
-
700: string;
|
|
2159
|
-
/**
|
|
2160
|
-
* 701 Universal (multipurpose) transport document.
|
|
2161
|
-
*/
|
|
2162
|
-
701: string;
|
|
2163
|
-
/**
|
|
2164
|
-
* 702 Goods receipt, carriage.
|
|
2165
|
-
*/
|
|
2166
|
-
702: string;
|
|
2167
|
-
/**
|
|
2168
|
-
* 703 House waybill.
|
|
2169
|
-
*/
|
|
2170
|
-
703: string;
|
|
2171
|
-
/**
|
|
2172
|
-
* 704 Master bill of lading.
|
|
2173
|
-
*/
|
|
2174
|
-
704: string;
|
|
2175
|
-
/**
|
|
2176
|
-
* 705 Bill of lading.
|
|
2177
|
-
*/
|
|
2178
|
-
705: string;
|
|
2179
|
-
/**
|
|
2180
|
-
* 706 Bill of lading original.
|
|
2181
|
-
*/
|
|
2182
|
-
706: string;
|
|
2183
|
-
/**
|
|
2184
|
-
* 707 Bill of lading copy.
|
|
2185
|
-
*/
|
|
2186
|
-
707: string;
|
|
2187
|
-
/**
|
|
2188
|
-
* 708 Empty container bill.
|
|
2189
|
-
*/
|
|
2190
|
-
708: string;
|
|
2191
|
-
/**
|
|
2192
|
-
* 709 Tanker bill of lading.
|
|
2193
|
-
*/
|
|
2194
|
-
709: string;
|
|
2195
|
-
/**
|
|
2196
|
-
* 71 Request for payment.
|
|
2197
|
-
*/
|
|
2198
|
-
71: string;
|
|
2199
|
-
/**
|
|
2200
|
-
* 710 Sea waybill.
|
|
2201
|
-
*/
|
|
2202
|
-
710: string;
|
|
2203
|
-
/**
|
|
2204
|
-
* 711 Inland waterway bill of lading.
|
|
2205
|
-
*/
|
|
2206
|
-
711: string;
|
|
2207
|
-
/**
|
|
2208
|
-
* 712 Non-negotiable maritime transport document (generic).
|
|
2209
|
-
*/
|
|
2210
|
-
712: string;
|
|
2211
|
-
/**
|
|
2212
|
-
* 713 Mate's receipt.
|
|
2213
|
-
*/
|
|
2214
|
-
713: string;
|
|
2215
|
-
/**
|
|
2216
|
-
* 714 House bill of lading.
|
|
2217
|
-
*/
|
|
2218
|
-
714: string;
|
|
2219
|
-
/**
|
|
2220
|
-
* 715 Letter of indemnity for non-surrender of bill of lading.
|
|
2221
|
-
*/
|
|
2222
|
-
715: string;
|
|
2223
|
-
/**
|
|
2224
|
-
* 716 Forwarder's bill of lading.
|
|
2225
|
-
*/
|
|
2226
|
-
716: string;
|
|
2227
|
-
/**
|
|
2228
|
-
* 717 Residence permit.
|
|
2229
|
-
*/
|
|
2230
|
-
717: string;
|
|
2231
|
-
/**
|
|
2232
|
-
* 718 Seaman’s book.
|
|
2233
|
-
*/
|
|
2234
|
-
718: string;
|
|
2235
|
-
/**
|
|
2236
|
-
* 719 General message.
|
|
2237
|
-
*/
|
|
2238
|
-
719: string;
|
|
2239
|
-
/**
|
|
2240
|
-
* 72 Unship permit.
|
|
2241
|
-
*/
|
|
2242
|
-
72: string;
|
|
2243
|
-
/**
|
|
2244
|
-
* 720 Rail consignment note (generic term).
|
|
2245
|
-
*/
|
|
2246
|
-
720: string;
|
|
2247
|
-
/**
|
|
2248
|
-
* 721 Product data response.
|
|
2249
|
-
*/
|
|
2250
|
-
721: string;
|
|
2251
|
-
/**
|
|
2252
|
-
* 722 Road list-SMGS.
|
|
2253
|
-
*/
|
|
2254
|
-
722: string;
|
|
2255
|
-
/**
|
|
2256
|
-
* 723 Escort official recognition.
|
|
2257
|
-
*/
|
|
2258
|
-
723: string;
|
|
2259
|
-
/**
|
|
2260
|
-
* 724 Recharging document.
|
|
2261
|
-
*/
|
|
2262
|
-
724: string;
|
|
2263
|
-
/**
|
|
2264
|
-
* 725 Manufacturer raised order.
|
|
2265
|
-
*/
|
|
2266
|
-
725: string;
|
|
2267
|
-
/**
|
|
2268
|
-
* 726 Manufacturer raised consignment order.
|
|
2269
|
-
*/
|
|
2270
|
-
726: string;
|
|
2271
|
-
/**
|
|
2272
|
-
* 727 Price/sales catalogue not containing commercial information.
|
|
2273
|
-
*/
|
|
2274
|
-
727: string;
|
|
2275
|
-
/**
|
|
2276
|
-
* 728 Price/sales catalogue containing commercial information.
|
|
2277
|
-
*/
|
|
2278
|
-
728: string;
|
|
2279
|
-
/**
|
|
2280
|
-
* 729 Returns advice.
|
|
2281
|
-
*/
|
|
2282
|
-
729: string;
|
|
2283
|
-
/**
|
|
2284
|
-
* 73 Statistical definitions.
|
|
2285
|
-
*/
|
|
2286
|
-
73: string;
|
|
2287
|
-
/**
|
|
2288
|
-
* 730 Road consignment note.
|
|
2289
|
-
*/
|
|
2290
|
-
730: string;
|
|
2291
|
-
/**
|
|
2292
|
-
* 731 Commercial account summary.
|
|
2293
|
-
*/
|
|
2294
|
-
731: string;
|
|
2295
|
-
/**
|
|
2296
|
-
* 732 Announcement for returns.
|
|
2297
|
-
*/
|
|
2298
|
-
732: string;
|
|
2299
|
-
/**
|
|
2300
|
-
* 733 Instruction for returns.
|
|
2301
|
-
*/
|
|
2302
|
-
733: string;
|
|
2303
|
-
/**
|
|
2304
|
-
* 734 Sales forecast report.
|
|
2305
|
-
*/
|
|
2306
|
-
734: string;
|
|
2307
|
-
/**
|
|
2308
|
-
* 735 Sales data report.
|
|
2309
|
-
*/
|
|
2310
|
-
735: string;
|
|
2311
|
-
/**
|
|
2312
|
-
* 736 Standing inquiry on complete product information.
|
|
2313
|
-
*/
|
|
2314
|
-
736: string;
|
|
2315
|
-
/**
|
|
2316
|
-
* 737 Proof of delivery.
|
|
2317
|
-
*/
|
|
2318
|
-
737: string;
|
|
2319
|
-
/**
|
|
2320
|
-
* 738 Cargo/goods handling and movement message.
|
|
2321
|
-
*/
|
|
2322
|
-
738: string;
|
|
2323
|
-
/**
|
|
2324
|
-
* 739 Metered services consumption report supporting an invoice.
|
|
2325
|
-
*/
|
|
2326
|
-
739: string;
|
|
2327
|
-
/**
|
|
2328
|
-
* 74 Statistical data.
|
|
2329
|
-
*/
|
|
2330
|
-
74: string;
|
|
2331
|
-
/**
|
|
2332
|
-
* 740 Air waybill.
|
|
2333
|
-
*/
|
|
2334
|
-
740: string;
|
|
2335
|
-
/**
|
|
2336
|
-
* 741 Master air waybill.
|
|
2337
|
-
*/
|
|
2338
|
-
741: string;
|
|
2339
|
-
/**
|
|
2340
|
-
* 742 Metered services consumption report.
|
|
2341
|
-
*/
|
|
2342
|
-
742: string;
|
|
2343
|
-
/**
|
|
2344
|
-
* 743 Substitute air waybill.
|
|
2345
|
-
*/
|
|
2346
|
-
743: string;
|
|
2347
|
-
/**
|
|
2348
|
-
* 744 Crew's effects declaration.
|
|
2349
|
-
*/
|
|
2350
|
-
744: string;
|
|
2351
|
-
/**
|
|
2352
|
-
* 745 Passenger list.
|
|
2353
|
-
*/
|
|
2354
|
-
745: string;
|
|
2355
|
-
/**
|
|
2356
|
-
* 746 Delivery notice (rail transport).
|
|
2357
|
-
*/
|
|
2358
|
-
746: string;
|
|
2359
|
-
/**
|
|
2360
|
-
* 747 Payroll deductions advice.
|
|
2361
|
-
*/
|
|
2362
|
-
747: string;
|
|
2363
|
-
/**
|
|
2364
|
-
* 748 Consignment despatch advice.
|
|
2365
|
-
*/
|
|
2366
|
-
748: string;
|
|
2367
|
-
/**
|
|
2368
|
-
* 749 Transport equipment gross mass verification message.
|
|
2369
|
-
*/
|
|
2370
|
-
749: string;
|
|
2371
|
-
/**
|
|
2372
|
-
* 75 Request for statistical data.
|
|
2373
|
-
*/
|
|
2374
|
-
75: string;
|
|
2375
|
-
/**
|
|
2376
|
-
* 750 Despatch note (post parcels).
|
|
2377
|
-
*/
|
|
2378
|
-
750: string;
|
|
2379
|
-
/**
|
|
2380
|
-
* 751 Invoice information for accounting purposes.
|
|
2381
|
-
*/
|
|
2382
|
-
751: string;
|
|
2383
|
-
/**
|
|
2384
|
-
* 752 Plant Passport.
|
|
2385
|
-
*/
|
|
2386
|
-
752: string;
|
|
2387
|
-
/**
|
|
2388
|
-
* 753 Certificate of sustainability.
|
|
2389
|
-
*/
|
|
2390
|
-
753: string;
|
|
2391
|
-
/**
|
|
2392
|
-
* 754 Call for tender.
|
|
2393
|
-
*/
|
|
2394
|
-
754: string;
|
|
2395
|
-
/**
|
|
2396
|
-
* 755 Invitation to tender.
|
|
2397
|
-
*/
|
|
2398
|
-
755: string;
|
|
2399
|
-
/**
|
|
2400
|
-
* 756 European Single Procurement Document request.
|
|
2401
|
-
*/
|
|
2402
|
-
756: string;
|
|
2403
|
-
/**
|
|
2404
|
-
* 757 Tendering price/sales catalogue request.
|
|
2405
|
-
*/
|
|
2406
|
-
757: string;
|
|
2407
|
-
/**
|
|
2408
|
-
* 758 Tender.
|
|
2409
|
-
*/
|
|
2410
|
-
758: string;
|
|
2411
|
-
/**
|
|
2412
|
-
* 759 European Single Procurement Document.
|
|
2413
|
-
*/
|
|
2414
|
-
759: string;
|
|
2415
|
-
/**
|
|
2416
|
-
* 76 Call-off delivery.
|
|
2417
|
-
*/
|
|
2418
|
-
76: string;
|
|
2419
|
-
/**
|
|
2420
|
-
* 760 Multimodal/combined transport document (generic).
|
|
2421
|
-
*/
|
|
2422
|
-
760: string;
|
|
2423
|
-
/**
|
|
2424
|
-
* 761 Through bill of lading.
|
|
2425
|
-
*/
|
|
2426
|
-
761: string;
|
|
2427
|
-
/**
|
|
2428
|
-
* 762 Tendering price/sales catalogue.
|
|
2429
|
-
*/
|
|
2430
|
-
762: string;
|
|
2431
|
-
/**
|
|
2432
|
-
* 763 Forwarder's certificate of transport.
|
|
2433
|
-
*/
|
|
2434
|
-
763: string;
|
|
2435
|
-
/**
|
|
2436
|
-
* 764 Combined transport document (generic).
|
|
2437
|
-
*/
|
|
2438
|
-
764: string;
|
|
2439
|
-
/**
|
|
2440
|
-
* 765 Multimodal transport document (generic).
|
|
2441
|
-
*/
|
|
2442
|
-
765: string;
|
|
2443
|
-
/**
|
|
2444
|
-
* 766 Combined transport bill of lading/multimodal bill of lading.
|
|
2445
|
-
*/
|
|
2446
|
-
766: string;
|
|
2447
|
-
/**
|
|
2448
|
-
* 767 Acknowledgment of receipt.
|
|
2449
|
-
*/
|
|
2450
|
-
767: string;
|
|
2451
|
-
/**
|
|
2452
|
-
* 768 Civil status document.
|
|
2453
|
-
*/
|
|
2454
|
-
768: string;
|
|
2455
|
-
/**
|
|
2456
|
-
* 769 Advice report.
|
|
2457
|
-
*/
|
|
2458
|
-
769: string;
|
|
2459
|
-
/**
|
|
2460
|
-
* 77 Consignment status report.
|
|
2461
|
-
*/
|
|
2462
|
-
77: string;
|
|
2463
|
-
/**
|
|
2464
|
-
* 770 Booking confirmation.
|
|
2465
|
-
*/
|
|
2466
|
-
770: string;
|
|
2467
|
-
/**
|
|
2468
|
-
* 771 Binding offer.
|
|
2469
|
-
*/
|
|
2470
|
-
771: string;
|
|
2471
|
-
/**
|
|
2472
|
-
* 772 Binding customer agreement for contract.
|
|
2473
|
-
*/
|
|
2474
|
-
772: string;
|
|
2475
|
-
/**
|
|
2476
|
-
* 773 Coverage confirmation note.
|
|
2477
|
-
*/
|
|
2478
|
-
773: string;
|
|
2479
|
-
/**
|
|
2480
|
-
* 774 General terms and conditions.
|
|
2481
|
-
*/
|
|
2482
|
-
774: string;
|
|
2483
|
-
/**
|
|
2484
|
-
* 775 Calling forward notice.
|
|
2485
|
-
*/
|
|
2486
|
-
775: string;
|
|
2487
|
-
/**
|
|
2488
|
-
* 776 Contract clauses.
|
|
2489
|
-
*/
|
|
2490
|
-
776: string;
|
|
2491
|
-
/**
|
|
2492
|
-
* 777 Specific contract conditions.
|
|
2493
|
-
*/
|
|
2494
|
-
777: string;
|
|
2495
|
-
/**
|
|
2496
|
-
* 778 Group insurance rules.
|
|
2497
|
-
*/
|
|
2498
|
-
778: string;
|
|
2499
|
-
/**
|
|
2500
|
-
* 779 Questionnaire.
|
|
2501
|
-
*/
|
|
2502
|
-
779: string;
|
|
2503
|
-
/**
|
|
2504
|
-
* 78 Inventory movement advice.
|
|
2505
|
-
*/
|
|
2506
|
-
78: string;
|
|
2507
|
-
/**
|
|
2508
|
-
* 780 Freight invoice.
|
|
2509
|
-
*/
|
|
2510
|
-
780: string;
|
|
2511
|
-
/**
|
|
2512
|
-
* 781 Arrival notice (goods).
|
|
2513
|
-
*/
|
|
2514
|
-
781: string;
|
|
2515
|
-
/**
|
|
2516
|
-
* 782 Notice of circumstances preventing delivery (goods).
|
|
2517
|
-
*/
|
|
2518
|
-
782: string;
|
|
2519
|
-
/**
|
|
2520
|
-
* 783 Notice of circumstances preventing transport (goods).
|
|
2521
|
-
*/
|
|
2522
|
-
783: string;
|
|
2523
|
-
/**
|
|
2524
|
-
* 784 Delivery notice (goods).
|
|
2525
|
-
*/
|
|
2526
|
-
784: string;
|
|
2527
|
-
/**
|
|
2528
|
-
* 785 Cargo manifest.
|
|
2529
|
-
*/
|
|
2530
|
-
785: string;
|
|
2531
|
-
/**
|
|
2532
|
-
* 786 Freight manifest.
|
|
2533
|
-
*/
|
|
2534
|
-
786: string;
|
|
2535
|
-
/**
|
|
2536
|
-
* 787 Bordereau.
|
|
2537
|
-
*/
|
|
2538
|
-
787: string;
|
|
2539
|
-
/**
|
|
2540
|
-
* 788 Container manifest (unit packing list).
|
|
2541
|
-
*/
|
|
2542
|
-
788: string;
|
|
2543
|
-
/**
|
|
2544
|
-
* 789 Charges note.
|
|
2545
|
-
*/
|
|
2546
|
-
789: string;
|
|
2547
|
-
/**
|
|
2548
|
-
* 79 Inventory status advice.
|
|
2549
|
-
*/
|
|
2550
|
-
79: string;
|
|
2551
|
-
/**
|
|
2552
|
-
* 790 Advice of collection.
|
|
2553
|
-
*/
|
|
2554
|
-
790: string;
|
|
2555
|
-
/**
|
|
2556
|
-
* 791 Safety of ship certificate.
|
|
2557
|
-
*/
|
|
2558
|
-
791: string;
|
|
2559
|
-
/**
|
|
2560
|
-
* 792 Safety of radio certificate.
|
|
2561
|
-
*/
|
|
2562
|
-
792: string;
|
|
2563
|
-
/**
|
|
2564
|
-
* 793 Safety of equipment certificate.
|
|
2565
|
-
*/
|
|
2566
|
-
793: string;
|
|
2567
|
-
/**
|
|
2568
|
-
* 794 Civil liability for oil certificate.
|
|
2569
|
-
*/
|
|
2570
|
-
794: string;
|
|
2571
|
-
/**
|
|
2572
|
-
* 795 Loadline document.
|
|
2573
|
-
*/
|
|
2574
|
-
795: string;
|
|
2575
|
-
/**
|
|
2576
|
-
* 796 Derat document.
|
|
2577
|
-
*/
|
|
2578
|
-
796: string;
|
|
2579
|
-
/**
|
|
2580
|
-
* 797 Maritime declaration of health.
|
|
2581
|
-
*/
|
|
2582
|
-
797: string;
|
|
2583
|
-
/**
|
|
2584
|
-
* 798 Certificate of registry.
|
|
2585
|
-
*/
|
|
2586
|
-
798: string;
|
|
2587
|
-
/**
|
|
2588
|
-
* 799 Ship's stores declaration.
|
|
2589
|
-
*/
|
|
2590
|
-
799: string;
|
|
2591
|
-
/**
|
|
2592
|
-
* 8 First sample test report.
|
|
2593
|
-
*/
|
|
2594
|
-
8: string;
|
|
2595
|
-
/**
|
|
2596
|
-
* 80 Debit note related to goods or services.
|
|
2597
|
-
*/
|
|
2598
|
-
80: string;
|
|
2599
|
-
/**
|
|
2600
|
-
* 81 Credit note related to goods or services.
|
|
2601
|
-
*/
|
|
2602
|
-
81: string;
|
|
2603
|
-
/**
|
|
2604
|
-
* 810 Export licence, application for.
|
|
2605
|
-
*/
|
|
2606
|
-
810: string;
|
|
2607
|
-
/**
|
|
2608
|
-
* 811 Export licence.
|
|
2609
|
-
*/
|
|
2610
|
-
811: string;
|
|
2611
|
-
/**
|
|
2612
|
-
* 812 Exchange control declaration, export.
|
|
2613
|
-
*/
|
|
2614
|
-
812: string;
|
|
2615
|
-
/**
|
|
2616
|
-
* 813 Declaration of final beneficiary.
|
|
2617
|
-
*/
|
|
2618
|
-
813: string;
|
|
2619
|
-
/**
|
|
2620
|
-
* 814 US, FATCA statement.
|
|
2621
|
-
*/
|
|
2622
|
-
814: string;
|
|
2623
|
-
/**
|
|
2624
|
-
* 815 Insured status report.
|
|
2625
|
-
*/
|
|
2626
|
-
815: string;
|
|
2627
|
-
/**
|
|
2628
|
-
* 816 Group pension commitment information.
|
|
2629
|
-
*/
|
|
2630
|
-
816: string;
|
|
2631
|
-
/**
|
|
2632
|
-
* 817 Claim notification.
|
|
2633
|
-
*/
|
|
2634
|
-
817: string;
|
|
2635
|
-
/**
|
|
2636
|
-
* 818 Assessment report.
|
|
2637
|
-
*/
|
|
2638
|
-
818: string;
|
|
2639
|
-
/**
|
|
2640
|
-
* 819 Loss statement.
|
|
2641
|
-
*/
|
|
2642
|
-
819: string;
|
|
2643
|
-
/**
|
|
2644
|
-
* 82 Metered services invoice.
|
|
2645
|
-
*/
|
|
2646
|
-
82: string;
|
|
2647
|
-
/**
|
|
2648
|
-
* 820 Despatch note model T.
|
|
2649
|
-
*/
|
|
2650
|
-
820: string;
|
|
2651
|
-
/**
|
|
2652
|
-
* 821 Despatch note model T1.
|
|
2653
|
-
*/
|
|
2654
|
-
821: string;
|
|
2655
|
-
/**
|
|
2656
|
-
* 822 Despatch note model T2.
|
|
2657
|
-
*/
|
|
2658
|
-
822: string;
|
|
2659
|
-
/**
|
|
2660
|
-
* 823 Control document T5.
|
|
2661
|
-
*/
|
|
2662
|
-
823: string;
|
|
2663
|
-
/**
|
|
2664
|
-
* 824 Re-sending consignment note.
|
|
2665
|
-
*/
|
|
2666
|
-
824: string;
|
|
2667
|
-
/**
|
|
2668
|
-
* 825 Despatch note model T2L.
|
|
2669
|
-
*/
|
|
2670
|
-
825: string;
|
|
2671
|
-
/**
|
|
2672
|
-
* 826 Guarantee of cost acceptance.
|
|
2673
|
-
*/
|
|
2674
|
-
826: string;
|
|
2675
|
-
/**
|
|
2676
|
-
* 827 Close of claim.
|
|
2677
|
-
*/
|
|
2678
|
-
827: string;
|
|
2679
|
-
/**
|
|
2680
|
-
* 828 Refusal of claim.
|
|
2681
|
-
*/
|
|
2682
|
-
828: string;
|
|
2683
|
-
/**
|
|
2684
|
-
* 829 Valuation report.
|
|
2685
|
-
*/
|
|
2686
|
-
829: string;
|
|
2687
|
-
/**
|
|
2688
|
-
* 83 Credit note related to financial adjustments.
|
|
2689
|
-
*/
|
|
2690
|
-
83: string;
|
|
2691
|
-
/**
|
|
2692
|
-
* 830 Goods declaration for exportation.
|
|
2693
|
-
*/
|
|
2694
|
-
830: string;
|
|
2695
|
-
/**
|
|
2696
|
-
* 831 Claim history certificate.
|
|
2697
|
-
*/
|
|
2698
|
-
831: string;
|
|
2699
|
-
/**
|
|
2700
|
-
* 832 Accounting statement.
|
|
2701
|
-
*/
|
|
2702
|
-
832: string;
|
|
2703
|
-
/**
|
|
2704
|
-
* 833 Cargo declaration (departure).
|
|
2705
|
-
*/
|
|
2706
|
-
833: string;
|
|
2707
|
-
/**
|
|
2708
|
-
* 834 Payment receipt confirmation.
|
|
2709
|
-
*/
|
|
2710
|
-
834: string;
|
|
2711
|
-
/**
|
|
2712
|
-
* 835 Certificate of paid insurance premium.
|
|
2713
|
-
*/
|
|
2714
|
-
835: string;
|
|
2715
|
-
/**
|
|
2716
|
-
* 836 Insured party payment report.
|
|
2717
|
-
*/
|
|
2718
|
-
836: string;
|
|
2719
|
-
/**
|
|
2720
|
-
* 837 Third party payment report.
|
|
2721
|
-
*/
|
|
2722
|
-
837: string;
|
|
2723
|
-
/**
|
|
2724
|
-
* 838 Direct debit authorisation.
|
|
2725
|
-
*/
|
|
2726
|
-
838: string;
|
|
2727
|
-
/**
|
|
2728
|
-
* 839 Physician report.
|
|
2729
|
-
*/
|
|
2730
|
-
839: string;
|
|
2731
|
-
/**
|
|
2732
|
-
* 84 Debit note related to financial adjustments.
|
|
2733
|
-
*/
|
|
2734
|
-
84: string;
|
|
2735
|
-
/**
|
|
2736
|
-
* 840 Application for goods control certificate.
|
|
2737
|
-
*/
|
|
2738
|
-
840: string;
|
|
2739
|
-
/**
|
|
2740
|
-
* 841 Goods control certificate.
|
|
2741
|
-
*/
|
|
2742
|
-
841: string;
|
|
2743
|
-
/**
|
|
2744
|
-
* 842 Medical certificate.
|
|
2745
|
-
*/
|
|
2746
|
-
842: string;
|
|
2747
|
-
/**
|
|
2748
|
-
* 843 Witness report.
|
|
2749
|
-
*/
|
|
2750
|
-
843: string;
|
|
2751
|
-
/**
|
|
2752
|
-
* 844 Calculation note.
|
|
2753
|
-
*/
|
|
2754
|
-
844: string;
|
|
2755
|
-
/**
|
|
2756
|
-
* 845 Communication from opposite party.
|
|
2757
|
-
*/
|
|
2758
|
-
845: string;
|
|
2759
|
-
/**
|
|
2760
|
-
* 846 Amicable agreement.
|
|
2761
|
-
*/
|
|
2762
|
-
846: string;
|
|
2763
|
-
/**
|
|
2764
|
-
* 847 Out of court settlement.
|
|
2765
|
-
*/
|
|
2766
|
-
847: string;
|
|
2767
|
-
/**
|
|
2768
|
-
* 848 Legal action.
|
|
2769
|
-
*/
|
|
2770
|
-
848: string;
|
|
2771
|
-
/**
|
|
2772
|
-
* 849 Summons.
|
|
2773
|
-
*/
|
|
2774
|
-
849: string;
|
|
2775
|
-
/**
|
|
2776
|
-
* 85 Customs manifest.
|
|
2777
|
-
*/
|
|
2778
|
-
85: string;
|
|
2779
|
-
/**
|
|
2780
|
-
* 850 Application for phytosanitary certificate.
|
|
2781
|
-
*/
|
|
2782
|
-
850: string;
|
|
2783
|
-
/**
|
|
2784
|
-
* 851 Phytosanitary certificate.
|
|
2785
|
-
*/
|
|
2786
|
-
851: string;
|
|
2787
|
-
/**
|
|
2788
|
-
* 852 Sanitary certificate.
|
|
2789
|
-
*/
|
|
2790
|
-
852: string;
|
|
2791
|
-
/**
|
|
2792
|
-
* 853 Veterinary certificate.
|
|
2793
|
-
*/
|
|
2794
|
-
853: string;
|
|
2795
|
-
/**
|
|
2796
|
-
* 854 Court judgment.
|
|
2797
|
-
*/
|
|
2798
|
-
854: string;
|
|
2799
|
-
/**
|
|
2800
|
-
* 855 Application for inspection certificate.
|
|
2801
|
-
*/
|
|
2802
|
-
855: string;
|
|
2803
|
-
/**
|
|
2804
|
-
* 856 Inspection certificate.
|
|
2805
|
-
*/
|
|
2806
|
-
856: string;
|
|
2807
|
-
/**
|
|
2808
|
-
* 857 Vehicle aboard document.
|
|
2809
|
-
*/
|
|
2810
|
-
857: string;
|
|
2811
|
-
/**
|
|
2812
|
-
* 858 Image.
|
|
2813
|
-
*/
|
|
2814
|
-
858: string;
|
|
2815
|
-
/**
|
|
2816
|
-
* 859 Audio.
|
|
2817
|
-
*/
|
|
2818
|
-
859: string;
|
|
2819
|
-
/**
|
|
2820
|
-
* 86 Vessel unpack report.
|
|
2821
|
-
*/
|
|
2822
|
-
86: string;
|
|
2823
|
-
/**
|
|
2824
|
-
* 860 Certificate of origin, application for.
|
|
2825
|
-
*/
|
|
2826
|
-
860: string;
|
|
2827
|
-
/**
|
|
2828
|
-
* 861 Certificate of origin.
|
|
2829
|
-
*/
|
|
2830
|
-
861: string;
|
|
2831
|
-
/**
|
|
2832
|
-
* 862 Declaration of origin.
|
|
2833
|
-
*/
|
|
2834
|
-
862: string;
|
|
2835
|
-
/**
|
|
2836
|
-
* 863 Regional appellation certificate.
|
|
2837
|
-
*/
|
|
2838
|
-
863: string;
|
|
2839
|
-
/**
|
|
2840
|
-
* 864 Preference certificate of origin.
|
|
2841
|
-
*/
|
|
2842
|
-
864: string;
|
|
2843
|
-
/**
|
|
2844
|
-
* 865 Certificate of origin form GSP.
|
|
2845
|
-
*/
|
|
2846
|
-
865: string;
|
|
2847
|
-
/**
|
|
2848
|
-
* 866 Video.
|
|
2849
|
-
*/
|
|
2850
|
-
866: string;
|
|
2851
|
-
/**
|
|
2852
|
-
* 867 Introductory letter.
|
|
2853
|
-
*/
|
|
2854
|
-
867: string;
|
|
2855
|
-
/**
|
|
2856
|
-
* 868 Data protection regulations statement.
|
|
2857
|
-
*/
|
|
2858
|
-
868: string;
|
|
2859
|
-
/**
|
|
2860
|
-
* 869 Exclusive brokerage mandate.
|
|
2861
|
-
*/
|
|
2862
|
-
869: string;
|
|
2863
|
-
/**
|
|
2864
|
-
* 87 General cargo summary manifest report.
|
|
2865
|
-
*/
|
|
2866
|
-
87: string;
|
|
2867
|
-
/**
|
|
2868
|
-
* 870 Consular invoice.
|
|
2869
|
-
*/
|
|
2870
|
-
870: string;
|
|
2871
|
-
/**
|
|
2872
|
-
* 871 Inquiry mandate.
|
|
2873
|
-
*/
|
|
2874
|
-
871: string;
|
|
2875
|
-
/**
|
|
2876
|
-
* 872 Risk analysis.
|
|
2877
|
-
*/
|
|
2878
|
-
872: string;
|
|
2879
|
-
/**
|
|
2880
|
-
* 873 Transport equipment movement report, partial.
|
|
2881
|
-
*/
|
|
2882
|
-
873: string;
|
|
2883
|
-
/**
|
|
2884
|
-
* 874 Conveyance declaration.
|
|
2885
|
-
*/
|
|
2886
|
-
874: string;
|
|
2887
|
-
/**
|
|
2888
|
-
* 875 Partial construction invoice.
|
|
2889
|
-
*/
|
|
2890
|
-
875: string;
|
|
2891
|
-
/**
|
|
2892
|
-
* 876 Partial final construction invoice.
|
|
2893
|
-
*/
|
|
2894
|
-
876: string;
|
|
2895
|
-
/**
|
|
2896
|
-
* 877 Final construction invoice.
|
|
2897
|
-
*/
|
|
2898
|
-
877: string;
|
|
2899
|
-
/**
|
|
2900
|
-
* 878 AEO Certificate of Security and/or Safety.
|
|
2901
|
-
*/
|
|
2902
|
-
878: string;
|
|
2903
|
-
/**
|
|
2904
|
-
* 879 AEO Certificate of Conformity or Compliance.
|
|
2905
|
-
*/
|
|
2906
|
-
879: string;
|
|
2907
|
-
/**
|
|
2908
|
-
* 88 Consignment unpack report.
|
|
2909
|
-
*/
|
|
2910
|
-
88: string;
|
|
2911
|
-
/**
|
|
2912
|
-
* 89 Meat and meat by-products sanitary certificate.
|
|
2913
|
-
*/
|
|
2914
|
-
89: string;
|
|
2915
|
-
/**
|
|
2916
|
-
* 890 Dangerous goods declaration.
|
|
2917
|
-
*/
|
|
2918
|
-
890: string;
|
|
2919
|
-
/**
|
|
2920
|
-
* 891 AEO Certificate Full.
|
|
2921
|
-
*/
|
|
2922
|
-
891: string;
|
|
2923
|
-
/**
|
|
2924
|
-
* 892 Purchase Order Financing Request.
|
|
2925
|
-
*/
|
|
2926
|
-
892: string;
|
|
2927
|
-
/**
|
|
2928
|
-
* 893 Purchase Order Financing Request Status.
|
|
2929
|
-
*/
|
|
2930
|
-
893: string;
|
|
2931
|
-
/**
|
|
2932
|
-
* 894 Purchase Order Financing Request Cancellation.
|
|
2933
|
-
*/
|
|
2934
|
-
894: string;
|
|
2935
|
-
/**
|
|
2936
|
-
* 895 Statistical document, export.
|
|
2937
|
-
*/
|
|
2938
|
-
895: string;
|
|
2939
|
-
/**
|
|
2940
|
-
* 896 INTRASTAT declaration.
|
|
2941
|
-
*/
|
|
2942
|
-
896: string;
|
|
2943
|
-
/**
|
|
2944
|
-
* 897 Transit certificate of approval.
|
|
2945
|
-
*/
|
|
2946
|
-
897: string;
|
|
2947
|
-
/**
|
|
2948
|
-
* 898 Pre-packed cross docking consignment order.
|
|
2949
|
-
*/
|
|
2950
|
-
898: string;
|
|
2951
|
-
/**
|
|
2952
|
-
* 899 Traceability event declaration.
|
|
2953
|
-
*/
|
|
2954
|
-
899: string;
|
|
2955
|
-
/**
|
|
2956
|
-
* 9 Price/sales catalogue.
|
|
2957
|
-
*/
|
|
2958
|
-
9: string;
|
|
2959
|
-
/**
|
|
2960
|
-
* 90 Meat food products sanitary certificate.
|
|
2961
|
-
*/
|
|
2962
|
-
90: string;
|
|
2963
|
-
/**
|
|
2964
|
-
* 900 Sustainability data request.
|
|
2965
|
-
*/
|
|
2966
|
-
900: string;
|
|
2967
|
-
/**
|
|
2968
|
-
* 901 Delivery verification certificate.
|
|
2969
|
-
*/
|
|
2970
|
-
901: string;
|
|
2971
|
-
/**
|
|
2972
|
-
* 902 Sustainability data response.
|
|
2973
|
-
*/
|
|
2974
|
-
902: string;
|
|
2975
|
-
/**
|
|
2976
|
-
* 903 Sustainability Inspection request.
|
|
2977
|
-
*/
|
|
2978
|
-
903: string;
|
|
2979
|
-
/**
|
|
2980
|
-
* 904 Sustainability Inspection response.
|
|
2981
|
-
*/
|
|
2982
|
-
904: string;
|
|
2983
|
-
/**
|
|
2984
|
-
* 905 Air Consignment Security Declaration.
|
|
2985
|
-
*/
|
|
2986
|
-
905: string;
|
|
2987
|
-
/**
|
|
2988
|
-
* 91 Poultry sanitary certificate.
|
|
2989
|
-
*/
|
|
2990
|
-
91: string;
|
|
2991
|
-
/**
|
|
2992
|
-
* 910 Import licence, application for.
|
|
2993
|
-
*/
|
|
2994
|
-
910: string;
|
|
2995
|
-
/**
|
|
2996
|
-
* 911 Import licence.
|
|
2997
|
-
*/
|
|
2998
|
-
911: string;
|
|
2999
|
-
/**
|
|
3000
|
-
* 913 Customs declaration without commercial detail.
|
|
3001
|
-
*/
|
|
3002
|
-
913: string;
|
|
3003
|
-
/**
|
|
3004
|
-
* 914 Customs declaration with commercial and item detail.
|
|
3005
|
-
*/
|
|
3006
|
-
914: string;
|
|
3007
|
-
/**
|
|
3008
|
-
* 915 Customs declaration without item detail.
|
|
3009
|
-
*/
|
|
3010
|
-
915: string;
|
|
3011
|
-
/**
|
|
3012
|
-
* 916 Related document.
|
|
3013
|
-
*/
|
|
3014
|
-
916: string;
|
|
3015
|
-
/**
|
|
3016
|
-
* 917 Receipt (Customs).
|
|
3017
|
-
*/
|
|
3018
|
-
917: string;
|
|
3019
|
-
/**
|
|
3020
|
-
* 92 Horsemeat sanitary certificate.
|
|
3021
|
-
*/
|
|
3022
|
-
92: string;
|
|
3023
|
-
/**
|
|
3024
|
-
* 925 Application for exchange allocation.
|
|
3025
|
-
*/
|
|
3026
|
-
925: string;
|
|
3027
|
-
/**
|
|
3028
|
-
* 926 Foreign exchange permit.
|
|
3029
|
-
*/
|
|
3030
|
-
926: string;
|
|
3031
|
-
/**
|
|
3032
|
-
* 927 Exchange control declaration (import).
|
|
3033
|
-
*/
|
|
3034
|
-
927: string;
|
|
3035
|
-
/**
|
|
3036
|
-
* 929 Goods declaration for importation.
|
|
3037
|
-
*/
|
|
3038
|
-
929: string;
|
|
3039
|
-
/**
|
|
3040
|
-
* 93 Casing sanitary certificate.
|
|
3041
|
-
*/
|
|
3042
|
-
93: string;
|
|
3043
|
-
/**
|
|
3044
|
-
* 930 Goods declaration for home use.
|
|
3045
|
-
*/
|
|
3046
|
-
930: string;
|
|
3047
|
-
/**
|
|
3048
|
-
* 931 Customs immediate release declaration.
|
|
3049
|
-
*/
|
|
3050
|
-
931: string;
|
|
3051
|
-
/**
|
|
3052
|
-
* 932 Customs delivery note.
|
|
3053
|
-
*/
|
|
3054
|
-
932: string;
|
|
3055
|
-
/**
|
|
3056
|
-
* 933 Cargo declaration (arrival).
|
|
3057
|
-
*/
|
|
3058
|
-
933: string;
|
|
3059
|
-
/**
|
|
3060
|
-
* 934 Value declaration.
|
|
3061
|
-
*/
|
|
3062
|
-
934: string;
|
|
3063
|
-
/**
|
|
3064
|
-
* 935 Customs invoice.
|
|
3065
|
-
*/
|
|
3066
|
-
935: string;
|
|
3067
|
-
/**
|
|
3068
|
-
* 936 Customs declaration (post parcels).
|
|
3069
|
-
*/
|
|
3070
|
-
936: string;
|
|
3071
|
-
/**
|
|
3072
|
-
* 937 Tax declaration (value added tax).
|
|
3073
|
-
*/
|
|
3074
|
-
937: string;
|
|
3075
|
-
/**
|
|
3076
|
-
* 938 Tax declaration (general).
|
|
3077
|
-
*/
|
|
3078
|
-
938: string;
|
|
3079
|
-
/**
|
|
3080
|
-
* 94 Pharmaceutical sanitary certificate.
|
|
3081
|
-
*/
|
|
3082
|
-
94: string;
|
|
3083
|
-
/**
|
|
3084
|
-
* 940 Tax demand.
|
|
3085
|
-
*/
|
|
3086
|
-
940: string;
|
|
3087
|
-
/**
|
|
3088
|
-
* 941 Embargo permit.
|
|
3089
|
-
*/
|
|
3090
|
-
941: string;
|
|
3091
|
-
/**
|
|
3092
|
-
* 95 Inedible sanitary certificate.
|
|
3093
|
-
*/
|
|
3094
|
-
95: string;
|
|
3095
|
-
/**
|
|
3096
|
-
* 950 Goods declaration for Customs transit.
|
|
3097
|
-
*/
|
|
3098
|
-
950: string;
|
|
3099
|
-
/**
|
|
3100
|
-
* 951 TIF form.
|
|
3101
|
-
*/
|
|
3102
|
-
951: string;
|
|
3103
|
-
/**
|
|
3104
|
-
* 952 TIR carnet.
|
|
3105
|
-
*/
|
|
3106
|
-
952: string;
|
|
3107
|
-
/**
|
|
3108
|
-
* 953 EC carnet.
|
|
3109
|
-
*/
|
|
3110
|
-
953: string;
|
|
3111
|
-
/**
|
|
3112
|
-
* 954 EUR 1 certificate of origin.
|
|
3113
|
-
*/
|
|
3114
|
-
954: string;
|
|
3115
|
-
/**
|
|
3116
|
-
* 955 ATA carnet.
|
|
3117
|
-
*/
|
|
3118
|
-
955: string;
|
|
3119
|
-
/**
|
|
3120
|
-
* 96 Impending arrival.
|
|
3121
|
-
*/
|
|
3122
|
-
96: string;
|
|
3123
|
-
/**
|
|
3124
|
-
* 960 Single administrative document.
|
|
3125
|
-
*/
|
|
3126
|
-
960: string;
|
|
3127
|
-
/**
|
|
3128
|
-
* 961 General response (Customs).
|
|
3129
|
-
*/
|
|
3130
|
-
961: string;
|
|
3131
|
-
/**
|
|
3132
|
-
* 962 Document response (Customs).
|
|
3133
|
-
*/
|
|
3134
|
-
962: string;
|
|
3135
|
-
/**
|
|
3136
|
-
* 963 Error response (Customs).
|
|
3137
|
-
*/
|
|
3138
|
-
963: string;
|
|
3139
|
-
/**
|
|
3140
|
-
* 964 Package response (Customs).
|
|
3141
|
-
*/
|
|
3142
|
-
964: string;
|
|
3143
|
-
/**
|
|
3144
|
-
* 965 Tax calculation/confirmation response (Customs).
|
|
3145
|
-
*/
|
|
3146
|
-
965: string;
|
|
3147
|
-
/**
|
|
3148
|
-
* 966 Quota prior allocation certificate.
|
|
3149
|
-
*/
|
|
3150
|
-
966: string;
|
|
3151
|
-
/**
|
|
3152
|
-
* 97 Means of transport advice.
|
|
3153
|
-
*/
|
|
3154
|
-
97: string;
|
|
3155
|
-
/**
|
|
3156
|
-
* 970 Wagon report.
|
|
3157
|
-
*/
|
|
3158
|
-
970: string;
|
|
3159
|
-
/**
|
|
3160
|
-
* 971 Transit Conveyor Document.
|
|
3161
|
-
*/
|
|
3162
|
-
971: string;
|
|
3163
|
-
/**
|
|
3164
|
-
* 972 Rail consignment note forwarder copy.
|
|
3165
|
-
*/
|
|
3166
|
-
972: string;
|
|
3167
|
-
/**
|
|
3168
|
-
* 974 Duty suspended goods.
|
|
3169
|
-
*/
|
|
3170
|
-
974: string;
|
|
3171
|
-
/**
|
|
3172
|
-
* 975 Proof of transit declaration.
|
|
3173
|
-
*/
|
|
3174
|
-
975: string;
|
|
3175
|
-
/**
|
|
3176
|
-
* 976 Container transfer note.
|
|
3177
|
-
*/
|
|
3178
|
-
976: string;
|
|
3179
|
-
/**
|
|
3180
|
-
* 977 NATO transit document.
|
|
3181
|
-
*/
|
|
3182
|
-
977: string;
|
|
3183
|
-
/**
|
|
3184
|
-
* 978 Transfrontier waste shipment authorization.
|
|
3185
|
-
*/
|
|
3186
|
-
978: string;
|
|
3187
|
-
/**
|
|
3188
|
-
* 979 Transfrontier waste shipment movement document.
|
|
3189
|
-
*/
|
|
3190
|
-
979: string;
|
|
3191
|
-
/**
|
|
3192
|
-
* 98 Arrival information.
|
|
3193
|
-
*/
|
|
3194
|
-
98: string;
|
|
3195
|
-
/**
|
|
3196
|
-
* 99 Cargo release notification.
|
|
3197
|
-
*/
|
|
3198
|
-
99: string;
|
|
3199
|
-
/**
|
|
3200
|
-
* 990 End use authorization.
|
|
3201
|
-
*/
|
|
3202
|
-
990: string;
|
|
3203
|
-
/**
|
|
3204
|
-
* 991 Government contract.
|
|
3205
|
-
*/
|
|
3206
|
-
991: string;
|
|
3207
|
-
/**
|
|
3208
|
-
* 995 Statistical document, import.
|
|
3209
|
-
*/
|
|
3210
|
-
995: string;
|
|
3211
|
-
/**
|
|
3212
|
-
* 996 Application for documentary credit.
|
|
3213
|
-
*/
|
|
3214
|
-
996: string;
|
|
3215
|
-
/**
|
|
3216
|
-
* 998 Previous Customs document/message.
|
|
3217
|
-
*/
|
|
3218
|
-
998: string;
|
|
3219
|
-
};
|
|
3220
|
-
/**
|
|
3221
|
-
* A character string denoting the type of a document. [Reference United Nations Code List (UNCL) 1001]
|
|
3222
|
-
* https://vocabulary.uncefact.org/DocumentCodeList
|
|
3223
|
-
* https://github.com/uncefact/vocabulary-outputs/blob/main/_data/documentcodelist.json
|
|
3224
|
-
*/
|
|
3225
|
-
export type DocumentCodes = (typeof DocumentCodes)[keyof typeof DocumentCodes];
|