Countries

List of countries

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areasuppliercontacts.json
GeneralYesParameters described in overviewsee overviewStructure of an API call
CompanyYesThe company numbercompany=1
ActionYesThe action to performaction=countries

Example request:

http://<SERVER>/jsonapi/suppliercontacts.json?user=user&password=user&version=3.9&company=1&action=countries


Example response:

"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"totalrows": 14,
"totalpages": 1,
"responsemessage": "",
"pagerows": 0,
"pagenumber": 1,
"success": true,
"data": [
{
"countryCode": "",
"countryName": "- Blank -",
"variable_selected": true,
"countryTimezoneCode": ""
},
{
"countryCode": "AU",
"countryName": "Australia",
"variable_selected": false,
"countryTimezoneCode": "UTC+10:00A"
},
{
"countryCode": "GBX",
"countryName": "Britain",
"variable_selected": false,
"countryTimezoneCode": "UTCA"
},
{
"countryCode": "CAN",
"countryName": "Canadax",
"variable_selected": false,
"countryTimezoneCode": "UTC-05:00A"
},
{
"countryCode": "CHN",
"countryName": "China",
"variable_selected": false,
"countryTimezoneCode": "UTC+08:00A"
},
{
"countryCode": "CYP",
"countryName": "Cyprus",
"variable_selected": false,
"countryTimezoneCode": "UTC+02:00D"
},
{
"countryCode": "FR",
"countryName": "France",
"variable_selected": false,
"countryTimezoneCode": "UTC+01:00D"
},
{
"countryCode": "DE",
"countryName": "Germany",
"variable_selected": false,
"countryTimezoneCode": "UTC+01:00F"
},
{
"countryCode": "NL",
"countryName": "Netherlands",
"variable_selected": false,
"countryTimezoneCode": "UTC+01:00F"
},
{
"countryCode": "ZA",
"countryName": "South Africa",
"variable_selected": false,
"countryTimezoneCode": "UTC+02:00H"
},
{
"countryCode": "SP",
"countryName": "Special place",
"variable_selected": false,
"countryTimezoneCode": "UTCA"
},
{
"countryCode": "UAE",
"countryName": "United Arab Emirates",
"variable_selected": false,
"countryTimezoneCode": "UTC+04:00A"
},
{
"countryCode": "UK",
"countryName": "United Kingdom",
"variable_selected": false,
"countryTimezoneCode": "UTCA"
},
{
"countryCode": "US",
"countryName": "United States",
"variable_selected": false,
"countryTimezoneCode": "UTC-08:00A"
}
]
}