Click or drag to resize

AddressServiceGetStatesByCountryId Method

Gets the states by country identifier.

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<StatePartialEntity> GetStatesByCountryId(
	string authenticationKey,
	int countryId
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
countryId
Type: SystemInt32
The country identifier.

Return Value

Type: IListStatePartialEntity
Exceptions
ExceptionCondition
FaultException
FaultReason
See Also