Click or drag to resize

IeCommerceJsonReplEcommCountryCode Method

Replicate all Country Codes

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntax
C#
ReplCountryCodeResponse ReplEcommCountryCode(
	ReplRequest replRequest
)

Parameters

replRequest
Type: LSRetail.Omni.Domain.DataModel.Loyalty.ReplicationReplRequest
Replication request object

Return Value

Type: ReplCountryCodeResponse
Replication result object with List of Country codes
Remarks
LS Nav/Central Main Table data: 9 - Country/Region

All ReplEcommXX web methods work the same. This function always performs full replication The BatchSize is how many records are to be returned in each batch.

See Also