LogisticsAddressZipCode::mcrFindCounty Method
Finds the count based on the passed parameters.
Syntax
server public static AddressCountyId mcrFindCounty(
AddressZipCodeId _zipCode,
[AddressCountryRegionId _countryRegionId,
AddressCity _city])
Run On
Server
Parameters
- _zipCode
Type: AddressZipCodeId Extended Data Type
The AddressZipCodeId object used to find the corresponding county.
- _countryRegionId
Type: AddressCountryRegionId Extended Data Type
The AddressCountryRegionId object used to find the corresponding county; optional.
- _city
Type: AddressCity Extended Data Type
The AddressCity object used to find the corresponding county; optional.
Return Value
Type: AddressCountyId Extended Data Type
The county corresponding to the passed parameters.