SyncEntityResultModel

Contains information about a sync process for an entity.

Required Fields

insertCount

int32

The number of entities inserted

updateCount

int32

The number of entities updated

deleteCount

int32

The number of entities deleted

skipCount

int32

The number of entities skipped

errorCount

int32

The number of errors encountered during sync

Optional Fields

errors

object, nullable

The errors encountered during sync keyed by ERP key

skips

object, nullable

The records that were skipped during sync keyed by ERP key