-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathexample.json
More file actions
64 lines (64 loc) · 1.28 KB
/
example.json
File metadata and controls
64 lines (64 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"$schema": "https://gobl.org/draft-0/bill/invoice",
"$addons": [
"gr-mydata-v1"
],
"type": "other",
"series": "XXGR",
"supplier": {
"name": "Αθηναϊκό Ξενοδοχείο Α.Ε.",
"tax_id": {
"country": "EL",
"code": "177472438"
},
"addresses": [
{
"num": "28",
"street": "Λεωφόρος Συγγρού",
"locality": "Αθήνα",
"code": "11743",
"country": "GR"
}
],
"emails": [
{
"addr": "reservations@athenianhotel.gr"
}
]
},
"customer": {
"name": "Τεχνολογικές Λύσεις Ελλάς Α.Ε.",
"tax_id": {
"country": "EL",
"code": "841442160"
},
"addresses": [
{
"num": "15",
"street": "Οδός Πανεπιστημίου",
"locality": "Αθήνα",
"code": "10671",
"country": "GR"
}
],
"emails": [
{
"addr": "accounting@techsolutions.gr"
}
]
},
"charges": [
{
"reason": "Τέλος ανθεκτικότητας στην κλιματική κρίση",
"amount": "3.00",
"ext": {
"gr-mydata-other-tax": "8"
}
}
],
"payment": {
"instructions": {
"key": "credit-transfer"
}
}
}