...
Code Block | ||
---|---|---|
| ||
PATCH /servicedmcore/CoreIdentity/20 { "ForeignIdforeign_id": "TestTestForeignId", "Nachnameci_family_name": "Testikus", "Vornameci_given_name": "PeterHansueli" } |
Code Block |
---|
204 - No Conent |
...
Code Block |
---|
PATCH /servicedmcore/CoreIdentity?filter=Postleitzahlci_zip_code eq 5000 { "Stadt / Ortci_city": "Aarau" } |
Code Block | ||
---|---|---|
| ||
200 - OK (Alle aktualisierungen erfolgreich) 207 - Multi-Status (Unterschiedliche Statuscodes in den Objekten) ??? - Alle Aktualisierungen Fehlerhaft mit dem StatusCode ??? (z.B: 401) [ { "Idid": 4, "statustype": "success", "status": 204, "value": null }, { "Idid": 5, "statustype": "success", "status": 204, "value": null }, { "Idid": 6, "statustype": "success", "status": 204, "value": null}, }... ] |