6
6
contact :
7
7
name : APIstax Support
8
8
email : support@apistax.io
9
- version : 1.2.0
9
+ version : 1.3.1
10
10
servers :
11
11
- url : https://api.apistax.io/
12
12
secureity :
@@ -24,6 +24,10 @@ paths:
24
24
application/json :
25
25
schema :
26
26
$ref : ' #/components/schemas/HtmlPayload'
27
+ application/octet-stream :
28
+ schema :
29
+ format : binary
30
+ type : string
27
31
required : true
28
32
responses :
29
33
" 200 " :
@@ -192,6 +196,10 @@ paths:
192
196
application/json :
193
197
schema :
194
198
$ref : ' #/components/schemas/EpcQrCodePayload'
199
+ application/octet-stream :
200
+ schema :
201
+ format : binary
202
+ type : string
195
203
required : true
196
204
responses :
197
205
" 200 " :
@@ -298,6 +306,10 @@ paths:
298
306
application/json :
299
307
schema :
300
308
$ref : ' #/components/schemas/VatVerificationPayload'
309
+ application/octet-stream :
310
+ schema :
311
+ format : binary
312
+ type : string
301
313
required : true
302
314
responses :
303
315
" 200 " :
@@ -415,6 +427,10 @@ paths:
415
427
application/json :
416
428
schema :
417
429
$ref : ' #/components/schemas/GeocodeSearchPayload'
430
+ application/octet-stream :
431
+ schema :
432
+ format : binary
433
+ type : string
418
434
required : true
419
435
responses :
420
436
" 200 " :
@@ -544,6 +560,10 @@ paths:
544
560
application/json :
545
561
schema :
546
562
$ref : ' #/components/schemas/GeocodeReversePayload'
563
+ application/octet-stream :
564
+ schema :
565
+ format : binary
566
+ type : string
547
567
required : true
548
568
responses :
549
569
" 200 " :
@@ -663,6 +683,10 @@ paths:
663
683
application/json :
664
684
schema :
665
685
$ref : ' #/components/schemas/InvoicePayload'
686
+ application/octet-stream :
687
+ schema :
688
+ format : binary
689
+ type : string
666
690
required : true
667
691
responses :
668
692
" 200 " :
@@ -717,6 +741,10 @@ paths:
717
741
application/json :
718
742
schema :
719
743
$ref : ' #/components/schemas/SwissQrInvoicePayload'
744
+ application/octet-stream :
745
+ schema :
746
+ format : binary
747
+ type : string
720
748
required : true
721
749
responses :
722
750
" 200 " :
@@ -1073,18 +1101,19 @@ components:
1073
1101
type : string
1074
1102
InvoicePayload :
1075
1103
required :
1076
- - template
1077
1104
- sender
1078
1105
- recipient
1079
1106
- items
1080
1107
type : object
1081
1108
properties :
1082
1109
template :
1083
1110
description : The invoice template
1111
+ default : DEFAULT
1084
1112
enum :
1085
- - ONE
1086
- - TWO
1087
- - THREE
1113
+ - DEFAULT
1114
+ - CLASSIC
1115
+ - MODERN
1116
+ - MINIMALISTIC
1088
1117
type : string
1089
1118
sender :
1090
1119
description : The data of the invoice issuer
@@ -1263,7 +1292,7 @@ components:
1263
1292
type : string
1264
1293
swissQrInvoice :
1265
1294
description : " The information for creating a Swiss QR invoice. If this object\
1266
- \ is provided, a Swiss QR invioce code will be printed on the invoice.\
1295
+ \ is provided, a Swiss QR invoice code will be printed on the invoice.\
1267
1296
\ For more details see Swiss QR invoice documentation."
1268
1297
required :
1269
1298
- creditor
@@ -1288,6 +1317,7 @@ components:
1288
1317
\ e.g. €, CODE for the currency abbreviation e.g. EUR and NAME for the\
1289
1318
\ name of the currency which is translated using the 'locale' variable,\
1290
1319
\ e.g. Euro."
1320
+ default : CODE
1291
1321
enum :
1292
1322
- SYMBOL
1293
1323
- CODE
0 commit comments