Country

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identificator of the Country.
codestringtrueCode ISO Alfa 3.
codeISOAlfa2stringfalseCode ISO Alfa 2.
namestringtrueOfficial ISO name of the Country

JSON representation

 {
	"id": 10,
	"code": "ARG",
	"codeISOAlfa2": "AR",
	"name": "ARGENTINA",
	"nameI18n": "Argentina"
}