SyncEntityResultModel
Contains information about a sync process for an entity.
Read-Only Fields
These fields are assigned by the API server and cannot be changed.
errorCount
int32, read-only
The number of errors encountered during sync
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
Optional Fields
errors
object, nullable
The errors encountered during sync keyed by ERP key
Updated 9 months ago