Country Lookup

Introduction

This document was designed for IT professionals as a technical document to communicate and understand the Country API


This service allows autocomplete on the country name



Json Post URL

https://nservice.aramex.co.za/Json/JsonV1/GetCountry


Json Objects

ReceiveJson

Field Name Description Mandatory Field Length Data Type
email_address Aramex.com email address used for authentication Yes 300 string
account_number Your Aramex account number Yes 100 string
country_code Can search by country code Yes 10 string
country_name Can search by country name Yes 10 string

ReturnJson

Field Name Description Field Length Data Type
status_code The status code for the transaction submitted. The status code will state if the transaction was successful or if it failed 3 int
status_description The description associated with the status code 255 string
countryDetails The list of all the countries N/A List

CountryDetails

Field Name Description Field Length Data Type
country_name Country name 50 string
country_code Country code 10 string
country_dialing_code Country dialing code 10 string


Json String Sample

ReceiveJson