Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
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
languagejson
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},
      }...
]