Areacode

This service provides methods to view the relation between telephone areacodes and postal neighborhoodcodes.

Summary
This service provides methods to view the relation between telephone areacodes and postal neighborhoodcodes.
Lookup the telephone areacodes related to a given neighborhoodcode.
Lookup the neighborhoodcodes related to a given telephone areacode.
Lookup the telephone areacodes related to a given postcode.
A single telephone areacode entry.
A single postal neighborhoodcode entry.

Service methods

areaCodeLookup

Lookup the telephone areacodes related to a given neighborhoodcode.

Parameters

neighborhoodcodeneighborhoodcode to lookup
pagePage to retrieve, pages start counting at 1

Returns

outA Patterns::{Type}PagedResult of AreaCode entries.

See also

areaCodeToNeighborhoodcode

areaCodeToNeighborhoodcode

Lookup the neighborhoodcodes related to a given telephone areacode.

Parameters

areacodeTelephone areacode to lookup
pagePage to retrieve, pages start counting at 1

Returns

outA Patterns::{Type}PagedResult of Neighborhood entries.

See also

areaCodeLookup

areaCodePostcodeLookup

Lookup the telephone areacodes related to a given postcode.

Parameters

postcodepostcode to lookup

Returns

outA Patterns::{Type}Array of AreaCode entries.

See also

areaCodeToNeighborhoodcode

Type definitions

AreaCode

A single telephone areacode entry.

areacodetelephone areacode

Neighborhood

A single postal neighborhoodcode entry.

nbcodepostal neighborhoodcode
A structure that shows a page of a specific result type {Type}.
A single telephone areacode entry.
Lookup the neighborhoodcodes related to a given telephone areacode.
A single postal neighborhoodcode entry.
Lookup the telephone areacodes related to a given neighborhoodcode.
An array of type {Type} entries.