PUT api/LWK/adressen/{id}/feld

Aktualisiert eine bestimmtes Adressenfeld welches i.d.R. NICHT in Entity 'Adresse' enthalten ist.

Aufruf

URL Parameter

NameBeschreibungTypWeitere Informationen
id

Die Id der Adresse

string

Required

Parameter

Schlüssel/Wert-Paar mit Informationen über Feld und neuer Wert.

KeyValuePair
NameBeschreibungTypWeitere Informationen
Key

Schlüssel

string

Required

Value

Wert

string

Required

Anfrageformat

application/json, text/json

Beispiel:
{
  "Key": "sample string 1",
  "Value": "sample string 2"
}

Statuscodes

  • OK (200)
  • BadRequest (400)
  • Unauthorized (401)
  • NotFound (404)

Antwort

Beschreibung

IHttpActionResult

Keine.

Antwortformat

application/json, text/json

Beispiel:

Beispiel nicht verfügbar.