Touchpoints
exports.ProcessingOrders.PointsOfContact
| Column | Type | Description | Example |
|---|---|---|---|
| id | int64 | Touchpoint identifier as in admin panel | 32 |
| internalId | string | Touchpoint internal identifier | a4fb2db8-7681-493c-89f2-e7c450598041 |
| externalId | string (nullable) | Touchpoint external identifier | 2286E7950D6EB96EC122A63F9831F2AE68694589230C8F107F568EB4C6432F44C471D4982909961EB76ABF1BA1ABC139FBFBB02071F1B9ED3C4FFC6C9D1CE460 |
| name | string | Touchpoint name | Store 003 |
| systemName | string | Touchpoint system name | Store003 |
| parentId | int64 (nullable) | Link to parent channel | 391 |
| _isDeleted | bool (nullable) | Indication that the touchpoint has been deleted | True |
| _rowversion_ts | datetime | Timestamp when data became available for export | 2024-10-15 10:00:00.000 |
Updated over 1 year ago

