Table of Contents | ||||
---|---|---|---|---|
|
Update a single object
Code Block | ||
---|---|---|
| ||
PATCH /servicedmcore/CoreIdentity/20 { "foreign_id": "TestForeignId", "ci_family_name": "Testikus", "ci_given_name": "Hansueli" } |
...
Code Block |
---|
PATCH /servicedmcore/CoreIdentity/20
{
"g_language": {
"drop_down_value": 7
}
} |
Property-Priority (complex)
If you go the “complex” way and provide "drop_down_definition_id
" and "drop_down_value
" the drop_down_definition_id
wins and drop_down_value
gets ignored completely
...