ANVEO.COUNTRIES.LIST - API REQUEST
|
|
|
ANVEO.COUNTRIES.LIST - Get a list of countries.
|
|
Description
|
|
ANVEO.COUNTRIES.LIST API Action is used to obtain a list of countries where Anveo has coverage for a given DID Type.
|
|
Arguments
|
|
DID_TYPE
Required. a type of DID to be ordered.
|
|
|
Example:
<PARAMETER NAME="DID_TYPE">GEOGRAPHIC</PARAMETER>
|
|
Example:
param[did_type]=GEOGRAPHIC
|
|
|
Response
|
|
COUNTRIES XML node contains a set of COUNTRY objects. Each country is represented by a single COUNTRY XML node.
|
|
API Request Example
|
|
<?xml version="1.0" standalone="no" ?>
<REQUEST>
<USERTOKEN>
<USERKEY>df141891e2e883904b0b294dc5bq79c1c1c13f6d</USERKEY>
</USERTOKEN>
<ACTION NAME="ANVEO.COUNTRIES.LIST">
<PARAMETER NAME="DID_TYPE">GEOGRAPHIC</PARAMETER>
</ACTION>
</REQUEST>
|
|
https://www.anveo.com/api/v2.asp?userkey=df141891e2e883904b0b294dc5bq79c1c1c13f6d&action=ANVEO.COUNTRIES.LIST¶m[DID_TYPE]=GEOGRAPHIC
|
|
|
Response Example
|
<?xml version="1.0" standalone="no" ?>
<RESPONSE>
<RESULT>SUCCESS</RESULT>
<COUNTRIES>
<COUNTRY COUNTRY_ID="342.234324.3." NAME="USA">
</COUNTRIES>
</RESPONSE>
|
|
|