Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Get all Canadian provinces

Description

Retrieves a list of Canadian provinces.

Package Details

Interface

IAddressManager

Syntax

_addressManager.GetAllSubdivisions()

Returns

Task<ICollection<CountrySubdivision>>

API

[GET] /api/v1/provinces

Returns

200 OK - List of Canadian provinces

Example

var subdivisionList = await addressesManager.GetAllSubdivisions();
  • No labels