Click or drag to resize

IUCJsonReplEcommCountryCode Method

Replicate all Country Codes

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
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 Central Main Table data: 9 - Country/Region LS Central WS4 : GetCountryCode

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

See Also