mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
114 lines
3.6 KiB
JSON
114 lines
3.6 KiB
JSON
[
|
|
{
|
|
"Hotel Information": {
|
|
"Name": "MADISON Hotel GmbH",
|
|
"Address": "Schaarsteinweg 4, 20459 Hamburg",
|
|
"Contact": {
|
|
"Phone": "+49.40.37 666-0",
|
|
"Fax": "+49.40.37 666-137",
|
|
"Email": "info@madisonhotel.de",
|
|
"Website": "madisonhotel.de"
|
|
},
|
|
"Geschäftsführer": "Markies Head, Thomas Kleinertz",
|
|
"VAT": "DE118 696 407",
|
|
"Bank": {
|
|
"Name": "HypoVereinsbank",
|
|
"IBAN": "DE48 2003 0000 0030 6027 11",
|
|
"BIC": "HYVEDEMM300"
|
|
}
|
|
},
|
|
"Guest Information": {
|
|
"Company": "APImeleister Consulting GmbH",
|
|
"Address": "Friedrichstr. 123, 10117 Berlin",
|
|
"Guest Name": "Herr Jens Walter"
|
|
},
|
|
"Invoice Information": {
|
|
"Invoice Number": "490969",
|
|
"Date": "22.02.19",
|
|
"Room Number": "320",
|
|
"Arrival Date": "17.02.19",
|
|
"Departure Date": "22.02.19",
|
|
"Page": "1 of 1",
|
|
"User ID": "JAS"
|
|
},
|
|
"Charges": [
|
|
{
|
|
"Datum": "17.02.19",
|
|
"Beschreibung": "Übernachtung exklusive Frühstück",
|
|
"Belastung": 110.0,
|
|
"Entlastung": null
|
|
},
|
|
{
|
|
"Datum": "18.02.19",
|
|
"Beschreibung": "Übernachtung exklusive Frühstück",
|
|
"Belastung": 110.0,
|
|
"Entlastung": null
|
|
},
|
|
{
|
|
"Datum": "19.02.19",
|
|
"Beschreibung": "Übernachtung exklusive Frühstück",
|
|
"Belastung": 110.0,
|
|
"Entlastung": null
|
|
},
|
|
{
|
|
"Datum": "20.02.19",
|
|
"Beschreibung": "Übernachtung exklusive Frühstück",
|
|
"Belastung": 110.0,
|
|
"Entlastung": null
|
|
},
|
|
{
|
|
"Datum": "21.02.19",
|
|
"Beschreibung": "Übernachtung exklusive Frühstück",
|
|
"Belastung": 110.0,
|
|
"Entlastung": null
|
|
},
|
|
{
|
|
"Datum": "22.02.19",
|
|
"Beschreibung": "Mastercard IFC",
|
|
"Belastung": null,
|
|
"Entlastung": 550.0
|
|
}
|
|
],
|
|
"Summary": {
|
|
"Umsatzsteuer Detail": {
|
|
"Netto EUR": 514.02,
|
|
"MwSt. EUR": 35.98,
|
|
"Brutto EUR": 550.0
|
|
},
|
|
"Total": {
|
|
"Belastung": 550.0,
|
|
"Entlastung": 550.0
|
|
},
|
|
"Saldo": {
|
|
"Amount": 0.0,
|
|
"Currency": "EUR"
|
|
}
|
|
},
|
|
"Payment Information": {
|
|
"Finanzamt": "Hamburg Mitte",
|
|
"Steuernummer": "487/410/10228",
|
|
"Kreditkarteninstitut": "XXXXXX",
|
|
"Verfallsdatum": "XX/XX",
|
|
"Terminal ID": "69284962",
|
|
"Karteninhaber": {
|
|
"Kartennummer": "XXXX XXXX XXXX 5052",
|
|
"Vorgangsnummer": "154698432",
|
|
"Beleg Nr.": "23137",
|
|
"Transaktionsbetrag": 550.0,
|
|
"Genehmigter Betrag": 550.0,
|
|
"Genehmigungscode": "811233"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"hotel_information": {
|
|
"name": "THE MADISON",
|
|
"location": "HAMBURG"
|
|
},
|
|
"guest_information": null,
|
|
"invoice_information": null,
|
|
"room_charges": null,
|
|
"taxes": null,
|
|
"total_charges": null
|
|
}
|
|
] |