Update a single object
PATCH /servicedmcore/CoreIdentity/20 { "foreign_id": "TestForeignId", "ci_family_name": "Testikus", "ci_given_name": "Hansueli" }
204 - No Conent
Update multiple objects
Multiple objects can be uptaded at once. For this purpose, a select filter can be provided, which selects the objects to be edited.
PATCH /servicedmcore/CoreIdentity?filter=ci_zip_code eq 5000 { "ci_city": "Aarau" }
200 - OK (Alle aktualisierungen erfolgreich) 207 - Multi-Status (Unterschiedliche Statuscodes in den Objekten) ??? - Alle Aktualisierungen Fehlerhaft mit dem StatusCode ??? (z.B: 401) [ { "id": 4, "statustype": "success", "status": 204 }, { "id": 5, "statustype": "success", "status": 204 }, { "id": 6, "statustype": "success", "status": 204 }, ... ]