API-V2 REST Create objects
Create a single object
POST /servicedmcore/CoreIdentity
{
"ci_family_name": "Testikus",
"ci_given_name": "Hansueli",
"active": true,
"tenant_id": 1,
"core_identity_type.id": 1,
"anonymization_status.id": 2
}
201 - Created
{
"id": 60,
"links": {
"self": {
"href": "/apiv2/servicedmcore/coreidentity/60"
}
}
}
Create a single object with DropDown-AttributeValue
There are 3 ways to update a DropDown-AttributeValue (i.E: g_language
)
By DropDownDefinitionId (simple)
PATCH /servicedmcore/CoreIdentity/20
{
"ci_family_name": "Testikus",
"ci_given_name": "Hansueli",
"active": true,
"tenant_id": 1,
"core_identity_type.id": 1,
"anonymization_status.id": 2,
"g_language": 22
}
By DropDownDefinitionId (complex)
By Value (complex)
Property-Priority (complex)
If you go the “complex” way and provide "drop_down_definition_id
" and "value
" the drop_down_definition_id
wins and value
gets ignored completely
Create multiple objects
© ITSENSE AG. Alle Rechte vorbehalten. ITSENSE und CoreOne sind eingetragene Marken der ITSENSE AG.