Click or drag to resize

AddressServiceGetRegionsByStateId Method

Gets the regions by state 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<RegionPartialEntity> GetRegionsByStateId(
	string authenticationKey,
	int stateId
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
stateId
Type: SystemInt32
The state identifier.

Return Value

Type: IListRegionPartialEntity
Exceptions
ExceptionCondition
FaultException
FaultReason
See Also