SyncEntityResultModel
Contains information about a sync process for an entity.
Required Fields
insertCount
The number of entities inserted
updateCount
The number of entities updated
deleteCount
The number of entities deleted
skipCount
The number of entities skipped
errorCount
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
Updated 20 days ago