|
ANVEO DID API OBJECTS - COUNTRY
|
|
|
Country object
|
Country object is used when Anveo returns a list of countries with ANVEO.STATES.LIST API action.
|
|
Country object has the following attributes:
COUNTRY_NAME [string] - the name of the country
COUNTRY_ID [string] - Anveo country id.
HAS_STATES [boolean] - indicates whether country has states (for example USA has states)
IS_FAX [boolean] - whether inbound FAX is supported
IS_SMS [boolean] - whether inbound SMS is supported
|
|
Example
|
<COUNTRY COUNTRY_NAME="ARGENTINA" COUNTRY_ID="191.195.165" HAS_STATES="false" IS_FAX="false" IS_SMS="false"/>
|
|
|