add_record Flags

add_record

Loads a record into the repository and performs entity resolution.

SDK Method
C# AddRecord
Java addRecord
Python add_record

There is no default composite flag.

if the SZ_WITH_INFO flag is used, the response document contains an AFFECTED_ENTITIES list of all new, updated, or no-longer-valid entities.

SZ_WITH_INFO

Produce and return the INFO document describing the affected entities from an operation.

Click to expand response JSON Click to collapse
{
  "DATA_SOURCE": "TEST",
  "RECORD_ID": "1A",
  "AFFECTED_ENTITIES": [
    {
      "ENTITY_ID": 300001
    }
  ]
}

If you have any questions, contact Senzing Support. Support is 100% FREE!