openai-cookbook/examples/data/hotel_invoices/extracted_invoice_json/madison-490057_extracted.json
charu-openai ffdd52937d
Data Extraction & Transformation with GPT-4o (#1273)
Co-authored-by: Your Name <charu@openai.com>
2024-07-09 15:50:47 -07:00

112 lines
No EOL
3.6 KiB
JSON

[
{
"Hotel Information": {
"Name": "MADISON Hotel GmbH",
"Address": "Schaartestraße 4, 20459 Hamburg, Germany",
"Contact": {
"Phone": "+49.40.37 666-0",
"Fax": "+49.40.37 666-137",
"Email": "info@madisonhotel.de",
"Website": "madisonhotel.de"
},
"Geschäftsführer": "Marlies Head, Thomas Kleinertz",
"Handelsregister": "AG Hamburg HRB 47881",
"VAT ID": "DE118 666 407",
"Bank": {
"Name": "HypoVereinsbank",
"BLZ": "200 300 00",
"Konto-Nr": "360 27 11",
"IBAN": "DE40 2003 0000 0036 0271 11",
"BIC": "HYVEDEMM300"
}
},
"Guest Information": {
"Company": "APImeiseter Consulting GmbH",
"Address": "Friedrichstr. 123, 10117 Berlin",
"Guest Name": "Herr Jens Walter"
},
"Invoice Information": {
"Invoice Number": "490057 /",
"Date": "15.02.19",
"Room Number": "336",
"Arrival Date": "10.02.19",
"Departure Date": "15.02.19",
"Page": "1 of 1",
"User ID": "SMA"
},
"Charges": [
{
"Datum": "10.02.19",
"Beschreibung": "Übernachtung exklusive Frühstück",
"Belastung": "110.00",
"Entlastung": null
},
{
"Datum": "11.02.19",
"Beschreibung": "Übernachtung exklusive Frühstück",
"Belastung": "110.00",
"Entlastung": null
},
{
"Datum": "12.02.19",
"Beschreibung": "Übernachtung exklusive Frühstück",
"Belastung": "110.00",
"Entlastung": null
},
{
"Datum": "13.02.19",
"Beschreibung": "Übernachtung exklusive Frühstück",
"Belastung": "110.00",
"Entlastung": null
},
{
"Datum": "14.02.19",
"Beschreibung": "Übernachtung exklusive Frühstück",
"Belastung": "110.00",
"Entlastung": null
},
{
"Datum": "15.02.19",
"Beschreibung": "Mastercard IFC",
"Belastung": "550.00",
"Entlastung": null
}
],
"Summary": {
"Umsatzsteuer Detail": {
"Netto EUR": "514.02",
"MwSt. EUR": "35.98",
"Brutto EUR": "550.00"
},
"Total": {
"Total incl. MwSt.": "550.00",
"Saldo": "0.00 EUR"
}
},
"Payment Information": {
"Finanzamt": "Hamburg Mitte",
"Steuernummer": "47/471/01228",
"Kreditkartendetails": {
"Kartenunternehmen": "Mastercard",
"Kreditkartennummer": "154498432",
"Verfallsdatum": "XX/XX",
"Terminal ID": "69264961",
"Beleg Nr.": "6692",
"Transaktionsbetrag": "550.00",
"Genehmigter Betrag": "550.00",
"Genehmigungsnummer": "258692"
}
}
},
{
"hotel_information": {
"name": "THE MADISON",
"location": "HAMBURG"
},
"guest_information": null,
"invoice_information": null,
"room_charges": null,
"taxes": null,
"total_charges": null
}
]