Ingest Records
Accepts a batch of records for a given source and payload type and enqueues them for asynchronous processing. Returns an ingest request id to correlate the result.
The Idempotency-Key header is required: re-sending a batch with the same key is rejected as a duplicate instead of creating a second load.
Required scope: ingest:write (super-administrator keys only).
Авторизации
Параметры пути
External system the records come from: KEDO or 1C.
Тело
Record kind within the source, e.g. PERSONS, EMPLOYEES, DEPARTMENTS, ORGANIZATIONS, JOB_TITLES (KEDO) or EMPLOYEES_FULL, DEPARTMENTS (1C).
Records in the schema of the source/payload pair. Each carries an external_id — the object's identifier in the source system, used to match records to existing objects.
External system the records come from: KEDO or 1C.
Create objects for records whose external_id is not known yet. When false, unknown records are skipped and only existing objects are updated.