PUT api/buchungen/anfrage/{id}
Möglichkeit zum Ändern einer Anfrage
Aufruf
URL Parameter
Name | Beschreibung | Typ | Weitere Informationen |
---|---|---|---|
id |
Id der Anfrage |
string |
Required |
Parameter
BuchungAnfrageName | Beschreibung | Typ | Weitere Informationen |
---|---|---|---|
VeranstaltungId |
Id der Veranstaltung |
string |
Required |
Personen |
Alle Personen welche als Gruppe angemeldet werden sollen. Bei mehr als einer Person muss die Hauptperson angegenben werden. Sofern keine andere Person als Rechnugngsempfänger markiert ist, wird immer die Hauptperson verwendet. |
Auflistung von AnfrageAdresse |
Keine. |
Anfrageformat
application/json, text/json
Beispiel:
{ "VeranstaltungId": "sample string 1", "Personen": [ { "IstHauptadresse": true, "IstRechnungsempfaenger": true, "Id": "sample string 3", "Anrede": "sample string 4", "IstDuAnrede": true, "Titel": "sample string 6", "NachgestellterTitel": "sample string 7", "Name1": "sample string 8", "Vorname": "sample string 9", "Familienname": "sample string 10", "Berufsbezeichnung": "sample string 11", "Strasse": "sample string 12", "PLZ": "sample string 13", "Ort": "sample string 14", "Geburtsort": "sample string 15", "Geburtsland": "sample string 16", "LKZ": "sample string 17", "Email": "sample string 18", "Geburtsdatum": "2025-04-03T04:52:50.7132581+02:00", "Telefon1": "sample string 19", "Telefon2": "sample string 20", "Telefon3": "sample string 21", "Telefon4": "sample string 22", "Logisch1": true, "Steuernummer": "sample string 23", "Umsatzsteuernummer": "sample string 24", "Empfaengercode": "sample string 25", "Zusatzbemerkungen": "sample string 26", "Zimmer_Wunschzkategorie": "sample string 27", "IstTagesgast": true, "FeldUpdates": [ { "Feld": "sample string 1", "AlterWert": {}, "NeuerWert": {} }, { "Feld": "sample string 1", "AlterWert": {}, "NeuerWert": {} } ] }, { "IstHauptadresse": true, "IstRechnungsempfaenger": true, "Id": "sample string 3", "Anrede": "sample string 4", "IstDuAnrede": true, "Titel": "sample string 6", "NachgestellterTitel": "sample string 7", "Name1": "sample string 8", "Vorname": "sample string 9", "Familienname": "sample string 10", "Berufsbezeichnung": "sample string 11", "Strasse": "sample string 12", "PLZ": "sample string 13", "Ort": "sample string 14", "Geburtsort": "sample string 15", "Geburtsland": "sample string 16", "LKZ": "sample string 17", "Email": "sample string 18", "Geburtsdatum": "2025-04-03T04:52:50.7132581+02:00", "Telefon1": "sample string 19", "Telefon2": "sample string 20", "Telefon3": "sample string 21", "Telefon4": "sample string 22", "Logisch1": true, "Steuernummer": "sample string 23", "Umsatzsteuernummer": "sample string 24", "Empfaengercode": "sample string 25", "Zusatzbemerkungen": "sample string 26", "Zimmer_Wunschzkategorie": "sample string 27", "IstTagesgast": true, "FeldUpdates": [ { "Feld": "sample string 1", "AlterWert": {}, "NeuerWert": {} }, { "Feld": "sample string 1", "AlterWert": {}, "NeuerWert": {} } ] } ] }
Antwort
Beschreibung
IHttpActionResultKeine.
Antwortformat
application/json, text/json
Beispiel:
Beispiel nicht verfügbar.