/
country_list()

country_list()

Returns a list of available countries

Input Parameters

sessionThe session ID

Output Parameters

resultAn XML containing countries
ErrorMsgAny fault in the call, either in the validation of input parameters, errors in the connection to the database or any other error, this parameter returns the error message produced

XML Format

A list of <country> object

Country Format

codeThe country code
nameThe country name

Related content