 | 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)
Syntaxpublic IList<RegionPartialEntity> GetRegionsByStateId(
string authenticationKey,
int stateId
)
Public Function GetRegionsByStateId (
authenticationKey As String,
stateId As Integer
) As IList(Of RegionPartialEntity)
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - stateId
- Type: SystemInt32
The state identifier.
Return Value
Type:
IListRegionPartialEntity
Exceptions
See Also