GetAllProvinces()

Get the list of Canadian provinces

Description

Retrieves the list of Canadian provinces.

Package Details

Interface

IAddressManager

Syntax

IAddressManager.GetAllProvinces()

Returns

ICollection<CountrySubdivision>

API

[GET] /api/v1/provinces/{code}

Returns

200 OK - Collection of Canadian Provinces

Example

var provinces = await _addressManager.GetAllProvinces();