 | 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)
Syntaxpublic IList<StatePartialEntity> GetStatesByCountryId(
string authenticationKey,
int countryId
)
Public Function GetStatesByCountryId (
authenticationKey As String,
countryId As Integer
) As IList(Of StatePartialEntity)
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - countryId
- Type: SystemInt32
The country identifier.
Return Value
Type:
IListStatePartialEntity
Exceptions
See Also