IUCServiceReplEcommHierarchyHospDealLine Method |
Replicate Hierarchy Hospitality Deal lines for Deal
Namespace: LSOmni.ServiceAssembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
SyntaxReplHierarchyHospDealLineResponse ReplEcommHierarchyHospDealLine(
ReplRequest replRequest
)
Parameters
- replRequest ReplRequest
- Replication request object
Return Value
ReplHierarchyHospDealLineResponseReplication result object with List of hierarchy deal lines
Remarks
LS Central Main Table data: 99001651 LSC Deal Modifier Item
LS Central Delta Sub Tables: 10000922 LSC Hierar. Node Link
LS Central WS4: GetHierarchyDealLine
Most ReplEcommXX web methods work the same way.
For full replication of all data, set FullReplication to true and LastKey and MaxKey to 0.
For delta (or updated data) replication, set FullReplication to false and LastKey and MaxKey to the last value returned from previous call.
The BatchSize is how many records are to be returned in each batch. Delta replication uses PreActions in LS Central, IsDeleted field will true if Delete PreAction is found.
NOTE: LastKey and MaxKey from each ReplEcommXX call needs to be stored between all calls to Commerce Service for LS Central, both during full or delta replication.
To reset replication and get all delta data again, set LastKey and MaxKey to 0 and perform a full replication.
See Also