MeeMix Dev Zone!

Country Data Type

From MeeMixWiki

Overview

The country data type is part of the API Geo support.


The country data type has the following fields:

Name Type Description
countryName string Country name.
countryCode string Country code (ISO 3166). For a full list, see the Country Codes page.


Example:

<country>
    <countryName>Canada</countryName> 
    <countryCode>CA</countryCode> 
</country>