PUT api/LWK/adressen/{id}/feld
Aktualisiert eine bestimmtes Adressenfeld welches i.d.R. NICHT in Entity 'Adresse' enthalten ist.
Aufruf
URL Parameter
| Name | Beschreibung | Typ | Weitere Informationen |
|---|---|---|---|
| id |
Die Id der Adresse |
string |
Required |
Parameter
Schlüssel/Wert-Paar mit Informationen über Feld und neuer Wert.
KeyValuePair| Name | Beschreibung | Typ | Weitere 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
IHttpActionResultKeine.
Antwortformat
application/json, text/json
Beispiel:
Beispiel nicht verfügbar.