Click or drag to resize

AddressServiceGetCountries Method

Gets all countries

Namespace:  AMCS.Elemos.IntegrationService.Services.Address
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<CountryPartialEntity> GetCountries(
	string authenticationKey,
	CountryRequestEntity request
)

Parameters

authenticationKey
Type: SystemString
request
Type: AMCS.Elemos.IntegrationService.Entity.AddressCountryRequestEntity
Contains IsDeleted

Return Value

Type: IListCountryPartialEntity
See Also